@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpnConnectionRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteVpnConnectionRouteRequest>
Contains the parameters for DeleteVpnConnectionRoute.
NOOP
Constructor and Description |
---|
DeleteVpnConnectionRouteRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteVpnConnectionRouteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationCidrBlock()
The CIDR block associated with the local subnet of the customer network.
|
Request<DeleteVpnConnectionRouteRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getVpnConnectionId()
The ID of the VPN connection.
|
int |
hashCode() |
void |
setDestinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer network.
|
void |
setVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteVpnConnectionRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer network.
|
DeleteVpnConnectionRouteRequest |
withVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
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 CIDR block associated with the local subnet of the customer network.
destinationCidrBlock
- The CIDR block associated with the local subnet of the customer network.public String getDestinationCidrBlock()
The CIDR block associated with the local subnet of the customer network.
public DeleteVpnConnectionRouteRequest withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer network.
destinationCidrBlock
- The CIDR block associated with the local subnet of the customer network.public void setVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
vpnConnectionId
- The ID of the VPN connection.public String getVpnConnectionId()
The ID of the VPN connection.
public DeleteVpnConnectionRouteRequest withVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
vpnConnectionId
- The ID of the VPN connection.public Request<DeleteVpnConnectionRouteRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteVpnConnectionRouteRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteVpnConnectionRouteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.