@Generated(value="software.amazon.awssdk:codegen") public final class DeleteVpcAssociationAuthorizationRequest extends Route53Request 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 and Description |
|---|---|
static interface |
DeleteVpcAssociationAuthorizationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteVpcAssociationAuthorizationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteVpcAssociationAuthorizationRequest.Builder> |
serializableBuilderClass() |
DeleteVpcAssociationAuthorizationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final 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()
toBuilder in interface ToCopyableBuilder<DeleteVpcAssociationAuthorizationRequest.Builder,DeleteVpcAssociationAuthorizationRequest>toBuilder in class Route53Requestpublic static DeleteVpcAssociationAuthorizationRequest.Builder builder()
public static Class<? extends DeleteVpcAssociationAuthorizationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.