@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateVPCWithHostedZoneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains information about the request to associate a VPC with a private hosted zone.
NOOP
Constructor and Description |
---|
AssociateVPCWithHostedZoneRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateVPCWithHostedZoneRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComment()
Optional: A comment about the association request.
|
String |
getHostedZoneId()
The ID of the private hosted zone that you want to associate an Amazon VPC with.
|
VPC |
getVPC()
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
int |
hashCode() |
void |
setComment(String comment)
Optional: A comment about the association request.
|
void |
setHostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to associate an Amazon VPC with.
|
void |
setVPC(VPC vPC)
A complex type that contains information about the VPC that you want to associate with a private 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 private hosted zone that you want to associate an Amazon VPC with.
|
AssociateVPCWithHostedZoneRequest |
withVPC(VPC vPC)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setHostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
hostedZoneId
- The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
public String getHostedZoneId()
The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
public AssociateVPCWithHostedZoneRequest withHostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
hostedZoneId
- The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
public void setVPC(VPC vPC)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
vPC
- A complex type that contains information about the VPC that you want to associate with a private hosted
zone.public VPC getVPC()
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
public AssociateVPCWithHostedZoneRequest withVPC(VPC vPC)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
vPC
- A complex type that contains information about the VPC that you want to associate with a private 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 Object
Object.toString()
public AssociateVPCWithHostedZoneRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.