@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVPCAssociationAuthorizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains information about the request to remove authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account.
NOOP
Constructor and Description |
---|
DeleteVPCAssociationAuthorizationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteVPCAssociationAuthorizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHostedZoneId()
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was
created with a different AWS account, the ID of the hosted zone.
|
VPC |
getVPC()
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was
created with a different AWS account, a complex type that includes the ID and region of the VPC.
|
int |
hashCode() |
void |
setHostedZoneId(String hostedZoneId)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was
created with a different AWS account, the ID of the hosted zone.
|
void |
setVPC(VPC vPC)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was
created with a different AWS account, a complex type that includes the ID and region of the VPC.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteVPCAssociationAuthorizationRequest |
withHostedZoneId(String hostedZoneId)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was
created with a different AWS account, the ID of the hosted zone.
|
DeleteVPCAssociationAuthorizationRequest |
withVPC(VPC vPC)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was
created with a different AWS account, a complex type that includes the ID and region of the VPC.
|
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 DeleteVPCAssociationAuthorizationRequest()
public void setHostedZoneId(String hostedZoneId)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, the ID of the hosted zone.
hostedZoneId
- When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that
was created with a different AWS account, the ID of the hosted zone.public String getHostedZoneId()
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, the ID of the hosted zone.
public DeleteVPCAssociationAuthorizationRequest withHostedZoneId(String hostedZoneId)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, the ID of the hosted zone.
hostedZoneId
- When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that
was created with a different AWS account, the ID of the hosted zone.public void setVPC(VPC vPC)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, a complex type that includes the ID and region of the VPC.
vPC
- When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that
was created with a different AWS account, a complex type that includes the ID and region of the VPC.public VPC getVPC()
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, a complex type that includes the ID and region of the VPC.
public DeleteVPCAssociationAuthorizationRequest withVPC(VPC vPC)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, a complex type that includes the ID and region of the VPC.
vPC
- When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that
was created with a different AWS account, a complex type that includes the ID and region of the VPC.public String toString()
toString
in class Object
Object.toString()
public DeleteVPCAssociationAuthorizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.