@Generated(value="software.amazon.awssdk:codegen") public final class ModifyVerifiedAccessEndpointPolicyRequest extends Ec2Request implements ToCopyableBuilder<ModifyVerifiedAccessEndpointPolicyRequest.Builder,ModifyVerifiedAccessEndpointPolicyRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ModifyVerifiedAccessEndpointPolicyRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ModifyVerifiedAccessEndpointPolicyRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
Boolean |
dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policyDocument()
The Verified Access policy document.
|
Boolean |
policyEnabled()
The status of the Verified Access policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyVerifiedAccessEndpointPolicyRequest.Builder> |
serializableBuilderClass() |
ModifyVerifiedAccessEndpointPolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
verifiedAccessEndpointId()
The ID of the Verified Access endpoint.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String verifiedAccessEndpointId()
The ID of the Verified Access endpoint.
public final Boolean policyEnabled()
The status of the Verified Access policy.
public final String policyDocument()
The Verified Access policy document.
public final String clientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
public final Boolean dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.public ModifyVerifiedAccessEndpointPolicyRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModifyVerifiedAccessEndpointPolicyRequest.Builder,ModifyVerifiedAccessEndpointPolicyRequest>
toBuilder
in class Ec2Request
public static ModifyVerifiedAccessEndpointPolicyRequest.Builder builder()
public static Class<? extends ModifyVerifiedAccessEndpointPolicyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.