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.
|
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
public 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
DisassociateVPCFromHostedZoneRequest
public String getComment()
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest
.
DisassociateVPCFromHostedZoneRequest
public DisassociateVPCFromHostedZoneRequest withComment(String comment)
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest
.
comment
- Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest
public String toString()
toString
in class Object
Object.toString()
public DisassociateVPCFromHostedZoneRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.