@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVerifiedAccessEndpointPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyVerifiedAccessEndpointPolicyRequest>
NOOP| Constructor and Description |
|---|
ModifyVerifiedAccessEndpointPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyVerifiedAccessEndpointPolicyRequest |
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<ModifyVerifiedAccessEndpointPolicyRequest> |
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 |
getVerifiedAccessEndpointId()
The ID of the Amazon Web Services Verified Access endpoint.
|
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 |
setVerifiedAccessEndpointId(String verifiedAccessEndpointId)
The ID of the Amazon Web Services Verified Access endpoint.
|
String |
toString()
Returns a string representation of this object.
|
ModifyVerifiedAccessEndpointPolicyRequest |
withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
ModifyVerifiedAccessEndpointPolicyRequest |
withPolicyDocument(String policyDocument)
The Amazon Web Services Verified Access policy document.
|
ModifyVerifiedAccessEndpointPolicyRequest |
withPolicyEnabled(Boolean policyEnabled)
The status of the Verified Access policy.
|
ModifyVerifiedAccessEndpointPolicyRequest |
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, withSdkRequestTimeoutpublic ModifyVerifiedAccessEndpointPolicyRequest()
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 ModifyVerifiedAccessEndpointPolicyRequest 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 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 ModifyVerifiedAccessEndpointPolicyRequest 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 ModifyVerifiedAccessEndpointPolicyRequest 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 ModifyVerifiedAccessEndpointPolicyRequest 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<ModifyVerifiedAccessEndpointPolicyRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ModifyVerifiedAccessEndpointPolicyRequest>public String toString()
toString in class ObjectObject.toString()public ModifyVerifiedAccessEndpointPolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()