public class AssociateVPCWithHostedZoneResult
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
AssociateVPCWithHostedZoneRequest . |
Constructor and Description |
---|
AssociateVPCWithHostedZoneResult() |
Modifier and Type | Method and Description |
---|---|
AssociateVPCWithHostedZoneResult |
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
AssociateVPCWithHostedZoneRequest . |
int |
hashCode() |
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your
AssociateVPCWithHostedZoneRequest . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AssociateVPCWithHostedZoneResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your
AssociateVPCWithHostedZoneRequest . |
private ChangeInfo changeInfo
A complex type that contains the ID, the status, and the date and time of
your AssociateVPCWithHostedZoneRequest
.
public void setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your AssociateVPCWithHostedZoneRequest
.
changeInfo
- A complex type that contains the ID, the status, and the date and
time of your AssociateVPCWithHostedZoneRequest
.public ChangeInfo getChangeInfo()
A complex type that contains the ID, the status, and the date and time of
your AssociateVPCWithHostedZoneRequest
.
AssociateVPCWithHostedZoneRequest
.public AssociateVPCWithHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of
your AssociateVPCWithHostedZoneRequest
.
changeInfo
- A complex type that contains the ID, the status, and the date and
time of your AssociateVPCWithHostedZoneRequest
.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 AssociateVPCWithHostedZoneResult clone()
clone
in class java.lang.Object