@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVpnConnectionRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateVpnConnectionRouteRequest>
Contains the parameters for CreateVpnConnectionRoute.
NOOP
Constructor and Description |
---|
CreateVpnConnectionRouteRequest() |
Modifier and Type | Method and Description |
---|---|
CreateVpnConnectionRouteRequest |
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<CreateVpnConnectionRouteRequest> |
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.
|
CreateVpnConnectionRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer network.
|
CreateVpnConnectionRouteRequest |
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 CreateVpnConnectionRouteRequest 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 CreateVpnConnectionRouteRequest withVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
vpnConnectionId
- The ID of the VPN connection.public Request<CreateVpnConnectionRouteRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateVpnConnectionRouteRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateVpnConnectionRouteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.