Class DisassociateVPCFromHostedZoneRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
A complex type that contains information about the request to disassociate a VPC from an hosted zone.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanOptional: Any comments you want to include about aDisassociateVPCFromHostedZoneRequest.The ID of the hosted zone you want to disassociate your VPC from.getVPC()The VPC that you want your hosted zone to be disassociated from.inthashCode()voidsetComment(String comment) Optional: Any comments you want to include about aDisassociateVPCFromHostedZoneRequest.voidsetHostedZoneId(String hostedZoneId) The ID of the hosted zone you want to disassociate your VPC from.voidThe VPC that you want your hosted zone to be disassociated from.toString()Returns a string representation of this object; useful for testing and debugging.withComment(String comment) Optional: Any comments you want to include about aDisassociateVPCFromHostedZoneRequest.withHostedZoneId(String hostedZoneId) The ID of the hosted zone you want to disassociate your VPC from.The VPC that you want your hosted zone to be disassociated from.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DisassociateVPCFromHostedZoneRequest
public DisassociateVPCFromHostedZoneRequest()
-
-
Method Details
-
setHostedZoneId
The ID of the hosted zone you want to disassociate your VPC from.
Note that you cannot disassociate the last VPC from a hosted zone.
- Parameters:
hostedZoneId- The ID of the hosted zone you want to disassociate your VPC from.Note that you cannot disassociate the last VPC from a hosted zone.
-
getHostedZoneId
The ID of the hosted zone you want to disassociate your VPC from.
Note that you cannot disassociate the last VPC from a hosted zone.
- Returns:
- The ID of the hosted zone you want to disassociate your VPC
from.
Note that you cannot disassociate the last VPC from a hosted zone.
-
withHostedZoneId
The ID of the hosted zone you want to disassociate your VPC from.
Note that you cannot disassociate the last VPC from a hosted zone.
- Parameters:
hostedZoneId- The ID of the hosted zone you want to disassociate your VPC from.Note that you cannot disassociate the last VPC from a hosted zone.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVPC
The VPC that you want your hosted zone to be disassociated from.
- Parameters:
vPC- The VPC that you want your hosted zone to be disassociated from.
-
getVPC
The VPC that you want your hosted zone to be disassociated from.
- Returns:
- The VPC that you want your hosted zone to be disassociated from.
-
withVPC
The VPC that you want your hosted zone to be disassociated from.
- Parameters:
vPC- The VPC that you want your hosted zone to be disassociated from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setComment
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest.- Parameters:
comment- Optional: Any comments you want to include about aDisassociateVPCFromHostedZoneRequest
-
getComment
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest.- Returns:
- Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest
-
withComment
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest.- Parameters:
comment- Optional: Any comments you want to include about aDisassociateVPCFromHostedZoneRequest- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-