@Generated(value="software.amazon.awssdk:codegen") public final class DeleteUserAttributesRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<DeleteUserAttributesRequest.Builder,DeleteUserAttributesRequest>
Represents the request to delete user attributes.
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteUserAttributesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
accessToken()
The access token used in the request to delete user attributes.
|
static DeleteUserAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasUserAttributeNames()
Returns true if the UserAttributeNames property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteUserAttributesRequest.Builder> |
serializableBuilderClass() |
DeleteUserAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
userAttributeNames()
An array of strings representing the user attribute names you wish to delete.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final boolean hasUserAttributeNames()
public final List<String> userAttributeNames()
An array of strings representing the user attribute names you wish to delete.
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.
You can use hasUserAttributeNames()
to see if a value was sent in this field.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
public final String accessToken()
The access token used in the request to delete user attributes.
public DeleteUserAttributesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteUserAttributesRequest.Builder,DeleteUserAttributesRequest>
toBuilder
in class CognitoIdentityProviderRequest
public static DeleteUserAttributesRequest.Builder builder()
public static Class<? extends DeleteUserAttributesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.