public class DisassociateVPCFromHostedZoneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains information about the VPC and the hosted zone that you want to disassociate.
NOOP| Constructor and Description |
|---|
DisassociateVPCFromHostedZoneRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateVPCFromHostedZoneRequest |
clone() |
boolean |
equals(Object obj) |
String |
getComment()
Optional: A comment about the disassociation request.
|
String |
getHostedZoneId()
The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.
|
VPC |
getVPC()
A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted
zone.
|
int |
hashCode() |
void |
setComment(String comment)
Optional: A comment about the disassociation request.
|
void |
setHostedZoneId(String hostedZoneId)
The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.
|
void |
setVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted
zone.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateVPCFromHostedZoneRequest |
withComment(String comment)
Optional: A comment about the disassociation request.
|
DisassociateVPCFromHostedZoneRequest |
withHostedZoneId(String hostedZoneId)
The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.
|
DisassociateVPCFromHostedZoneRequest |
withVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted
zone.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DisassociateVPCFromHostedZoneRequest()
public void setHostedZoneId(String hostedZoneId)
The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.
hostedZoneId - The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.public String getHostedZoneId()
The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.
public DisassociateVPCFromHostedZoneRequest withHostedZoneId(String hostedZoneId)
The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.
hostedZoneId - The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.public void setVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.
vPC - A complex type containing information about the Amazon VPC that you're disassociating from the specified
hosted zone.public VPC getVPC()
A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.
public DisassociateVPCFromHostedZoneRequest withVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.
vPC - A complex type containing information about the Amazon VPC that you're disassociating from the specified
hosted zone.public void setComment(String comment)
Optional: A comment about the disassociation request.
comment - Optional: A comment about the disassociation request.public String getComment()
Optional: A comment about the disassociation request.
public DisassociateVPCFromHostedZoneRequest withComment(String comment)
Optional: A comment about the disassociation request.
comment - Optional: A comment about the disassociation request.public String toString()
toString in class ObjectObject.toString()public DisassociateVPCFromHostedZoneRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.