@Generated(value="software.amazon.awssdk:codegen") public final class SearchTransitGatewayRoutesRequest extends Ec2Request implements ToCopyableBuilder<SearchTransitGatewayRoutesRequest.Builder,SearchTransitGatewayRoutesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchTransitGatewayRoutesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SearchTransitGatewayRoutesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
List<Filter> |
filters()
One or more filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of routes to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SearchTransitGatewayRoutesRequest.Builder> |
serializableBuilderClass() |
SearchTransitGatewayRoutesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayRouteTableId()
The ID of the transit gateway route table.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String transitGatewayRouteTableId()
The ID of the transit gateway route table.
public List<Filter> filters()
One or more filters. The possible values are:
attachment.transit-gateway-attachment-id- The id of the transit gateway attachment.
attachment.resource-id - The resource id of the transit gateway attachment.
attachment.resource-type - The attachment resource type (vpc | vpn).
route-search.exact-match - The exact match of the specified filter.
route-search.longest-prefix-match - The longest prefix that matches the route.
route-search.subnet-of-match - The routes with a subnet that match the specified CIDR filter.
route-search.supernet-of-match - The routes with a CIDR that encompass the CIDR filter. For example,
if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as
10.0.1.0/30, then the result returns 10.0.1.0/29.
state - The state of the attachment (available | deleted |
deleting | failed | modifying | pendingAcceptance |
pending | rollingBack | rejected | rejecting).
type - The type of roue (active | blackhole).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
attachment.transit-gateway-attachment-id- The id of the transit gateway attachment.
attachment.resource-id - The resource id of the transit gateway attachment.
attachment.resource-type - The attachment resource type (vpc | vpn
).
route-search.exact-match - The exact match of the specified filter.
route-search.longest-prefix-match - The longest prefix that matches the route.
route-search.subnet-of-match - The routes with a subnet that match the specified CIDR
filter.
route-search.supernet-of-match - The routes with a CIDR that encompass the CIDR filter. For
example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify
supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.
state - The state of the attachment (available | deleted |
deleting | failed | modifying | pendingAcceptance |
pending | rollingBack | rejected | rejecting).
type - The type of roue (active | blackhole).
public Integer maxResults()
The maximum number of routes to return.
public SearchTransitGatewayRoutesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SearchTransitGatewayRoutesRequest.Builder,SearchTransitGatewayRoutesRequest>toBuilder in class Ec2Requestpublic static SearchTransitGatewayRoutesRequest.Builder builder()
public static Class<? extends SearchTransitGatewayRoutesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.