@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVerifiedAccessGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteVerifiedAccessGroupRequest>
NOOP
Constructor and Description |
---|
DeleteVerifiedAccessGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteVerifiedAccessGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
Request<DeleteVerifiedAccessGroupRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getVerifiedAccessGroupId()
The ID of the Amazon Web Services Verified Access group.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
void |
setVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Amazon Web Services Verified Access group.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVerifiedAccessGroupRequest |
withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
DeleteVerifiedAccessGroupRequest |
withVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Amazon Web Services Verified Access group.
|
addHandlerContext, copyBaseTo, 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 setVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Amazon Web Services Verified Access group.
verifiedAccessGroupId
- The ID of the Amazon Web Services Verified Access group.public String getVerifiedAccessGroupId()
The ID of the Amazon Web Services Verified Access group.
public DeleteVerifiedAccessGroupRequest withVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Amazon Web Services Verified Access group.
verifiedAccessGroupId
- The ID of the Amazon Web Services Verified Access group.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 DeleteVerifiedAccessGroupRequest 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<DeleteVerifiedAccessGroupRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteVerifiedAccessGroupRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteVerifiedAccessGroupRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.