public class DescribeRouteTablesResult extends Object implements Serializable
Constructor and Description |
---|
DescribeRouteTablesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<RouteTable> |
getRouteTables()
Returns the value of the RouteTables property for this object.
|
int |
hashCode() |
void |
setRouteTables(Collection<RouteTable> routeTables)
Sets the value of the RouteTables property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRouteTablesResult |
withRouteTables(Collection<RouteTable> routeTables)
Sets the value of the RouteTables property for this object.
|
DescribeRouteTablesResult |
withRouteTables(RouteTable... routeTables)
Sets the value of the RouteTables property for this object.
|
public List<RouteTable> getRouteTables()
public void setRouteTables(Collection<RouteTable> routeTables)
routeTables
- The new value for the RouteTables property for this object.public DescribeRouteTablesResult withRouteTables(RouteTable... routeTables)
Returns a reference to this object so that method calls can be chained together.
routeTables
- The new value for the RouteTables property for this object.public DescribeRouteTablesResult withRouteTables(Collection<RouteTable> routeTables)
Returns a reference to this object so that method calls can be chained together.
routeTables
- The new value for the RouteTables property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.