@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransitGatewayAttachmentPropagation extends Object implements Serializable, Cloneable
Describes a propagation route table.
| Constructor and Description |
|---|
TransitGatewayAttachmentPropagation() |
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayAttachmentPropagation |
clone() |
boolean |
equals(Object obj) |
String |
getState()
The state of the propagation route table.
|
String |
getTransitGatewayRouteTableId()
The ID of the propagation route table.
|
int |
hashCode() |
void |
setState(String state)
The state of the propagation route table.
|
void |
setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the propagation route table.
|
String |
toString()
Returns a string representation of this object.
|
TransitGatewayAttachmentPropagation |
withState(String state)
The state of the propagation route table.
|
TransitGatewayAttachmentPropagation |
withState(TransitGatewayPropagationState state)
The state of the propagation route table.
|
TransitGatewayAttachmentPropagation |
withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the propagation route table.
|
public void setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the propagation route table.
transitGatewayRouteTableId - The ID of the propagation route table.public String getTransitGatewayRouteTableId()
The ID of the propagation route table.
public TransitGatewayAttachmentPropagation withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the propagation route table.
transitGatewayRouteTableId - The ID of the propagation route table.public void setState(String state)
The state of the propagation route table.
state - The state of the propagation route table.TransitGatewayPropagationStatepublic String getState()
The state of the propagation route table.
TransitGatewayPropagationStatepublic TransitGatewayAttachmentPropagation withState(String state)
The state of the propagation route table.
state - The state of the propagation route table.TransitGatewayPropagationStatepublic TransitGatewayAttachmentPropagation withState(TransitGatewayPropagationState state)
The state of the propagation route table.
state - The state of the propagation route table.TransitGatewayPropagationStatepublic String toString()
toString in class ObjectObject.toString()public TransitGatewayAttachmentPropagation clone()