@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.TransitGatewayPropagationState
public String getState()
The state of the propagation route table.
TransitGatewayPropagationState
public TransitGatewayAttachmentPropagation withState(String state)
The state of the propagation route table.
state
- The state of the propagation route table.TransitGatewayPropagationState
public TransitGatewayAttachmentPropagation withState(TransitGatewayPropagationState state)
The state of the propagation route table.
state
- The state of the propagation route table.TransitGatewayPropagationState
public String toString()
toString
in class Object
Object.toString()
public TransitGatewayAttachmentPropagation clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.