@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateVPCFromHostedZoneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains information about the VPC that you want to disassociate from a specified private hosted zone.
NOOP
Constructor and Description |
---|
DisassociateVPCFromHostedZoneRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateVPCFromHostedZoneRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComment()
Optional: A comment about the disassociation request.
|
String |
getHostedZoneId()
The ID of the private hosted zone that you want to disassociate a VPC from.
|
VPC |
getVPC()
A complex type that contains information about the 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 private hosted zone that you want to disassociate a VPC from.
|
void |
setVPC(VPC vPC)
A complex type that contains information about the 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 private hosted zone that you want to disassociate a VPC from.
|
DisassociateVPCFromHostedZoneRequest |
withVPC(VPC vPC)
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DisassociateVPCFromHostedZoneRequest()
public void setHostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to disassociate a VPC from.
hostedZoneId
- The ID of the private hosted zone that you want to disassociate a VPC from.public String getHostedZoneId()
The ID of the private hosted zone that you want to disassociate a VPC from.
public DisassociateVPCFromHostedZoneRequest withHostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to disassociate a VPC from.
hostedZoneId
- The ID of the private hosted zone that you want to disassociate a VPC from.public void setVPC(VPC vPC)
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
vPC
- A complex type that contains information about the VPC that you're disassociating from the specified
hosted zone.public VPC getVPC()
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
public DisassociateVPCFromHostedZoneRequest withVPC(VPC vPC)
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
vPC
- A complex type that contains information about the 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 Object
Object.toString()
public DisassociateVPCFromHostedZoneRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.