@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocalGatewayRouteTablesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLocalGatewayRouteTablesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLocalGatewayRouteTablesResult |
clone() |
boolean |
equals(Object obj) |
List<LocalGatewayRouteTable> |
getLocalGatewayRouteTables()
Information about the local gateway route tables.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setLocalGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocalGatewayRouteTablesResult |
withLocalGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
|
DescribeLocalGatewayRouteTablesResult |
withLocalGatewayRouteTables(LocalGatewayRouteTable... localGatewayRouteTables)
Information about the local gateway route tables.
|
DescribeLocalGatewayRouteTablesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeLocalGatewayRouteTablesResult()
public List<LocalGatewayRouteTable> getLocalGatewayRouteTables()
Information about the local gateway route tables.
public void setLocalGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
localGatewayRouteTables
- Information about the local gateway route tables.public DescribeLocalGatewayRouteTablesResult withLocalGatewayRouteTables(LocalGatewayRouteTable... localGatewayRouteTables)
Information about the local gateway route tables.
NOTE: This method appends the values to the existing list (if any). Use
setLocalGatewayRouteTables(java.util.Collection)
or
withLocalGatewayRouteTables(java.util.Collection)
if you want to override the existing values.
localGatewayRouteTables
- Information about the local gateway route tables.public DescribeLocalGatewayRouteTablesResult withLocalGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
localGatewayRouteTables
- Information about the local gateway route tables.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeLocalGatewayRouteTablesResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeLocalGatewayRouteTablesResult clone()