@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 boolean hasUserAttributeNames()
public 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 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 int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.