@Generated(value="software.amazon.awssdk:codegen") public final class FailedEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedEntity.Builder,FailedEntity>
Information on the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedEntity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailedEntity.Builder |
builder() |
String |
entityId()
The identifier of the user or group in your IAM Identity Center identity source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
The reason the user or group in your IAM Identity Center identity source failed to properly configure with your
Amazon Kendra experience.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailedEntity.Builder> |
serializableBuilderClass() |
FailedEntity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String entityId()
The identifier of the user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
public final String errorMessage()
The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.
public FailedEntity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailedEntity.Builder,FailedEntity>public static FailedEntity.Builder builder()
public static Class<? extends FailedEntity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.