public class DeleteRouteTableRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<DeleteRouteTableRequest>
Contains the parameters for DeleteRouteTable.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
routeTableId
The ID of the route table.
|
NOOP
Constructor and Description |
---|
DeleteRouteTableRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRouteTableRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
Request<DeleteRouteTableRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.String |
getRouteTableId()
The ID of the route table.
|
int |
hashCode() |
void |
setRouteTableId(java.lang.String routeTableId)
The ID of the route table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRouteTableRequest |
withRouteTableId(java.lang.String routeTableId)
The ID of the route table.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRouteTableId(java.lang.String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.public java.lang.String getRouteTableId()
The ID of the route table.
public DeleteRouteTableRequest withRouteTableId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteRouteTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()