@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePolicyStoreRequest extends VerifiedPermissionsRequest implements ToCopyableBuilder<UpdatePolicyStoreRequest.Builder,UpdatePolicyStoreRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePolicyStoreRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePolicyStoreRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policyStoreId()
Specifies the ID of the policy store that you want to update
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePolicyStoreRequest.Builder> |
serializableBuilderClass() |
UpdatePolicyStoreRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ValidationSettings |
validationSettings()
A structure that defines the validation settings that want to enable for the policy store.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String policyStoreId()
Specifies the ID of the policy store that you want to update
public final ValidationSettings validationSettings()
A structure that defines the validation settings that want to enable for the policy store.
public UpdatePolicyStoreRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePolicyStoreRequest.Builder,UpdatePolicyStoreRequest>toBuilder in class VerifiedPermissionsRequestpublic static UpdatePolicyStoreRequest.Builder builder()
public static Class<? extends UpdatePolicyStoreRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.