@Generated(value="software.amazon.awssdk:codegen") public final class User extends Object implements SdkPojo, Serializable, ToCopyableBuilder<User.Builder,User>
Metadata of the user stored in a collection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
User.Builder |
| Modifier and Type | Method and Description |
|---|---|
static User.Builder |
builder() |
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 User.Builder> |
serializableBuilderClass() |
User.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
A provided ID for the User.
|
UserStatus |
userStatus()
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
String |
userStatusAsString()
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userId()
A provided ID for the User. Unique within the collection.
public final UserStatus userStatus()
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
If the service returns an enum value that is not available in the current SDK version, userStatus will
return UserStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
userStatusAsString().
UserStatuspublic final String userStatusAsString()
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
If the service returns an enum value that is not available in the current SDK version, userStatus will
return UserStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
userStatusAsString().
UserStatuspublic User.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<User.Builder,User>public static User.Builder builder()
public static Class<? extends User.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.