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.
NOOP
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.