@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTransitGatewayRouteTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateTransitGatewayRouteTableResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateTransitGatewayRouteTableResult | clone() | 
| boolean | equals(Object obj) | 
| TransitGatewayRouteTable | getTransitGatewayRouteTable()
 Information about the transit gateway route table. | 
| int | hashCode() | 
| void | setTransitGatewayRouteTable(TransitGatewayRouteTable transitGatewayRouteTable)
 Information about the transit gateway route table. | 
| String | toString()Returns a string representation of this object. | 
| CreateTransitGatewayRouteTableResult | withTransitGatewayRouteTable(TransitGatewayRouteTable transitGatewayRouteTable)
 Information about the transit gateway route table. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic CreateTransitGatewayRouteTableResult()
public void setTransitGatewayRouteTable(TransitGatewayRouteTable transitGatewayRouteTable)
Information about the transit gateway route table.
transitGatewayRouteTable - Information about the transit gateway route table.public TransitGatewayRouteTable getTransitGatewayRouteTable()
Information about the transit gateway route table.
public CreateTransitGatewayRouteTableResult withTransitGatewayRouteTable(TransitGatewayRouteTable transitGatewayRouteTable)
Information about the transit gateway route table.
transitGatewayRouteTable - Information about the transit gateway route table.public String toString()
toString in class ObjectObject.toString()public CreateTransitGatewayRouteTableResult clone()
Copyright © 2021. All rights reserved.