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