public class AssociateVPCWithHostedZoneResult extends Object implements Serializable, Cloneable
A complex type containing the response information for the request.
Constructor and Description |
---|
AssociateVPCWithHostedZoneResult() |
Modifier and Type | Method and Description |
---|---|
AssociateVPCWithHostedZoneResult |
clone() |
boolean |
equals(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 . |
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 . |
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 String toString()
toString
in class Object
Object.toString()
public AssociateVPCWithHostedZoneResult clone()
Copyright © 2018. All rights reserved.