@Generated(value="software.amazon.awssdk:codegen") public final class UpdateUserRequest extends WorkDocsRequest implements ToCopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateUserRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationToken()
Amazon WorkDocs authentication token.
|
static UpdateUserRequest.Builder |
builder() |
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.
|
BooleanEnumType |
grantPoweruserPrivileges()
Boolean value to determine whether the user is granted Power user privileges.
|
String |
grantPoweruserPrivilegesAsString()
Boolean value to determine whether the user is granted Power user privileges.
|
int |
hashCode() |
LocaleType |
locale()
The locale of the user.
|
String |
localeAsString()
The locale of the user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateUserRequest.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.
|
UpdateUserRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UserType |
type()
The type of the user.
|
String |
typeAsString()
The type of the user.
|
String |
userId()
The ID of the user.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String authenticationToken()
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
public final String userId()
The ID of the user.
public final String givenName()
The given name of the user.
public final String surname()
The surname of the user.
public final UserType type()
The type of the user.
If the service returns an enum value that is not available in the current SDK version, type will return
UserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
UserTypepublic final String typeAsString()
The type of the user.
If the service returns an enum value that is not available in the current SDK version, type will return
UserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
UserTypepublic final StorageRuleType storageRule()
The amount of storage for the user.
public final String timeZoneId()
The time zone ID of the user.
public final LocaleType locale()
The locale of the user.
If the service returns an enum value that is not available in the current SDK version, locale will
return LocaleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
localeAsString().
LocaleTypepublic final String localeAsString()
The locale of the user.
If the service returns an enum value that is not available in the current SDK version, locale will
return LocaleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
localeAsString().
LocaleTypepublic final BooleanEnumType grantPoweruserPrivileges()
Boolean value to determine whether the user is granted Power user privileges.
If the service returns an enum value that is not available in the current SDK version,
grantPoweruserPrivileges will return BooleanEnumType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from grantPoweruserPrivilegesAsString().
BooleanEnumTypepublic final String grantPoweruserPrivilegesAsString()
Boolean value to determine whether the user is granted Power user privileges.
If the service returns an enum value that is not available in the current SDK version,
grantPoweruserPrivileges will return BooleanEnumType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from grantPoweruserPrivilegesAsString().
BooleanEnumTypepublic UpdateUserRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>toBuilder in class WorkDocsRequestpublic static UpdateUserRequest.Builder builder()
public static Class<? extends UpdateUserRequest.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.