|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DeleteRouteTableRequest
public class DeleteRouteTableRequest
Container for the parameters to the 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.
AmazonEC2.deleteRouteTable(DeleteRouteTableRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteRouteTableRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteRouteTableRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |