@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; useful for testing and debugging.
|
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, setSdkResponseMetadata
public 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 Object
Object.toString()
public DeleteHostedZoneResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.