@Generated(value="software.amazon.awssdk:codegen") public final class EntityDisplayData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityDisplayData.Builder,EntityDisplayData>
Information about the user entity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntityDisplayData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntityDisplayData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
firstName()
The first name of the user.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The name of the group.
|
int |
hashCode() |
String |
identifiedUserName()
The user name of the user.
|
String |
lastName()
The last name of the user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntityDisplayData.Builder> |
serializableBuilderClass() |
EntityDisplayData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name of the user.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userName()
The name of the user.
public final String groupName()
The name of the group.
public final String identifiedUserName()
The user name of the user.
public final String firstName()
The first name of the user.
public final String lastName()
The last name of the user.
public EntityDisplayData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntityDisplayData.Builder,EntityDisplayData>public static EntityDisplayData.Builder builder()
public static Class<? extends EntityDisplayData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.