Class UserMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.workdocs.model.UserMetadata
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<UserMetadata.Builder,UserMetadata>
@Generated("software.amazon.awssdk:codegen") public final class UserMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserMetadata.Builder,UserMetadata>
Describes the metadata of the user.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
UserMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserMetadata.Builder
builder()
String
emailAddress()
The email address of the user.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
String
givenName()
The given name of the user before a rename operation.int
hashCode()
String
id()
The ID of the user.List<SdkField<?>>
sdkFields()
static Class<? extends UserMetadata.Builder>
serializableBuilderClass()
String
surname()
The surname of the user.UserMetadata.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
username()
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
-
id
public final String id()
The ID of the user.
- Returns:
- The ID of the user.
-
username
public final String username()
The name of the user.
- Returns:
- The name of the user.
-
givenName
public final String givenName()
The given name of the user before a rename operation.
- Returns:
- The given name of the user before a rename operation.
-
surname
public final String surname()
The surname of the user.
- Returns:
- The surname of the user.
-
emailAddress
public final String emailAddress()
The email address of the user.
- Returns:
- The email address of the user.
-
toBuilder
public UserMetadata.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<UserMetadata.Builder,UserMetadata>
-
builder
public static UserMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends UserMetadata.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-