public class DisassociateVPCFromHostedZoneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains information about the request to disassociate a VPC from an hosted zone.
NOOP| Constructor and Description |
|---|
DisassociateVPCFromHostedZoneRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateVPCFromHostedZoneRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getComment()
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest. |
String |
getHostedZoneId()
The ID of the hosted zone you want to disassociate your VPC from.
|
VPC |
getVPC()
The VPC that you want your hosted zone to be disassociated from.
|
int |
hashCode() |
void |
setComment(String comment)
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest. |
void |
setHostedZoneId(String hostedZoneId)
The ID of the hosted zone you want to disassociate your VPC from.
|
void |
setVPC(VPC vPC)
The VPC that you want your hosted zone to be disassociated from.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisassociateVPCFromHostedZoneRequest |
withComment(String comment)
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest. |
DisassociateVPCFromHostedZoneRequest |
withHostedZoneId(String hostedZoneId)
The ID of the hosted zone you want to disassociate your VPC from.
|
DisassociateVPCFromHostedZoneRequest |
withVPC(VPC vPC)
The VPC that you want your hosted zone to be disassociated from.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DisassociateVPCFromHostedZoneRequest()
public void setHostedZoneId(String 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.
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.
public String 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.
Note that you cannot disassociate the last VPC from a hosted zone.
public DisassociateVPCFromHostedZoneRequest withHostedZoneId(String 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.
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.
public void setVPC(VPC vPC)
The VPC that you want your hosted zone to be disassociated from.
vPC - The VPC that you want your hosted zone to be disassociated from.public VPC getVPC()
The VPC that you want your hosted zone to be disassociated from.
public DisassociateVPCFromHostedZoneRequest withVPC(VPC vPC)
The VPC that you want your hosted zone to be disassociated from.
vPC - The VPC that you want your hosted zone to be disassociated from.public void setComment(String comment)
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest.
comment - Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequestpublic String getComment()
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest.
DisassociateVPCFromHostedZoneRequestpublic DisassociateVPCFromHostedZoneRequest withComment(String comment)
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest.
comment - Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequestpublic String toString()
toString in class ObjectObject.toString()public DisassociateVPCFromHostedZoneRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.