public class DisassociateVPCFromHostedZoneResult extends Object implements Serializable, Cloneable
A complex type containing the response information for the request.
Constructor and Description |
---|
DisassociateVPCFromHostedZoneResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateVPCFromHostedZoneResult |
clone() |
boolean |
equals(Object obj) |
ChangeInfo |
getChangeInfo()
A complex type that contains the ID, the status, and the date and time of
your
DisassociateVPCFromHostedZoneRequest . |
int |
hashCode() |
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your
DisassociateVPCFromHostedZoneRequest . |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisassociateVPCFromHostedZoneResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your
DisassociateVPCFromHostedZoneRequest . |
public void setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your DisassociateVPCFromHostedZoneRequest
.
changeInfo
- A complex type that contains the ID, the status, and the date and
time of your DisassociateVPCFromHostedZoneRequest
.public ChangeInfo getChangeInfo()
A complex type that contains the ID, the status, and the date and time of
your DisassociateVPCFromHostedZoneRequest
.
DisassociateVPCFromHostedZoneRequest
.public DisassociateVPCFromHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your DisassociateVPCFromHostedZoneRequest
.
changeInfo
- A complex type that contains the ID, the status, and the date and
time of your DisassociateVPCFromHostedZoneRequest
.public String toString()
toString
in class Object
Object.toString()
public DisassociateVPCFromHostedZoneResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.