@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) |
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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String transitGatewayRouteTableId()
The ID of the 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.
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.
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 Ec2Request
public static ExportTransitGatewayRoutesRequest.Builder builder()
public static Class<? extends ExportTransitGatewayRoutesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.