Class User
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<User.Builder,User>
A user object that contains the metadata and attributes for a specified user.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionA list ofAddressobjects containing addresses associated with the user.final StringThe user's birthdate in YYYY-MM-DD format.static User.Builderbuilder()final InstantThe date and time the user was created.final StringThe identifier of the user or system that created the user.final StringA string containing the name of the user that is formatted for display when the user is referenced.emails()A list ofEmailobjects containing email addresses associated with the user.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final List<ExternalId> A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final booleanFor responses, this returns true if the service returned a value for the Addresses property.final booleanFor responses, this returns true if the service returned a value for the Emails property.final booleanFor responses, this returns true if the service returned a value for the ExternalIds property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the PhoneNumbers property.final booleanFor responses, this returns true if the service returned a value for the Photos property.final StringThe globally unique identifier for the identity store.final Stringlocale()A string containing the geographical region or location of the user.final Namename()An object containing the name of the user.final StringnickName()A string containing an alternate name for the user.final List<PhoneNumber> A list ofPhoneNumberobjects containing phone numbers associated with the user.photos()A list of photos associated with the user.final StringA string containing the preferred language of the user.final StringA string containing a URL that might be associated with the user.static Class<? extends User.Builder> final Stringtimezone()A string containing the time zone of the user.final Stringtitle()A string containing the title of the user.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final InstantThe date and time the user was last updated.final StringThe identifier of the user or system that last updated the user.final StringuserId()The identifier for a user in the identity store.final StringuserName()A unique string used to identify the user.final UserStatusThe current status of the user account.final StringThe current status of the user account.final StringuserType()A string indicating the type of user.final Stringwebsite()The user's personal website or blog URL.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
identityStoreId
The globally unique identifier for the identity store.
- Returns:
- The globally unique identifier for the identity store.
-
userId
The identifier for a user in the identity store.
- Returns:
- The identifier for a user in the identity store.
-
userName
A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
- Returns:
- A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
-
hasExternalIds
public final boolean hasExternalIds()For responses, this returns true if the service returned a value for the ExternalIds property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
externalIds
A list of
ExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasExternalIds()method.- Returns:
- A list of
ExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.
-
name
An object containing the name of the user.
- Returns:
- An object containing the name of the user.
-
displayName
A string containing the name of the user that is formatted for display when the user is referenced. For example, "John Doe."
Prefix search supports a maximum of 1,000 characters for the string.
- Returns:
- A string containing the name of the user that is formatted for display when the user is referenced. For
example, "John Doe."
Prefix search supports a maximum of 1,000 characters for the string.
-
nickName
A string containing an alternate name for the user.
- Returns:
- A string containing an alternate name for the user.
-
profileUrl
A string containing a URL that might be associated with the user.
- Returns:
- A string containing a URL that might be associated with the user.
-
hasEmails
public final boolean hasEmails()For responses, this returns true if the service returned a value for the Emails property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
emails
A list of
Emailobjects containing email addresses associated with the user.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasEmails()method.- Returns:
- A list of
Emailobjects containing email addresses associated with the user.
-
hasAddresses
public final boolean hasAddresses()For responses, this returns true if the service returned a value for the Addresses property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
addresses
A list of
Addressobjects containing addresses associated with the user.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAddresses()method.- Returns:
- A list of
Addressobjects containing addresses associated with the user.
-
hasPhoneNumbers
public final boolean hasPhoneNumbers()For responses, this returns true if the service returned a value for the PhoneNumbers property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
phoneNumbers
A list of
PhoneNumberobjects containing phone numbers associated with the user.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasPhoneNumbers()method.- Returns:
- A list of
PhoneNumberobjects containing phone numbers associated with the user.
-
userType
A string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case.
- Returns:
- A string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case.
-
title
A string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case.
- Returns:
- A string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case.
-
preferredLanguage
A string containing the preferred language of the user. For example, "American English" or "en-us."
- Returns:
- A string containing the preferred language of the user. For example, "American English" or "en-us."
-
locale
A string containing the geographical region or location of the user.
- Returns:
- A string containing the geographical region or location of the user.
-
timezone
A string containing the time zone of the user.
- Returns:
- A string containing the time zone of the user.
-
userStatus
The current status of the user account.
If the service returns an enum value that is not available in the current SDK version,
userStatuswill returnUserStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuserStatusAsString().- Returns:
- The current status of the user account.
- See Also:
-
userStatusAsString
The current status of the user account.
If the service returns an enum value that is not available in the current SDK version,
userStatuswill returnUserStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuserStatusAsString().- Returns:
- The current status of the user account.
- See Also:
-
hasPhotos
public final boolean hasPhotos()For responses, this returns true if the service returned a value for the Photos property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
photos
A list of photos associated with the user. Users can have up to 3 photos with metadata including type, display name, and primary designation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasPhotos()method.- Returns:
- A list of photos associated with the user. Users can have up to 3 photos with metadata including type, display name, and primary designation.
-
website
The user's personal website or blog URL. This field stores website information for personal or professional use.
- Returns:
- The user's personal website or blog URL. This field stores website information for personal or professional use.
-
birthdate
The user's birthdate in YYYY-MM-DD format. This field stores personal birthdate information for the user.
- Returns:
- The user's birthdate in YYYY-MM-DD format. This field stores personal birthdate information for the user.
-
createdAt
The date and time the user was created.
- Returns:
- The date and time the user was created.
-
createdBy
The identifier of the user or system that created the user.
- Returns:
- The identifier of the user or system that created the user.
-
updatedAt
The date and time the user was last updated.
- Returns:
- The date and time the user was last updated.
-
updatedBy
The identifier of the user or system that last updated the user.
- Returns:
- The identifier of the user or system that last updated the user.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<User.Builder,User> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-