@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransitGatewayAttachmentAssociation extends Object implements Serializable, Cloneable
Describes an association.
Constructor and Description |
---|
TransitGatewayAttachmentAssociation() |
Modifier and Type | Method and Description |
---|---|
TransitGatewayAttachmentAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getState()
The state of the association.
|
String |
getTransitGatewayRouteTableId()
The ID of the route table for the transit gateway.
|
int |
hashCode() |
void |
setState(String state)
The state of the association.
|
void |
setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table for the transit gateway.
|
String |
toString()
Returns a string representation of this object.
|
TransitGatewayAttachmentAssociation |
withState(String state)
The state of the association.
|
TransitGatewayAttachmentAssociation |
withState(TransitGatewayAssociationState state)
The state of the association.
|
TransitGatewayAttachmentAssociation |
withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table for the transit gateway.
|
public void setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table for the transit gateway.
transitGatewayRouteTableId
- The ID of the route table for the transit gateway.public String getTransitGatewayRouteTableId()
The ID of the route table for the transit gateway.
public TransitGatewayAttachmentAssociation withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table for the transit gateway.
transitGatewayRouteTableId
- The ID of the route table for the transit gateway.public void setState(String state)
The state of the association.
state
- The state of the association.TransitGatewayAssociationState
public String getState()
The state of the association.
TransitGatewayAssociationState
public TransitGatewayAttachmentAssociation withState(String state)
The state of the association.
state
- The state of the association.TransitGatewayAssociationState
public TransitGatewayAttachmentAssociation withState(TransitGatewayAssociationState state)
The state of the association.
state
- The state of the association.TransitGatewayAssociationState
public String toString()
toString
in class Object
Object.toString()
public TransitGatewayAttachmentAssociation clone()
Copyright © 2024. All rights reserved.