@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RouteTableIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
Describes a route table.
| Constructor and Description |
|---|
RouteTableIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
RouteTableIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getTransitGatewayRouteTableArn()
The ARN of the transit gateway route table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTransitGatewayRouteTableArn(String transitGatewayRouteTableArn)
The ARN of the transit gateway route table.
|
String |
toString()
Returns a string representation of this object.
|
RouteTableIdentifier |
withTransitGatewayRouteTableArn(String transitGatewayRouteTableArn)
The ARN of the transit gateway route table.
|
public void setTransitGatewayRouteTableArn(String transitGatewayRouteTableArn)
The ARN of the transit gateway route table.
transitGatewayRouteTableArn - The ARN of the transit gateway route table.public String getTransitGatewayRouteTableArn()
The ARN of the transit gateway route table.
public RouteTableIdentifier withTransitGatewayRouteTableArn(String transitGatewayRouteTableArn)
The ARN of the transit gateway route table.
transitGatewayRouteTableArn - The ARN of the transit gateway route table.public String toString()
toString in class ObjectObject.toString()public RouteTableIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.