@Generated(value="software.amazon.awssdk:codegen") public final class ExportTransitGatewayRoutesRequest extends Ec2Request implements ToCopyableBuilder<ExportTransitGatewayRoutesRequest.Builder,ExportTransitGatewayRoutesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportTransitGatewayRoutesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportTransitGatewayRoutesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<Filter> |
filters()
One or more filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFilters()
Returns true if the Filters property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
s3Bucket()
The name of the S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportTransitGatewayRoutesRequest.Builder> |
serializableBuilderClass() |
ExportTransitGatewayRoutesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayRouteTableId()
The ID of the route table.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String transitGatewayRouteTableId()
The ID of the route table.
public boolean hasFilters()
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.
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).
transit-gateway-route-destination-cidr-block - The CIDR range.
type - The type of route (active | blackhole).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFilters() to see if a value was sent in this field.
attachment.transit-gateway-attachment-id - The id of the transit gateway attachment.
attachment.resource-id - The resource id of the transit gateway attachment.
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).
transit-gateway-route-destination-cidr-block - The CIDR range.
type - The type of route (active | blackhole).
public String s3Bucket()
The name of the S3 bucket.
public ExportTransitGatewayRoutesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportTransitGatewayRoutesRequest.Builder,ExportTransitGatewayRoutesRequest>toBuilder in class Ec2Requestpublic static ExportTransitGatewayRoutesRequest.Builder builder()
public static Class<? extends ExportTransitGatewayRoutesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.