@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVerifiedAccessGroupPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyVerifiedAccessGroupPolicyRequest>
NOOP
Constructor and Description |
---|
ModifyVerifiedAccessGroupPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyVerifiedAccessGroupPolicyRequest |
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<ModifyVerifiedAccessGroupPolicyRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getPolicyDocument()
The Amazon Web Services Verified Access policy document.
|
Boolean |
getPolicyEnabled()
The status of the Verified Access policy.
|
String |
getVerifiedAccessGroupId()
The ID of the Amazon Web Services Verified Access group.
|
int |
hashCode() |
Boolean |
isPolicyEnabled()
The status of the Verified Access policy.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
void |
setPolicyDocument(String policyDocument)
The Amazon Web Services Verified Access policy document.
|
void |
setPolicyEnabled(Boolean policyEnabled)
The status of the Verified Access policy.
|
void |
setVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Amazon Web Services Verified Access group.
|
String |
toString()
Returns a string representation of this object.
|
ModifyVerifiedAccessGroupPolicyRequest |
withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
ModifyVerifiedAccessGroupPolicyRequest |
withPolicyDocument(String policyDocument)
The Amazon Web Services Verified Access policy document.
|
ModifyVerifiedAccessGroupPolicyRequest |
withPolicyEnabled(Boolean policyEnabled)
The status of the Verified Access policy.
|
ModifyVerifiedAccessGroupPolicyRequest |
withVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Amazon Web Services Verified Access group.
|
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 ModifyVerifiedAccessGroupPolicyRequest()
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 ModifyVerifiedAccessGroupPolicyRequest 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 setPolicyEnabled(Boolean policyEnabled)
The status of the Verified Access policy.
policyEnabled
- The status of the Verified Access policy.public Boolean getPolicyEnabled()
The status of the Verified Access policy.
public ModifyVerifiedAccessGroupPolicyRequest withPolicyEnabled(Boolean policyEnabled)
The status of the Verified Access policy.
policyEnabled
- The status of the Verified Access policy.public Boolean isPolicyEnabled()
The status of the Verified Access policy.
public void setPolicyDocument(String policyDocument)
The Amazon Web Services Verified Access policy document.
policyDocument
- The Amazon Web Services Verified Access policy document.public String getPolicyDocument()
The Amazon Web Services Verified Access policy document.
public ModifyVerifiedAccessGroupPolicyRequest withPolicyDocument(String policyDocument)
The Amazon Web Services Verified Access policy document.
policyDocument
- The Amazon Web Services Verified Access policy document.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 ModifyVerifiedAccessGroupPolicyRequest 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<ModifyVerifiedAccessGroupPolicyRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyVerifiedAccessGroupPolicyRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifyVerifiedAccessGroupPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()