Class EntityDisplayData
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.EntityDisplayData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EntityDisplayData.Builder,EntityDisplayData>
@Generated("software.amazon.awssdk:codegen") public final class EntityDisplayData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityDisplayData.Builder,EntityDisplayData>
Information about the user entity.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEntityDisplayData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntityDisplayData.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfirstName()The first name of the user.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgroupName()The name of the group.inthashCode()StringidentifiedUserName()The user name of the user.StringlastName()The last name of the user.List<SdkField<?>>sdkFields()static Class<? extends EntityDisplayData.Builder>serializableBuilderClass()EntityDisplayData.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserName()The name of the user.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
userName
public final String userName()
The name of the user.
- Returns:
- The name of the user.
-
groupName
public final String groupName()
The name of the group.
- Returns:
- The name of the group.
-
identifiedUserName
public final String identifiedUserName()
The user name of the user.
- Returns:
- The user name of the user.
-
firstName
public final String firstName()
The first name of the user.
- Returns:
- The first name of the user.
-
lastName
public final String lastName()
The last name of the user.
- Returns:
- The last name of the user.
-
toBuilder
public EntityDisplayData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EntityDisplayData.Builder,EntityDisplayData>
-
builder
public static EntityDisplayData.Builder builder()
-
serializableBuilderClass
public static Class<? extends EntityDisplayData.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-