@Generated(value="software.amazon.awssdk:codegen") public final class MatchedUser extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MatchedUser.Builder,MatchedUser>
Contains metadata for a UserID matched with a given face.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MatchedUser.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MatchedUser.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 MatchedUser.Builder> |
serializableBuilderClass() |
MatchedUser.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
A provided ID for the UserID.
|
UserStatus |
userStatus()
The status of the user matched to a provided FaceID.
|
String |
userStatusAsString()
The status of the user matched to a provided FaceID.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userId()
A provided ID for the UserID. Unique within the collection.
public final UserStatus userStatus()
The status of the user matched to a provided FaceID.
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()
The status of the user matched to a provided FaceID.
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 MatchedUser.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MatchedUser.Builder,MatchedUser>public static MatchedUser.Builder builder()
public static Class<? extends MatchedUser.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.