public class DeleteRouteTableRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DeleteRouteTableRequest>
DeleteRouteTable operation
.
Deletes a route table from a VPC. The route table must not be associated with a subnet. You can't delete the main route table. For more information about route tables, go to Route Tables in the Amazon Virtual Private Cloud User Guide.
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 to be deleted.
|
int |
hashCode() |
void |
setRouteTableId(String routeTableId)
The ID of the route table to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRouteTableRequest |
withRouteTableId(String routeTableId)
The ID of the route table to be deleted.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getRouteTableId()
public void setRouteTableId(String routeTableId)
routeTableId
- The ID of the route table to be deleted.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 to be deleted.public Request<DeleteRouteTableRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteRouteTableRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.