public class DisassociateVPCFromHostedZoneRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
A complex type that contains information about the request to disassociate a VPC from an hosted zone.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
comment
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest . |
private java.lang.String |
hostedZoneId
The ID of the hosted zone you want to disassociate your VPC from.
|
private VPC |
vPC
The VPC that you want your hosted zone to be disassociated from.
|
NOOP
Constructor and Description |
---|
DisassociateVPCFromHostedZoneRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateVPCFromHostedZoneRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComment()
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest . |
java.lang.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(java.lang.String comment)
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest . |
void |
setHostedZoneId(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisassociateVPCFromHostedZoneRequest |
withComment(java.lang.String comment)
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest . |
DisassociateVPCFromHostedZoneRequest |
withHostedZoneId(java.lang.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.
|
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
private java.lang.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.
private VPC vPC
The VPC that you want your hosted zone to be disassociated from.
private java.lang.String comment
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest
.
public DisassociateVPCFromHostedZoneRequest()
public void setHostedZoneId(java.lang.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 java.lang.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(java.lang.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(java.lang.String comment)
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest
.
comment
- Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest
public java.lang.String getComment()
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest
.
DisassociateVPCFromHostedZoneRequest
public DisassociateVPCFromHostedZoneRequest withComment(java.lang.String comment)
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest
.
comment
- Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DisassociateVPCFromHostedZoneRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()