@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteRouteRequest>
Contains the parameters for DeleteRoute.
NOOP
Constructor and Description |
---|
DeleteRouteRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRouteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationCidrBlock()
The IPv4 CIDR range for the route.
|
String |
getDestinationIpv6CidrBlock()
The IPv6 CIDR range for the route.
|
Request<DeleteRouteRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getRouteTableId()
The ID of the route table.
|
int |
hashCode() |
void |
setDestinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR range for the route.
|
void |
setDestinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR range for the route.
|
void |
setRouteTableId(String routeTableId)
The ID of the route table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR range for the route.
|
DeleteRouteRequest |
withDestinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR range for the route.
|
DeleteRouteRequest |
withRouteTableId(String routeTableId)
The ID of the route table.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDestinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
destinationCidrBlock
- The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.public String getDestinationCidrBlock()
The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
public DeleteRouteRequest withDestinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
destinationCidrBlock
- The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.public void setDestinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
destinationIpv6CidrBlock
- The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.public String getDestinationIpv6CidrBlock()
The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
public DeleteRouteRequest withDestinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
destinationIpv6CidrBlock
- The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.public void setRouteTableId(String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.public String getRouteTableId()
The ID of the route table.
public DeleteRouteRequest withRouteTableId(String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.public Request<DeleteRouteRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteRouteRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteRouteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.