@Generated(value="software.amazon.awssdk:codegen") public final class DeleteUserRequest extends RekognitionRequest implements ToCopyableBuilder<DeleteUserRequest.Builder,DeleteUserRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteUserRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteUserRequest.Builder |
builder() |
String |
clientRequestToken()
Idempotent token used to identify the request to
DeleteUser. |
String |
collectionId()
The ID of an existing collection from which the UserID needs to be deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteUserRequest.Builder> |
serializableBuilderClass() |
DeleteUserRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
ID for the UserID to be deleted.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String collectionId()
The ID of an existing collection from which the UserID needs to be deleted.
public final String userId()
ID for the UserID to be deleted.
public final String clientRequestToken()
Idempotent token used to identify the request to DeleteUser. If you use the same token with multiple
DeleteUser requests, the same response is returned. Use ClientRequestToken to prevent the same
request from being processed more than once.
DeleteUser. If you use the same token with
multiple DeleteUser requests, the same response is returned. Use ClientRequestToken to
prevent the same request from being processed more than once.public DeleteUserRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteUserRequest.Builder,DeleteUserRequest>toBuilder in class RekognitionRequestpublic static DeleteUserRequest.Builder builder()
public static Class<? extends DeleteUserRequest.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.