public class DeleteHostedZoneResult extends Object implements Serializable, Cloneable
A complex type containing the response information for the request.
| Constructor and Description |
|---|
DeleteHostedZoneResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteHostedZoneResult |
clone() |
boolean |
equals(Object obj) |
ChangeInfo |
getChangeInfo()
A complex type that contains the ID, the status, and the date and time of
your delete request.
|
int |
hashCode() |
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your delete request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteHostedZoneResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your delete request.
|
public void setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of your delete request.
changeInfo - A complex type that contains the ID, the status, and the date and
time of your delete request.public ChangeInfo getChangeInfo()
A complex type that contains the ID, the status, and the date and time of your delete request.
public DeleteHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of your delete request.
changeInfo - A complex type that contains the ID, the status, and the date and
time of your delete request.public String toString()
toString in class ObjectObject.toString()public DeleteHostedZoneResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.