public class AssociateVPCWithHostedZoneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains information about the VPC and the hosted zone that you want to associate.
NOOP| Constructor and Description |
|---|
AssociateVPCWithHostedZoneRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateVPCWithHostedZoneRequest |
clone() |
boolean |
equals(Object obj) |
String |
getComment()
Optional: A comment about the association request.
|
String |
getHostedZoneId()
The ID of the hosted zone you want to associate your VPC with.
|
VPC |
getVPC()
A complex type containing information about the Amazon VPC that you're associating with the specified hosted
zone.
|
int |
hashCode() |
void |
setComment(String comment)
Optional: A comment about the association request.
|
void |
setHostedZoneId(String hostedZoneId)
The ID of the hosted zone you want to associate your VPC with.
|
void |
setVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're associating with the specified hosted
zone.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateVPCWithHostedZoneRequest |
withComment(String comment)
Optional: A comment about the association request.
|
AssociateVPCWithHostedZoneRequest |
withHostedZoneId(String hostedZoneId)
The ID of the hosted zone you want to associate your VPC with.
|
AssociateVPCWithHostedZoneRequest |
withVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're associating with 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 void setHostedZoneId(String hostedZoneId)
The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
hostedZoneId - The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
public String getHostedZoneId()
The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
public AssociateVPCWithHostedZoneRequest withHostedZoneId(String hostedZoneId)
The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
hostedZoneId - The ID of the hosted zone you want to associate your VPC with.
Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.
public void setVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
vPC - A complex type containing information about the Amazon VPC that you're associating with the specified
hosted zone.public VPC getVPC()
A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
public AssociateVPCWithHostedZoneRequest withVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.
vPC - A complex type containing information about the Amazon VPC that you're associating with the specified
hosted zone.public void setComment(String comment)
Optional: A comment about the association request.
comment - Optional: A comment about the association request.public String getComment()
Optional: A comment about the association request.
public AssociateVPCWithHostedZoneRequest withComment(String comment)
Optional: A comment about the association request.
comment - Optional: A comment about the association request.public String toString()
toString in class ObjectObject.toString()public AssociateVPCWithHostedZoneRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.