@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateTransitGatewayRouteTableResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.