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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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
AssociateVPCWithHostedZoneRequest
public String getComment()
Optional: Any comments you want to include about a
AssociateVPCWithHostedZoneRequest
.
AssociateVPCWithHostedZoneRequest
public AssociateVPCWithHostedZoneRequest withComment(String comment)
Optional: Any comments you want to include about a
AssociateVPCWithHostedZoneRequest
.
comment
- Optional: Any comments you want to include about a
AssociateVPCWithHostedZoneRequest
public String toString()
toString
in class Object
Object.toString()
public AssociateVPCWithHostedZoneRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.