public class DeleteRouteTableRequest extends AmazonWebServiceRequest implements java.io.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(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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getRouteTableId()
public void setRouteTableId(java.lang.String routeTableId)
routeTableId
- The ID of the route table.public DeleteRouteTableRequest withRouteTableId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.