@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateVPCWithHostedZoneResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response information for the AssociateVPCWithHostedZone request.
| Constructor and Description |
|---|
AssociateVPCWithHostedZoneResult() |
| Modifier and Type | Method and Description |
|---|---|
AssociateVPCWithHostedZoneResult |
clone() |
boolean |
equals(Object obj) |
ChangeInfo |
getChangeInfo()
A complex type that describes the changes made to your hosted zone.
|
int |
hashCode() |
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to your hosted zone.
|
String |
toString()
Returns a string representation of this object.
|
AssociateVPCWithHostedZoneResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to your hosted zone.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to your hosted zone.
changeInfo - A complex type that describes the changes made to your hosted zone.public ChangeInfo getChangeInfo()
A complex type that describes the changes made to your hosted zone.
public AssociateVPCWithHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to your hosted zone.
changeInfo - A complex type that describes the changes made to your hosted zone.public String toString()
toString in class ObjectObject.toString()public AssociateVPCWithHostedZoneResult clone()