public class DisassociateVPCFromHostedZoneResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type containing the response information for the request.
Modifier and Type | Field and Description |
---|---|
private ChangeInfo |
changeInfo
A complex type that contains the ID, the status, and the date and time of
your
DisassociateVPCFromHostedZoneRequest . |
Constructor and Description |
---|
DisassociateVPCFromHostedZoneResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateVPCFromHostedZoneResult |
clone() |
boolean |
equals(java.lang.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 . |
java.lang.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 . |
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DisassociateVPCFromHostedZoneResult clone()
clone
in class java.lang.Object