|
Did this page help you?Yes No Tell us about it... |
||||||
| 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.DeleteRouteRequest
public class DeleteRouteRequest
Container for the parameters to the DeleteRoute operation.
Deletes a route from a route table in a VPC. For more information about route tables, go to Route Tables in the Amazon Virtual Private Cloud User Guide.
AmazonEC2.deleteRoute(DeleteRouteRequest),
Serialized Form| Constructor Summary | |
|---|---|
DeleteRouteRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDestinationCidrBlock()
The CIDR range for the route you want to delete. |
Request<DeleteRouteRequest> |
getDryRunRequest()
This method is intended for internal use only. |
String |
getRouteTableId()
The ID of the route table where the route will be deleted. |
int |
hashCode()
|
void |
setDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route you want to delete. |
void |
setRouteTableId(String routeTableId)
The ID of the route table where the route will be deleted. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route you want to delete. |
DeleteRouteRequest |
withRouteTableId(String routeTableId)
The ID of the route table where the route will be deleted. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteRouteRequest()
| Method Detail |
|---|
public String getRouteTableId()
public void setRouteTableId(String routeTableId)
routeTableId - The ID of the route table where the route will be deleted.public DeleteRouteRequest withRouteTableId(String routeTableId)
Returns a reference to this object so that method calls can be chained together.
routeTableId - The ID of the route table where the route will be deleted.
public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String destinationCidrBlock)
destinationCidrBlock - The CIDR range for the route you want to delete. The value you specify
must exactly match the CIDR for the route you want to delete.public DeleteRouteRequest withDestinationCidrBlock(String destinationCidrBlock)
Returns a reference to this object so that method calls can be chained together.
destinationCidrBlock - The CIDR range for the route you want to delete. The value you specify
must exactly match the CIDR for the route you want to delete.
public Request<DeleteRouteRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteRouteRequest>public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||