public class DeleteHostedZoneResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type containing the response information for the request.
Modifier and Type | Field and Description |
---|---|
private ChangeInfo |
changeInfo
A complex type that contains the ID, the status, and the date and time of
your delete request.
|
Constructor and Description |
---|
DeleteHostedZoneResult() |
Modifier and Type | Method and Description |
---|---|
DeleteHostedZoneResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteHostedZoneResult clone()
clone
in class java.lang.Object