@Generated(value="software.amazon.awssdk:codegen") public final class CreateUserRequest extends WorkDocsRequest implements ToCopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateUserRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationToken()
Amazon WorkDocs authentication token.
|
static CreateUserRequest.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.
|
int |
hashCode() |
String |
organizationId()
The ID of the organization.
|
String |
password()
The password of the user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateUserRequest.Builder> |
serializableBuilderClass() |
StorageRuleType |
storageRule()
The amount of storage for the user.
|
String |
surname()
The surname of the user.
|
String |
timeZoneId()
The time zone ID of the user.
|
CreateUserRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
username()
The login name of the user.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String organizationId()
The ID of the organization.
public final String username()
The login name of the user.
public final String emailAddress()
The email address of the user.
public final String givenName()
The given name of the user.
public final String surname()
The surname of the user.
public final String password()
The password of the user.
public final String timeZoneId()
The time zone ID of the user.
public final StorageRuleType storageRule()
The amount of storage for the user.
public final String authenticationToken()
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
public CreateUserRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>toBuilder in class WorkDocsRequestpublic static CreateUserRequest.Builder builder()
public static Class<? extends CreateUserRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.