@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportClientVpnClientConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ExportClientVpnClientConfigurationRequest>
NOOP| Constructor and Description | 
|---|
| ExportClientVpnClientConfigurationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportClientVpnClientConfigurationRequest | 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. | 
| Request<ExportClientVpnClientConfigurationRequest> | getDryRunRequest()This method is intended for internal use only. | 
| int | hashCode() | 
| void | setClientVpnEndpointId(String clientVpnEndpointId)
 The ID of the Client VPN endpoint. | 
| String | toString()Returns a string representation of this object. | 
| ExportClientVpnClientConfigurationRequest | withClientVpnEndpointId(String clientVpnEndpointId)
 The ID of 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, withSdkRequestTimeoutpublic ExportClientVpnClientConfigurationRequest()
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 ExportClientVpnClientConfigurationRequest withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId - The ID of the Client VPN endpoint.public Request<ExportClientVpnClientConfigurationRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ExportClientVpnClientConfigurationRequest>public String toString()
toString in class ObjectObject.toString()public ExportClientVpnClientConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()