Class Name
- java.lang.Object
-
- software.amazon.awssdk.services.identitystore.model.Name
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Name.Builder,Name>
@Generated("software.amazon.awssdk:codegen") public final class Name extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Name.Builder,Name>
The full name of the user.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceName.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Name.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfamilyName()The family name of the user.Stringformatted()A string containing a formatted version of the name for display.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgivenName()The given name of the user.inthashCode()StringhonorificPrefix()The honorific prefix of the user.StringhonorificSuffix()The honorific suffix of the user.StringmiddleName()The middle name of the user.List<SdkField<?>>sdkFields()static Class<? extends Name.Builder>serializableBuilderClass()Name.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
formatted
public final String formatted()
A string containing a formatted version of the name for display.
- Returns:
- A string containing a formatted version of the name for display.
-
familyName
public final String familyName()
The family name of the user.
- Returns:
- The family name of the user.
-
givenName
public final String givenName()
The given name of the user.
- Returns:
- The given name of the user.
-
middleName
public final String middleName()
The middle name of the user.
- Returns:
- The middle name of the user.
-
honorificPrefix
public final String honorificPrefix()
The honorific prefix of the user. For example, "Dr."
- Returns:
- The honorific prefix of the user. For example, "Dr."
-
honorificSuffix
public final String honorificSuffix()
The honorific suffix of the user. For example, "M.D."
- Returns:
- The honorific suffix of the user. For example, "M.D."
-
toBuilder
public Name.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Name.Builder,Name>
-
builder
public static Name.Builder builder()
-
serializableBuilderClass
public static Class<? extends Name.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.
-
-