public class DeleteRouteTableRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DeleteRouteTableRequest>
DeleteRouteTable operation.
Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can't delete the main route table.
| Constructor and Description |
|---|
DeleteRouteTableRequest() |
| Modifier and Type | Method and Description |
|---|---|
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; useful for testing and
debugging.
|
DeleteRouteTableRequest |
withRouteTableId(String routeTableId)
The ID of the route table.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getRouteTableId()
public void setRouteTableId(String routeTableId)
routeTableId - The ID of the route table.public DeleteRouteTableRequest withRouteTableId(String routeTableId)
Returns a reference to this object so that method calls can be chained together.
routeTableId - The ID of the route table.public Request<DeleteRouteTableRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteRouteTableRequest>public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.