Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteVPCAssociationAuthorizationRequest.Builder,DeleteVPCAssociationAuthorizationRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteVPCAssociationAuthorizationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteVPCAssociationAuthorizationRequest.Builder,DeleteVPCAssociationAuthorizationRequest>
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.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteVPCAssociationAuthorizationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteVPCAssociationAuthorizationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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.
|
static Class<? extends DeleteVPCAssociationAuthorizationRequest.Builder> |
serializableBuilderClass() |
|
DeleteVPCAssociationAuthorizationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
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.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
public 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 DeleteVPCAssociationAuthorizationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteVPCAssociationAuthorizationRequest.Builder,DeleteVPCAssociationAuthorizationRequest>
public static DeleteVPCAssociationAuthorizationRequest.Builder builder()
public static Class<? extends DeleteVPCAssociationAuthorizationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.