@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateVPCFromHostedZoneResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response information for the disassociate request.
Constructor and Description |
---|
DisassociateVPCFromHostedZoneResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateVPCFromHostedZoneResult |
clone() |
boolean |
equals(Object obj) |
ChangeInfo |
getChangeInfo()
A complex type that describes the changes made to the specified private hosted zone.
|
int |
hashCode() |
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to the specified private hosted zone.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateVPCFromHostedZoneResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to the specified private hosted zone.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to the specified private hosted zone.
changeInfo
- A complex type that describes the changes made to the specified private hosted zone.public ChangeInfo getChangeInfo()
A complex type that describes the changes made to the specified private hosted zone.
public DisassociateVPCFromHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to the specified private hosted zone.
changeInfo
- A complex type that describes the changes made to the specified private hosted zone.public String toString()
toString
in class Object
Object.toString()
public DisassociateVPCFromHostedZoneResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.