StructuredPojo
, ToCopyableBuilder<User.Builder,User>
@Generated("software.amazon.awssdk:codegen") public class User extends Object implements StructuredPojo, ToCopyableBuilder<User.Builder,User>
Describes a user.
Modifier and Type | Class | Description |
---|---|---|
static interface |
User.Builder |
Modifier and Type | Method | Description |
---|---|---|
static User.Builder |
builder() |
|
Date |
createdTimestamp() |
The time when the user was created.
|
String |
emailAddress() |
The email address of the user.
|
boolean |
equals(Object obj) |
|
String |
givenName() |
The given name of the user.
|
int |
hashCode() |
|
String |
id() |
The ID of the user.
|
String |
locale() |
The locale of the user.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Date |
modifiedTimestamp() |
The time when the user was modified.
|
String |
organizationId() |
The ID of the organization.
|
String |
recycleBinFolderId() |
The ID of the recycle bin folder.
|
String |
rootFolderId() |
The ID of the root folder.
|
static Class<? extends User.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the user.
|
UserStorageMetadata |
storage() |
The storage for the user.
|
String |
surname() |
The surname of the user.
|
String |
timeZoneId() |
The time zone ID of the user.
|
User.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of user.
|
String |
username() |
The login name of the user.
|
public String id()
The ID of the user.
public String username()
The login name of the user.
public String emailAddress()
The email address of the user.
public String givenName()
The given name of the user.
public String surname()
The surname of the user.
public String organizationId()
The ID of the organization.
public String rootFolderId()
The ID of the root folder.
public String recycleBinFolderId()
The ID of the recycle bin folder.
public String status()
The status of the user.
UserStatusType
public Date createdTimestamp()
The time when the user was created.
public Date modifiedTimestamp()
The time when the user was modified.
public String timeZoneId()
The time zone ID of the user.
public String locale()
The locale of the user.
LocaleType
public UserStorageMetadata storage()
The storage for the user.
public User.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<User.Builder,User>
public static User.Builder builder()
public static Class<? extends User.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.