public class DescribeRouteTablesResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DescribeRouteTablesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<RouteTable> |
getRouteTables()
Returns the value of the RouteTables property for this object.
|
int |
hashCode() |
void |
setRouteTables(java.util.Collection<RouteTable> routeTables)
Sets the value of the RouteTables property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRouteTablesResult |
withRouteTables(java.util.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 java.util.List<RouteTable> getRouteTables()
public void setRouteTables(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object