Class AssociateVPCWithHostedZoneResult
java.lang.Object
com.amazonaws.services.route53.model.AssociateVPCWithHostedZoneResult
- All Implemented Interfaces:
Serializable,Cloneable
A complex type containing the response information for the request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA complex type that contains the ID, the status, and the date and time of yourAssociateVPCWithHostedZoneRequest.inthashCode()voidsetChangeInfo(ChangeInfo changeInfo) A complex type that contains the ID, the status, and the date and time of yourAssociateVPCWithHostedZoneRequest.toString()Returns a string representation of this object; useful for testing and debugging.withChangeInfo(ChangeInfo changeInfo) A complex type that contains the ID, the status, and the date and time of yourAssociateVPCWithHostedZoneRequest.
-
Constructor Details
-
AssociateVPCWithHostedZoneResult
public AssociateVPCWithHostedZoneResult()
-
-
Method Details
-
setChangeInfo
A complex type that contains the ID, the status, and the date and time of your
AssociateVPCWithHostedZoneRequest.- Parameters:
changeInfo- A complex type that contains the ID, the status, and the date and time of yourAssociateVPCWithHostedZoneRequest.
-
getChangeInfo
A complex type that contains the ID, the status, and the date and time of your
AssociateVPCWithHostedZoneRequest.- Returns:
- A complex type that contains the ID, the status, and the date and
time of your
AssociateVPCWithHostedZoneRequest.
-
withChangeInfo
A complex type that contains the ID, the status, and the date and time of your
AssociateVPCWithHostedZoneRequest.- Parameters:
changeInfo- A complex type that contains the ID, the status, and the date and time of yourAssociateVPCWithHostedZoneRequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-