public class DescribeRouteTablesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of DescribeRouteTables.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RouteTable> |
routeTables
Information about one or more route tables.
|
Constructor and Description |
---|
DescribeRouteTablesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRouteTablesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<RouteTable> |
getRouteTables()
Information about one or more route tables.
|
int |
hashCode() |
void |
setRouteTables(java.util.Collection<RouteTable> routeTables)
Information about one or more route tables.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRouteTablesResult |
withRouteTables(java.util.Collection<RouteTable> routeTables)
Information about one or more route tables.
|
DescribeRouteTablesResult |
withRouteTables(RouteTable... routeTables)
Information about one or more route tables.
|
private SdkInternalList<RouteTable> routeTables
Information about one or more route tables.
public java.util.List<RouteTable> getRouteTables()
Information about one or more route tables.
public void setRouteTables(java.util.Collection<RouteTable> routeTables)
Information about one or more route tables.
routeTables
- Information about one or more route tables.public DescribeRouteTablesResult withRouteTables(RouteTable... routeTables)
Information about one or more route tables.
NOTE: This method appends the values to the existing list (if
any). Use setRouteTables(java.util.Collection)
or
withRouteTables(java.util.Collection)
if you want to override
the existing values.
routeTables
- Information about one or more route tables.public DescribeRouteTablesResult withRouteTables(java.util.Collection<RouteTable> routeTables)
Information about one or more route tables.
routeTables
- Information about one or more route tables.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 DescribeRouteTablesResult clone()
clone
in class java.lang.Object