@Generated(value="software.amazon.awssdk:codegen") public final class DeleteProjectPolicyRequest extends RekognitionRequest implements ToCopyableBuilder<DeleteProjectPolicyRequest.Builder,DeleteProjectPolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteProjectPolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteProjectPolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policyName()
The name of the policy that you want to delete.
|
String |
policyRevisionId()
The ID of the project policy revision that you want to delete.
|
String |
projectArn()
The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteProjectPolicyRequest.Builder> |
serializableBuilderClass() |
DeleteProjectPolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectArn()
The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.
public final String policyName()
The name of the policy that you want to delete.
public final String policyRevisionId()
The ID of the project policy revision that you want to delete.
public DeleteProjectPolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteProjectPolicyRequest.Builder,DeleteProjectPolicyRequest>toBuilder in class RekognitionRequestpublic static DeleteProjectPolicyRequest.Builder builder()
public static Class<? extends DeleteProjectPolicyRequest.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.