@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteClientVpnRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteClientVpnRouteRequest>
NOOP
Constructor and Description |
---|
DeleteClientVpnRouteRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteClientVpnRouteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientVpnEndpointId()
The ID of the Client VPN endpoint from which the route is to be deleted.
|
String |
getDestinationCidrBlock()
The IPv4 address range, in CIDR notation, of the route to be deleted.
|
Request<DeleteClientVpnRouteRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getTargetVpcSubnetId()
The ID of the target subnet used by the route.
|
int |
hashCode() |
void |
setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which the route is to be deleted.
|
void |
setDestinationCidrBlock(String destinationCidrBlock)
The IPv4 address range, in CIDR notation, of the route to be deleted.
|
void |
setTargetVpcSubnetId(String targetVpcSubnetId)
The ID of the target subnet used by the route.
|
String |
toString()
Returns a string representation of this object.
|
DeleteClientVpnRouteRequest |
withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which the route is to be deleted.
|
DeleteClientVpnRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The IPv4 address range, in CIDR notation, of the route to be deleted.
|
DeleteClientVpnRouteRequest |
withTargetVpcSubnetId(String targetVpcSubnetId)
The ID of the target subnet used by the route.
|
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 setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which the route is to be deleted.
clientVpnEndpointId
- The ID of the Client VPN endpoint from which the route is to be deleted.public String getClientVpnEndpointId()
The ID of the Client VPN endpoint from which the route is to be deleted.
public DeleteClientVpnRouteRequest withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which the route is to be deleted.
clientVpnEndpointId
- The ID of the Client VPN endpoint from which the route is to be deleted.public void setTargetVpcSubnetId(String targetVpcSubnetId)
The ID of the target subnet used by the route.
targetVpcSubnetId
- The ID of the target subnet used by the route.public String getTargetVpcSubnetId()
The ID of the target subnet used by the route.
public DeleteClientVpnRouteRequest withTargetVpcSubnetId(String targetVpcSubnetId)
The ID of the target subnet used by the route.
targetVpcSubnetId
- The ID of the target subnet used by the route.public void setDestinationCidrBlock(String destinationCidrBlock)
The IPv4 address range, in CIDR notation, of the route to be deleted.
destinationCidrBlock
- The IPv4 address range, in CIDR notation, of the route to be deleted.public String getDestinationCidrBlock()
The IPv4 address range, in CIDR notation, of the route to be deleted.
public DeleteClientVpnRouteRequest withDestinationCidrBlock(String destinationCidrBlock)
The IPv4 address range, in CIDR notation, of the route to be deleted.
destinationCidrBlock
- The IPv4 address range, in CIDR notation, of the route to be deleted.public Request<DeleteClientVpnRouteRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteClientVpnRouteRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteClientVpnRouteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()