@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVerifiedAccessEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteVerifiedAccessEndpointRequest>
NOOP
Constructor and Description |
---|
DeleteVerifiedAccessEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteVerifiedAccessEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
Request<DeleteVerifiedAccessEndpointRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getVerifiedAccessEndpointId()
The ID of the Amazon Web Services Verified Access endpoint.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
void |
setVerifiedAccessEndpointId(String verifiedAccessEndpointId)
The ID of the Amazon Web Services Verified Access endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVerifiedAccessEndpointRequest |
withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
DeleteVerifiedAccessEndpointRequest |
withVerifiedAccessEndpointId(String verifiedAccessEndpointId)
The ID of the Amazon Web Services Verified Access 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 void setVerifiedAccessEndpointId(String verifiedAccessEndpointId)
The ID of the Amazon Web Services Verified Access endpoint.
verifiedAccessEndpointId
- The ID of the Amazon Web Services Verified Access endpoint.public String getVerifiedAccessEndpointId()
The ID of the Amazon Web Services Verified Access endpoint.
public DeleteVerifiedAccessEndpointRequest withVerifiedAccessEndpointId(String verifiedAccessEndpointId)
The ID of the Amazon Web Services Verified Access endpoint.
verifiedAccessEndpointId
- The ID of the Amazon Web Services Verified Access endpoint.public void setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
clientToken
- A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For
more information, see Ensuring
Idempotency.public String getClientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
public DeleteVerifiedAccessEndpointRequest withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
clientToken
- A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For
more information, see Ensuring
Idempotency.public Request<DeleteVerifiedAccessEndpointRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteVerifiedAccessEndpointRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteVerifiedAccessEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()