@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public RouteTableIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.