@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTransitGatewayRouteTablesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeTransitGatewayRouteTablesRequest>
NOOP| Constructor and Description |
|---|
DescribeTransitGatewayRouteTablesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTransitGatewayRouteTablesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeTransitGatewayRouteTablesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters.
|
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
String |
getNextToken()
The token for the next page of results.
|
List<String> |
getTransitGatewayRouteTableIds()
The IDs of the transit gateway route tables.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
void |
setTransitGatewayRouteTableIds(Collection<String> transitGatewayRouteTableIds)
The IDs of the transit gateway route tables.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTransitGatewayRouteTablesRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeTransitGatewayRouteTablesRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeTransitGatewayRouteTablesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeTransitGatewayRouteTablesRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
DescribeTransitGatewayRouteTablesRequest |
withTransitGatewayRouteTableIds(Collection<String> transitGatewayRouteTableIds)
The IDs of the transit gateway route tables.
|
DescribeTransitGatewayRouteTablesRequest |
withTransitGatewayRouteTableIds(String... transitGatewayRouteTableIds)
The IDs of the transit gateway route tables.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeTransitGatewayRouteTablesRequest()
public List<String> getTransitGatewayRouteTableIds()
The IDs of the transit gateway route tables.
public void setTransitGatewayRouteTableIds(Collection<String> transitGatewayRouteTableIds)
The IDs of the transit gateway route tables.
transitGatewayRouteTableIds - The IDs of the transit gateway route tables.public DescribeTransitGatewayRouteTablesRequest withTransitGatewayRouteTableIds(String... transitGatewayRouteTableIds)
The IDs of the transit gateway route tables.
NOTE: This method appends the values to the existing list (if any). Use
setTransitGatewayRouteTableIds(java.util.Collection) or
withTransitGatewayRouteTableIds(java.util.Collection) if you want to override the existing values.
transitGatewayRouteTableIds - The IDs of the transit gateway route tables.public DescribeTransitGatewayRouteTablesRequest withTransitGatewayRouteTableIds(Collection<String> transitGatewayRouteTableIds)
The IDs of the transit gateway route tables.
transitGatewayRouteTableIds - The IDs of the transit gateway route tables.public List<Filter> getFilters()
One or more filters. The possible values are:
default-association-route-table - Indicates whether this is the default association route table for
the transit gateway (true | false).
default-propagation-route-table - Indicates whether this is the default propagation route table for
the transit gateway (true | false).
state - The state of the route table (available | deleting |
deleted | pending).
transit-gateway-id - The ID of the transit gateway.
transit-gateway-route-table-id - The ID of the transit gateway route table.
default-association-route-table - Indicates whether this is the default association route
table for the transit gateway (true | false).
default-propagation-route-table - Indicates whether this is the default propagation route
table for the transit gateway (true | false).
state - The state of the route table (available | deleting |
deleted | pending).
transit-gateway-id - The ID of the transit gateway.
transit-gateway-route-table-id - The ID of the transit gateway route table.
public void setFilters(Collection<Filter> filters)
One or more filters. The possible values are:
default-association-route-table - Indicates whether this is the default association route table for
the transit gateway (true | false).
default-propagation-route-table - Indicates whether this is the default propagation route table for
the transit gateway (true | false).
state - The state of the route table (available | deleting |
deleted | pending).
transit-gateway-id - The ID of the transit gateway.
transit-gateway-route-table-id - The ID of the transit gateway route table.
filters - One or more filters. The possible values are:
default-association-route-table - Indicates whether this is the default association route
table for the transit gateway (true | false).
default-propagation-route-table - Indicates whether this is the default propagation route
table for the transit gateway (true | false).
state - The state of the route table (available | deleting |
deleted | pending).
transit-gateway-id - The ID of the transit gateway.
transit-gateway-route-table-id - The ID of the transit gateway route table.
public DescribeTransitGatewayRouteTablesRequest withFilters(Filter... filters)
One or more filters. The possible values are:
default-association-route-table - Indicates whether this is the default association route table for
the transit gateway (true | false).
default-propagation-route-table - Indicates whether this is the default propagation route table for
the transit gateway (true | false).
state - The state of the route table (available | deleting |
deleted | pending).
transit-gateway-id - The ID of the transit gateway.
transit-gateway-route-table-id - The ID of the transit gateway route table.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - One or more filters. The possible values are:
default-association-route-table - Indicates whether this is the default association route
table for the transit gateway (true | false).
default-propagation-route-table - Indicates whether this is the default propagation route
table for the transit gateway (true | false).
state - The state of the route table (available | deleting |
deleted | pending).
transit-gateway-id - The ID of the transit gateway.
transit-gateway-route-table-id - The ID of the transit gateway route table.
public DescribeTransitGatewayRouteTablesRequest withFilters(Collection<Filter> filters)
One or more filters. The possible values are:
default-association-route-table - Indicates whether this is the default association route table for
the transit gateway (true | false).
default-propagation-route-table - Indicates whether this is the default propagation route table for
the transit gateway (true | false).
state - The state of the route table (available | deleting |
deleted | pending).
transit-gateway-id - The ID of the transit gateway.
transit-gateway-route-table-id - The ID of the transit gateway route table.
filters - One or more filters. The possible values are:
default-association-route-table - Indicates whether this is the default association route
table for the transit gateway (true | false).
default-propagation-route-table - Indicates whether this is the default propagation route
table for the transit gateway (true | false).
state - The state of the route table (available | deleting |
deleted | pending).
transit-gateway-id - The ID of the transit gateway.
transit-gateway-route-table-id - The ID of the transit gateway route table.
public void setMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken value.
nextToken value.public DescribeTransitGatewayRouteTablesRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.public String getNextToken()
The token for the next page of results.
public DescribeTransitGatewayRouteTablesRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.public Request<DescribeTransitGatewayRouteTablesRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeTransitGatewayRouteTablesRequest>public String toString()
toString in class ObjectObject.toString()public DescribeTransitGatewayRouteTablesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()