@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) |
boolean |
equalsBySdkFields(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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 CognitoIdentityProviderRequestpublic static UpdateUserAttributesRequest.Builder builder()
public static Class<? extends UpdateUserAttributesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.