@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayPolicyTableAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayPolicyTableAssociation.Builder,TransitGatewayPolicyTableAssociation>
Describes a transit gateway policy table association.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransitGatewayPolicyTableAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayPolicyTableAssociation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceId()
The resource ID of the transit gateway attachment.
|
TransitGatewayAttachmentResourceType |
resourceType()
The resource type for the transit gateway policy table association.
|
String |
resourceTypeAsString()
The resource type for the transit gateway policy table association.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayPolicyTableAssociation.Builder> |
serializableBuilderClass() |
TransitGatewayAssociationState |
state()
The state of the transit gateway policy table association.
|
String |
stateAsString()
The state of the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayAttachmentId()
The ID of the transit gateway attachment.
|
String |
transitGatewayPolicyTableId()
The ID of the transit gateway policy table.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String transitGatewayPolicyTableId()
The ID of the transit gateway policy table.
public final String transitGatewayAttachmentId()
The ID of the transit gateway attachment.
public final String resourceId()
The resource ID of the transit gateway attachment.
public final TransitGatewayAttachmentResourceType resourceType()
The resource type for the transit gateway policy table association.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return TransitGatewayAttachmentResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from resourceTypeAsString().
TransitGatewayAttachmentResourceTypepublic final String resourceTypeAsString()
The resource type for the transit gateway policy table association.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return TransitGatewayAttachmentResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from resourceTypeAsString().
TransitGatewayAttachmentResourceTypepublic final TransitGatewayAssociationState state()
The state of the transit gateway policy table 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().
TransitGatewayAssociationStatepublic final String stateAsString()
The state of the transit gateway policy table 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().
TransitGatewayAssociationStatepublic TransitGatewayPolicyTableAssociation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitGatewayPolicyTableAssociation.Builder,TransitGatewayPolicyTableAssociation>public static TransitGatewayPolicyTableAssociation.Builder builder()
public static Class<? extends TransitGatewayPolicyTableAssociation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.