@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocalGatewayRouteTablesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeLocalGatewayRouteTablesRequest>
NOOP
Constructor and Description |
---|
DescribeLocalGatewayRouteTablesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLocalGatewayRouteTablesRequest |
clone() |
boolean |
equals(Object obj) |
Request<DescribeLocalGatewayRouteTablesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters.
|
List<String> |
getLocalGatewayRouteTableIds()
The IDs of the local gateway route tables.
|
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setLocalGatewayRouteTableIds(Collection<String> localGatewayRouteTableIds)
The IDs of the local gateway route tables.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocalGatewayRouteTablesRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeLocalGatewayRouteTablesRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeLocalGatewayRouteTablesRequest |
withLocalGatewayRouteTableIds(Collection<String> localGatewayRouteTableIds)
The IDs of the local gateway route tables.
|
DescribeLocalGatewayRouteTablesRequest |
withLocalGatewayRouteTableIds(String... localGatewayRouteTableIds)
The IDs of the local gateway route tables.
|
DescribeLocalGatewayRouteTablesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeLocalGatewayRouteTablesRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeout
public DescribeLocalGatewayRouteTablesRequest()
public List<String> getLocalGatewayRouteTableIds()
The IDs of the local gateway route tables.
public void setLocalGatewayRouteTableIds(Collection<String> localGatewayRouteTableIds)
The IDs of the local gateway route tables.
localGatewayRouteTableIds
- The IDs of the local gateway route tables.public DescribeLocalGatewayRouteTablesRequest withLocalGatewayRouteTableIds(String... localGatewayRouteTableIds)
The IDs of the local gateway route tables.
NOTE: This method appends the values to the existing list (if any). Use
setLocalGatewayRouteTableIds(java.util.Collection)
or
withLocalGatewayRouteTableIds(java.util.Collection)
if you want to override the existing values.
localGatewayRouteTableIds
- The IDs of the local gateway route tables.public DescribeLocalGatewayRouteTablesRequest withLocalGatewayRouteTableIds(Collection<String> localGatewayRouteTableIds)
The IDs of the local gateway route tables.
localGatewayRouteTableIds
- The IDs of the local gateway route tables.public List<Filter> getFilters()
One or more filters.
local-gateway-id
- The ID of a local gateway.
local-gateway-route-table-id
- The ID of a local gateway route table.
outpost-arn
- The Amazon Resource Name (ARN) of the Outpost.
state
- The state of the local gateway route table.
local-gateway-id
- The ID of a local gateway.
local-gateway-route-table-id
- The ID of a local gateway route table.
outpost-arn
- The Amazon Resource Name (ARN) of the Outpost.
state
- The state of the local gateway route table.
public void setFilters(Collection<Filter> filters)
One or more filters.
local-gateway-id
- The ID of a local gateway.
local-gateway-route-table-id
- The ID of a local gateway route table.
outpost-arn
- The Amazon Resource Name (ARN) of the Outpost.
state
- The state of the local gateway route table.
filters
- One or more filters.
local-gateway-id
- The ID of a local gateway.
local-gateway-route-table-id
- The ID of a local gateway route table.
outpost-arn
- The Amazon Resource Name (ARN) of the Outpost.
state
- The state of the local gateway route table.
public DescribeLocalGatewayRouteTablesRequest withFilters(Filter... filters)
One or more filters.
local-gateway-id
- The ID of a local gateway.
local-gateway-route-table-id
- The ID of a local gateway route table.
outpost-arn
- The Amazon Resource Name (ARN) of the Outpost.
state
- The state of the local 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.
local-gateway-id
- The ID of a local gateway.
local-gateway-route-table-id
- The ID of a local gateway route table.
outpost-arn
- The Amazon Resource Name (ARN) of the Outpost.
state
- The state of the local gateway route table.
public DescribeLocalGatewayRouteTablesRequest withFilters(Collection<Filter> filters)
One or more filters.
local-gateway-id
- The ID of a local gateway.
local-gateway-route-table-id
- The ID of a local gateway route table.
outpost-arn
- The Amazon Resource Name (ARN) of the Outpost.
state
- The state of the local gateway route table.
filters
- One or more filters.
local-gateway-id
- The ID of a local gateway.
local-gateway-route-table-id
- The ID of a local gateway route table.
outpost-arn
- The Amazon Resource Name (ARN) of the Outpost.
state
- The state of the local 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 DescribeLocalGatewayRouteTablesRequest 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 DescribeLocalGatewayRouteTablesRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public Request<DescribeLocalGatewayRouteTablesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeLocalGatewayRouteTablesRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeLocalGatewayRouteTablesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.