@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayAttachmentAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayAttachmentAssociation.Builder,TransitGatewayAttachmentAssociation>
Describes an association.
Modifier and Type | Class and Description |
---|---|
static interface |
TransitGatewayAttachmentAssociation.Builder |
Modifier and Type | Method and Description |
---|---|
static TransitGatewayAttachmentAssociation.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayAttachmentAssociation.Builder> |
serializableBuilderClass() |
TransitGatewayAssociationState |
state()
The state of the association.
|
String |
stateAsString()
The state of the association.
|
TransitGatewayAttachmentAssociation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
transitGatewayRouteTableId()
The ID of the route table for the transit gateway.
|
copy
public String transitGatewayRouteTableId()
The ID of the route table for the transit gateway.
public TransitGatewayAssociationState state()
The state of the association.
If the service returns an enum value that is not available in the current SDK version, state
will return
TransitGatewayAssociationState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from stateAsString()
.
TransitGatewayAssociationState
public String stateAsString()
The state of the association.
If the service returns an enum value that is not available in the current SDK version, state
will return
TransitGatewayAssociationState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from stateAsString()
.
TransitGatewayAssociationState
public TransitGatewayAttachmentAssociation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TransitGatewayAttachmentAssociation.Builder,TransitGatewayAttachmentAssociation>
public static TransitGatewayAttachmentAssociation.Builder builder()
public static Class<? extends TransitGatewayAttachmentAssociation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.