@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLocalGatewayRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteLocalGatewayRouteRequest>
NOOP| Constructor and Description |
|---|
DeleteLocalGatewayRouteRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteLocalGatewayRouteRequest |
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<DeleteLocalGatewayRouteRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getLocalGatewayRouteTableId()
The ID of the local gateway route table.
|
int |
hashCode() |
void |
setDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route.
|
void |
setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLocalGatewayRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route.
|
DeleteLocalGatewayRouteRequest |
withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local 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, withSdkRequestTimeoutpublic 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 DeleteLocalGatewayRouteRequest 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 void setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.public String getLocalGatewayRouteTableId()
The ID of the local gateway route table.
public DeleteLocalGatewayRouteRequest withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.public Request<DeleteLocalGatewayRouteRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteLocalGatewayRouteRequest>public String toString()
toString in class ObjectObject.toString()public DeleteLocalGatewayRouteRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()