Package com.amazonaws.services.ec2.model
Class CreateRouteTableResult
- java.lang.Object
-
- com.amazonaws.services.ec2.model.CreateRouteTableResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreateRouteTableResult extends Object implements Serializable, Cloneable
Contains the output of CreateRouteTable.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateRouteTableResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateRouteTableResultclone()booleanequals(Object obj)RouteTablegetRouteTable()Information about the route table.inthashCode()voidsetRouteTable(RouteTable routeTable)Information about the route table.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateRouteTableResultwithRouteTable(RouteTable routeTable)Information about the route table.
-
-
-
Method Detail
-
setRouteTable
public void setRouteTable(RouteTable routeTable)
Information about the route table.
- Parameters:
routeTable- Information about the route table.
-
getRouteTable
public RouteTable getRouteTable()
Information about the route table.
- Returns:
- Information about the route table.
-
withRouteTable
public CreateRouteTableResult withRouteTable(RouteTable routeTable)
Information about the route table.
- Parameters:
routeTable- Information about the route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateRouteTableResult clone()
-
-