Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateUserRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateUserRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static UpdateUserRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
givenName() |
The given name of the user.
|
int |
hashCode() |
|
String |
locale() |
The locale of the user.
|
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() |
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 the user.
|
String |
userId() |
The ID of the user.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String authenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public String userId()
The ID of the user.
public String givenName()
The given name of the user.
public String surname()
The surname of the user.
public StorageRuleType storageRule()
The amount of storage for the user.
public String timeZoneId()
The time zone ID of the user.
public String locale()
The locale of the user.
LocaleType
public UpdateUserRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
public static UpdateUserRequest.Builder builder()
public static Class<? extends UpdateUserRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.