@Generated(value="software.amazon.awssdk:codegen") public final class CreateTransitGatewayVpcAttachmentRequestOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateTransitGatewayVpcAttachmentRequestOptions.Builder,CreateTransitGatewayVpcAttachmentRequestOptions>
Describes the options for a VPC attachment.
Modifier and Type | Class and Description |
---|---|
static interface |
CreateTransitGatewayVpcAttachmentRequestOptions.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateTransitGatewayVpcAttachmentRequestOptions.Builder |
builder() |
DnsSupportValue |
dnsSupport()
Enable or disable DNS support.
|
String |
dnsSupportAsString()
Enable or disable DNS support.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Ipv6SupportValue |
ipv6Support()
Enable or disable IPv6 support.
|
String |
ipv6SupportAsString()
Enable or disable IPv6 support.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateTransitGatewayVpcAttachmentRequestOptions.Builder> |
serializableBuilderClass() |
CreateTransitGatewayVpcAttachmentRequestOptions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public DnsSupportValue dnsSupport()
Enable or disable DNS support. The default is enable
.
If the service returns an enum value that is not available in the current SDK version, dnsSupport
will
return DnsSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
dnsSupportAsString()
.
enable
.DnsSupportValue
public String dnsSupportAsString()
Enable or disable DNS support. The default is enable
.
If the service returns an enum value that is not available in the current SDK version, dnsSupport
will
return DnsSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
dnsSupportAsString()
.
enable
.DnsSupportValue
public Ipv6SupportValue ipv6Support()
Enable or disable IPv6 support. The default is enable
.
If the service returns an enum value that is not available in the current SDK version, ipv6Support
will
return Ipv6SupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
ipv6SupportAsString()
.
enable
.Ipv6SupportValue
public String ipv6SupportAsString()
Enable or disable IPv6 support. The default is enable
.
If the service returns an enum value that is not available in the current SDK version, ipv6Support
will
return Ipv6SupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
ipv6SupportAsString()
.
enable
.Ipv6SupportValue
public CreateTransitGatewayVpcAttachmentRequestOptions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateTransitGatewayVpcAttachmentRequestOptions.Builder,CreateTransitGatewayVpcAttachmentRequestOptions>
public static CreateTransitGatewayVpcAttachmentRequestOptions.Builder builder()
public static Class<? extends CreateTransitGatewayVpcAttachmentRequestOptions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.