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