public class CreateRouteTableResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of CreateRouteTable.
Modifier and Type | Field and Description |
---|---|
private RouteTable |
routeTable
Information about the route table.
|
Constructor and Description |
---|
CreateRouteTableResult() |
Modifier and Type | Method and Description |
---|---|
CreateRouteTableResult |
clone() |
boolean |
equals(java.lang.Object obj) |
RouteTable |
getRouteTable()
Information about the route table.
|
int |
hashCode() |
void |
setRouteTable(RouteTable routeTable)
Information about the route table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateRouteTableResult |
withRouteTable(RouteTable routeTable)
Information about the route table.
|
private RouteTable routeTable
Information about the route table.
public void setRouteTable(RouteTable routeTable)
Information about the route table.
routeTable
- Information about the route table.public RouteTable getRouteTable()
Information about the route table.
public CreateRouteTableResult withRouteTable(RouteTable routeTable)
Information about the route table.
routeTable
- Information about the route table.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateRouteTableResult clone()
clone
in class java.lang.Object