@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateClientVpnTargetNetworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<AssociateClientVpnTargetNetworkRequest>
NOOP
Constructor and Description |
---|
AssociateClientVpnTargetNetworkRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateClientVpnTargetNetworkRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getClientVpnEndpointId()
The ID of the Client VPN endpoint.
|
Request<AssociateClientVpnTargetNetworkRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getSubnetId()
The ID of the subnet to associate with the Client VPN endpoint.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
|
void |
setSubnetId(String subnetId)
The ID of the subnet to associate with the Client VPN endpoint.
|
String |
toString()
Returns a string representation of this object.
|
AssociateClientVpnTargetNetworkRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AssociateClientVpnTargetNetworkRequest |
withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
|
AssociateClientVpnTargetNetworkRequest |
withSubnetId(String subnetId)
The ID of the subnet to associate with the Client VPN endpoint.
|
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 AssociateClientVpnTargetNetworkRequest()
public void setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId
- The ID of the Client VPN endpoint.public String getClientVpnEndpointId()
The ID of the Client VPN endpoint.
public AssociateClientVpnTargetNetworkRequest withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId
- The ID of the Client VPN endpoint.public void setSubnetId(String subnetId)
The ID of the subnet to associate with the Client VPN endpoint.
subnetId
- The ID of the subnet to associate with the Client VPN endpoint.public String getSubnetId()
The ID of the subnet to associate with the Client VPN endpoint.
public AssociateClientVpnTargetNetworkRequest withSubnetId(String subnetId)
The ID of the subnet to associate with the Client VPN endpoint.
subnetId
- The ID of the subnet to associate with the Client VPN endpoint.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
public AssociateClientVpnTargetNetworkRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public Request<AssociateClientVpnTargetNetworkRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<AssociateClientVpnTargetNetworkRequest>
public String toString()
toString
in class Object
Object.toString()
public AssociateClientVpnTargetNetworkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()