@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteHostedZoneResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 A complex type that contains the response to a DeleteHostedZone 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 a request to delete a hosted zone. | 
| int | hashCode() | 
| void | setChangeInfo(ChangeInfo changeInfo)
 A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone. | 
| String | toString()Returns a string representation of this object. | 
| DeleteHostedZoneResult | withChangeInfo(ChangeInfo changeInfo)
 A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
changeInfo - A complex type that contains the ID, the status, and the date and time of a request to delete a hosted
        zone.public ChangeInfo getChangeInfo()
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
public DeleteHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
changeInfo - A complex type that contains the ID, the status, and the date and time of a request to delete a hosted
        zone.public String toString()
toString in class ObjectObject.toString()public DeleteHostedZoneResult clone()