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