@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTransitGatewayRouteTablesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTransitGatewayRouteTablesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTransitGatewayRouteTablesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<TransitGatewayRouteTable> |
getTransitGatewayRouteTables()
Information about the transit gateway route tables.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setTransitGatewayRouteTables(Collection<TransitGatewayRouteTable> transitGatewayRouteTables)
Information about the transit gateway route tables.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTransitGatewayRouteTablesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeTransitGatewayRouteTablesResult |
withTransitGatewayRouteTables(Collection<TransitGatewayRouteTable> transitGatewayRouteTables)
Information about the transit gateway route tables.
|
DescribeTransitGatewayRouteTablesResult |
withTransitGatewayRouteTables(TransitGatewayRouteTable... transitGatewayRouteTables)
Information about the transit gateway route tables.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeTransitGatewayRouteTablesResult()
public List<TransitGatewayRouteTable> getTransitGatewayRouteTables()
Information about the transit gateway route tables.
public void setTransitGatewayRouteTables(Collection<TransitGatewayRouteTable> transitGatewayRouteTables)
Information about the transit gateway route tables.
transitGatewayRouteTables
- Information about the transit gateway route tables.public DescribeTransitGatewayRouteTablesResult withTransitGatewayRouteTables(TransitGatewayRouteTable... transitGatewayRouteTables)
Information about the transit gateway route tables.
NOTE: This method appends the values to the existing list (if any). Use
setTransitGatewayRouteTables(java.util.Collection)
or
withTransitGatewayRouteTables(java.util.Collection)
if you want to override the existing values.
transitGatewayRouteTables
- Information about the transit gateway route tables.public DescribeTransitGatewayRouteTablesResult withTransitGatewayRouteTables(Collection<TransitGatewayRouteTable> transitGatewayRouteTables)
Information about the transit gateway route tables.
transitGatewayRouteTables
- Information about the transit 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 DescribeTransitGatewayRouteTablesResult 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 DescribeTransitGatewayRouteTablesResult clone()