public class DeleteRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteRouteRequest>
NOOP| Constructor and Description |
|---|
DeleteRouteRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRouteRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationCidrBlock()
The CIDR range for the route.
|
Request<DeleteRouteRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getRouteTableId()
The ID of the route table.
|
int |
hashCode() |
void |
setDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route.
|
void |
setRouteTableId(String routeTableId)
The ID of the route table.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route.
|
DeleteRouteRequest |
withRouteTableId(String routeTableId)
The ID of the route table.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRouteTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.public String getRouteTableId()
The ID of the route table.
public DeleteRouteRequest withRouteTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.public void setDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route. The value you specify must match the CIDR for the route exactly.
destinationCidrBlock - The CIDR range for the route. The value you specify must match the
CIDR for the route exactly.public String getDestinationCidrBlock()
The CIDR range for the route. The value you specify must match the CIDR for the route exactly.
public DeleteRouteRequest withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route. The value you specify must match the CIDR for the route exactly.
destinationCidrBlock - The CIDR range for the route. The value you specify must match the
CIDR for the route exactly.public Request<DeleteRouteRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteRouteRequest>public String toString()
toString in class ObjectObject.toString()public DeleteRouteRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.