@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayRouteTableAttachment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayRouteTableAttachment.Builder,TransitGatewayRouteTableAttachment>
Describes a transit gateway route table attachment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransitGatewayRouteTableAttachment.Builder |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
attachment()
Returns the value of the Attachment property for this object.
|
static TransitGatewayRouteTableAttachment.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
peeringId()
The ID of the peering attachment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayRouteTableAttachment.Builder> |
serializableBuilderClass() |
TransitGatewayRouteTableAttachment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayRouteTableArn()
The ARN of the transit gateway attachment route table.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Attachment attachment()
public final String peeringId()
The ID of the peering attachment.
public final String transitGatewayRouteTableArn()
The ARN of the transit gateway attachment route table. For example,
"TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"
.
"TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"
.public TransitGatewayRouteTableAttachment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitGatewayRouteTableAttachment.Builder,TransitGatewayRouteTableAttachment>public static TransitGatewayRouteTableAttachment.Builder builder()
public static Class<? extends TransitGatewayRouteTableAttachment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.