@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchTransitGatewayRoutesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<SearchTransitGatewayRoutesRequest>
NOOP| Constructor and Description |
|---|
SearchTransitGatewayRoutesRequest() |
| Modifier and Type | Method and Description |
|---|---|
SearchTransitGatewayRoutesRequest |
clone() |
boolean |
equals(Object obj) |
Request<SearchTransitGatewayRoutesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters.
|
Integer |
getMaxResults()
The maximum number of routes to return.
|
String |
getTransitGatewayRouteTableId()
The ID of the transit gateway route table.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of routes to return.
|
void |
setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
String |
toString()
Returns a string representation of this object.
|
SearchTransitGatewayRoutesRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
SearchTransitGatewayRoutesRequest |
withFilters(Filter... filters)
One or more filters.
|
SearchTransitGatewayRoutesRequest |
withMaxResults(Integer maxResults)
The maximum number of routes to return.
|
SearchTransitGatewayRoutesRequest |
withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
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, withSdkRequestTimeoutpublic void setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId - The ID of the transit gateway route table.public String getTransitGatewayRouteTableId()
The ID of the transit gateway route table.
public SearchTransitGatewayRoutesRequest withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId - The ID of the transit gateway route table.public List<Filter> getFilters()
One or more filters. The possible values are:
transit-gateway-route-destination-cidr-block - The CIDR range.
transit-gateway-route-state - The state of the route (active | blackhole).
transit-gateway-route-transit-gateway-attachment-id - The ID of the attachment.
transit-gateway-route-type - The route type (static | propagated).
transit-gateway-route-vpn-connection-id - The ID of the VPN connection.
transit-gateway-route-destination-cidr-block - The CIDR range.
transit-gateway-route-state - The state of the route (active |
blackhole).
transit-gateway-route-transit-gateway-attachment-id - The ID of the attachment.
transit-gateway-route-type - The route type (static | propagated).
transit-gateway-route-vpn-connection-id - The ID of the VPN connection.
public void setFilters(Collection<Filter> filters)
One or more filters. The possible values are:
transit-gateway-route-destination-cidr-block - The CIDR range.
transit-gateway-route-state - The state of the route (active | blackhole).
transit-gateway-route-transit-gateway-attachment-id - The ID of the attachment.
transit-gateway-route-type - The route type (static | propagated).
transit-gateway-route-vpn-connection-id - The ID of the VPN connection.
filters - One or more filters. The possible values are:
transit-gateway-route-destination-cidr-block - The CIDR range.
transit-gateway-route-state - The state of the route (active |
blackhole).
transit-gateway-route-transit-gateway-attachment-id - The ID of the attachment.
transit-gateway-route-type - The route type (static | propagated).
transit-gateway-route-vpn-connection-id - The ID of the VPN connection.
public SearchTransitGatewayRoutesRequest withFilters(Filter... filters)
One or more filters. The possible values are:
transit-gateway-route-destination-cidr-block - The CIDR range.
transit-gateway-route-state - The state of the route (active | blackhole).
transit-gateway-route-transit-gateway-attachment-id - The ID of the attachment.
transit-gateway-route-type - The route type (static | propagated).
transit-gateway-route-vpn-connection-id - The ID of the VPN connection.
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:
transit-gateway-route-destination-cidr-block - The CIDR range.
transit-gateway-route-state - The state of the route (active |
blackhole).
transit-gateway-route-transit-gateway-attachment-id - The ID of the attachment.
transit-gateway-route-type - The route type (static | propagated).
transit-gateway-route-vpn-connection-id - The ID of the VPN connection.
public SearchTransitGatewayRoutesRequest withFilters(Collection<Filter> filters)
One or more filters. The possible values are:
transit-gateway-route-destination-cidr-block - The CIDR range.
transit-gateway-route-state - The state of the route (active | blackhole).
transit-gateway-route-transit-gateway-attachment-id - The ID of the attachment.
transit-gateway-route-type - The route type (static | propagated).
transit-gateway-route-vpn-connection-id - The ID of the VPN connection.
filters - One or more filters. The possible values are:
transit-gateway-route-destination-cidr-block - The CIDR range.
transit-gateway-route-state - The state of the route (active |
blackhole).
transit-gateway-route-transit-gateway-attachment-id - The ID of the attachment.
transit-gateway-route-type - The route type (static | propagated).
transit-gateway-route-vpn-connection-id - The ID of the VPN connection.
public void setMaxResults(Integer maxResults)
The maximum number of routes to return.
maxResults - The maximum number of routes to return.public Integer getMaxResults()
The maximum number of routes to return.
public SearchTransitGatewayRoutesRequest withMaxResults(Integer maxResults)
The maximum number of routes to return.
maxResults - The maximum number of routes to return.public Request<SearchTransitGatewayRoutesRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<SearchTransitGatewayRoutesRequest>public String toString()
toString in class ObjectObject.toString()public SearchTransitGatewayRoutesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.