@Generated(value="software.amazon.awssdk:codegen") public final class UpdateUserAttributesRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<UpdateUserAttributesRequest.Builder,UpdateUserAttributesRequest>
Represents the request to update user attributes.
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateUserAttributesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
accessToken()
The access token for the request to update user attributes.
|
static UpdateUserAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateUserAttributesRequest.Builder> |
serializableBuilderClass() |
UpdateUserAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<AttributeType> |
userAttributes()
An array of name-value pairs representing user attributes.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public List<AttributeType> userAttributes()
An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
public String accessToken()
The access token for the request to update user attributes.
public UpdateUserAttributesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateUserAttributesRequest.Builder,UpdateUserAttributesRequest>
toBuilder
in class CognitoIdentityProviderRequest
public static UpdateUserAttributesRequest.Builder builder()
public static Class<? extends UpdateUserAttributesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.