Class DisassociateVPCFromHostedZoneResult
java.lang.Object
com.amazonaws.services.route53.model.DisassociateVPCFromHostedZoneResult
- 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()
boolean
A complex type that contains the ID, the status, and the date and time of yourDisassociateVPCFromHostedZoneRequest
.int
hashCode()
void
setChangeInfo
(ChangeInfo changeInfo) A complex type that contains the ID, the status, and the date and time of yourDisassociateVPCFromHostedZoneRequest
.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 yourDisassociateVPCFromHostedZoneRequest
.
-
Constructor Details
-
DisassociateVPCFromHostedZoneResult
public DisassociateVPCFromHostedZoneResult()
-
-
Method Details
-
setChangeInfo
A complex type that contains the ID, the status, and the date and time of your
DisassociateVPCFromHostedZoneRequest
.- Parameters:
changeInfo
- A complex type that contains the ID, the status, and the date and time of yourDisassociateVPCFromHostedZoneRequest
.
-
getChangeInfo
A complex type that contains the ID, the status, and the date and time of your
DisassociateVPCFromHostedZoneRequest
.- Returns:
- A complex type that contains the ID, the status, and the date and
time of your
DisassociateVPCFromHostedZoneRequest
.
-
withChangeInfo
A complex type that contains the ID, the status, and the date and time of your
DisassociateVPCFromHostedZoneRequest
.- Parameters:
changeInfo
- A complex type that contains the ID, the status, and the date and time of yourDisassociateVPCFromHostedZoneRequest
.- 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
-