@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTransitGatewayRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteTransitGatewayRouteRequest>
NOOP
Constructor and Description |
---|
DeleteTransitGatewayRouteRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTransitGatewayRouteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationCidrBlock()
The CIDR range for the route.
|
Request<DeleteTransitGatewayRouteRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getTransitGatewayRouteTableId()
The ID of the transit gateway route table.
|
int |
hashCode() |
void |
setDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route.
|
void |
setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTransitGatewayRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route.
|
DeleteTransitGatewayRouteRequest |
withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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 DeleteTransitGatewayRouteRequest withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId
- The ID of the transit gateway route table.public void setDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route. This must match the CIDR for the route exactly.
destinationCidrBlock
- The CIDR range for the route. This must match the CIDR for the route exactly.public String getDestinationCidrBlock()
The CIDR range for the route. This must match the CIDR for the route exactly.
public DeleteTransitGatewayRouteRequest withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route. This must match the CIDR for the route exactly.
destinationCidrBlock
- The CIDR range for the route. This must match the CIDR for the route exactly.public Request<DeleteTransitGatewayRouteRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteTransitGatewayRouteRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteTransitGatewayRouteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()