@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTransitGatewayRoutesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ExportTransitGatewayRoutesRequest>
NOOP| Constructor and Description |
|---|
ExportTransitGatewayRoutesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExportTransitGatewayRoutesRequest |
clone() |
boolean |
equals(Object obj) |
Request<ExportTransitGatewayRoutesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters.
|
String |
getS3Bucket()
The name of the S3 bucket.
|
String |
getTransitGatewayRouteTableId()
The ID of the route table.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setS3Bucket(String s3Bucket)
The name of the S3 bucket.
|
void |
setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table.
|
String |
toString()
Returns a string representation of this object.
|
ExportTransitGatewayRoutesRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
ExportTransitGatewayRoutesRequest |
withFilters(Filter... filters)
One or more filters.
|
ExportTransitGatewayRoutesRequest |
withS3Bucket(String s3Bucket)
The name of the S3 bucket.
|
ExportTransitGatewayRoutesRequest |
withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the 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 route table.
transitGatewayRouteTableId - The ID of the route table.public String getTransitGatewayRouteTableId()
The ID of the route table.
public ExportTransitGatewayRoutesRequest withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table.
transitGatewayRouteTableId - The ID of the 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 ExportTransitGatewayRoutesRequest 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 ExportTransitGatewayRoutesRequest 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 setS3Bucket(String s3Bucket)
The name of the S3 bucket.
s3Bucket - The name of the S3 bucket.public String getS3Bucket()
The name of the S3 bucket.
public ExportTransitGatewayRoutesRequest withS3Bucket(String s3Bucket)
The name of the S3 bucket.
s3Bucket - The name of the S3 bucket.public Request<ExportTransitGatewayRoutesRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ExportTransitGatewayRoutesRequest>public String toString()
toString in class ObjectObject.toString()public ExportTransitGatewayRoutesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.