public class DeleteRouteRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
DeleteRouteRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDestinationCidrBlock()
The CIDR range for the route you want to delete.
|
java.lang.String |
getRouteTableId()
The ID of the route table where the route will be deleted.
|
int |
hashCode() |
void |
setDestinationCidrBlock(java.lang.String destinationCidrBlock)
The CIDR range for the route you want to delete.
|
void |
setRouteTableId(java.lang.String routeTableId)
The ID of the route table where the route will be deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRouteRequest |
withDestinationCidrBlock(java.lang.String destinationCidrBlock)
The CIDR range for the route you want to delete.
|
DeleteRouteRequest |
withRouteTableId(java.lang.String routeTableId)
The ID of the route table where the route will be deleted.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getRouteTableId()
public void setRouteTableId(java.lang.String routeTableId)
routeTableId - The ID of the route table where the route will be deleted.public DeleteRouteRequest 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 where the route will be deleted.public java.lang.String getDestinationCidrBlock()
public void setDestinationCidrBlock(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object