Package com.amazonaws.services.ec2.model
Class CreateRouteTableResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateRouteTableResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of CreateRouteTable.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the route table.int
hashCode()
void
setRouteTable
(RouteTable routeTable) Information about the route table.toString()
Returns a string representation of this object; useful for testing and debugging.withRouteTable
(RouteTable routeTable) Information about the route table.
-
Constructor Details
-
CreateRouteTableResult
public CreateRouteTableResult()
-
-
Method Details
-
setRouteTable
Information about the route table.
- Parameters:
routeTable
- Information about the route table.
-
getRouteTable
Information about the route table.
- Returns:
- Information about the route table.
-
withRouteTable
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-