@Generated(value="software.amazon.awssdk:codegen") public final class AdminUpdateUserAttributesRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<AdminUpdateUserAttributesRequest.Builder,AdminUpdateUserAttributesRequest>
Represents the request to update the user's attributes as an administrator.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AdminUpdateUserAttributesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AdminUpdateUserAttributesRequest.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 AdminUpdateUserAttributesRequest.Builder> |
serializableBuilderClass() |
AdminUpdateUserAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<AttributeType> |
userAttributes()
An array of name-value pairs representing user attributes.
|
String |
username()
The user name of the user for whom you want to update user attributes.
|
String |
userPoolId()
The user pool ID for the user pool where you want to update user attributes.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String userPoolId()
The user pool ID for the user pool where you want to update user attributes.
public String username()
The user name of the user for whom you want to update user attributes.
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 AdminUpdateUserAttributesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AdminUpdateUserAttributesRequest.Builder,AdminUpdateUserAttributesRequest>toBuilder in class CognitoIdentityProviderRequestpublic static AdminUpdateUserAttributesRequest.Builder builder()
public static Class<? extends AdminUpdateUserAttributesRequest.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.