@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRouteTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteRouteTableRequest>
NOOP| Constructor and Description |
|---|
DeleteRouteTableRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRouteTableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeleteRouteTableRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getRouteTableId()
The ID of the route table.
|
int |
hashCode() |
void |
setRouteTableId(String routeTableId)
The ID of the route table.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRouteTableRequest |
withRouteTableId(String routeTableId)
The ID of the 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 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 DeleteRouteTableRequest withRouteTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.public Request<DeleteRouteTableRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteRouteTableRequest>public String toString()
toString in class ObjectObject.toString()public DeleteRouteTableRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()