@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLocalGatewayRouteTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteLocalGatewayRouteTableResult() |
Modifier and Type | Method and Description |
---|---|
DeleteLocalGatewayRouteTableResult |
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.
|
DeleteLocalGatewayRouteTableResult |
withLocalGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable)
Information about the local gateway route table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 DeleteLocalGatewayRouteTableResult withLocalGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable)
Information about the local gateway route table.
localGatewayRouteTable
- Information about the local gateway route table.public String toString()
toString
in class Object
Object.toString()
public DeleteLocalGatewayRouteTableResult clone()