StructuredPojo
, ToCopyableBuilder<UserMetadata.Builder,UserMetadata>
@Generated("software.amazon.awssdk:codegen") public class UserMetadata extends Object implements StructuredPojo, ToCopyableBuilder<UserMetadata.Builder,UserMetadata>
Describes the metadata of the user.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UserMetadata.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UserMetadata.Builder |
builder() |
|
String |
emailAddress() |
The email address of the user.
|
boolean |
equals(Object obj) |
|
String |
givenName() |
The given name of the user before a rename operation.
|
int |
hashCode() |
|
String |
id() |
The ID of the user.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends UserMetadata.Builder> |
serializableBuilderClass() |
|
String |
surname() |
The surname of the user.
|
UserMetadata.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
username() |
The username of the user.
|
public String id()
The ID of the user.
public String username()
The username of the user.
public String givenName()
The given name of the user before a rename operation.
public String surname()
The surname of the user.
public String emailAddress()
The email address of the user.
public UserMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UserMetadata.Builder,UserMetadata>
public static UserMetadata.Builder builder()
public static Class<? extends UserMetadata.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.