Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteUserAttributesRequest.Builder,DeleteUserAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteUserAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteUserAttributesRequest.Builder,DeleteUserAttributesRequest>
Represents the request to delete user attributes.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteUserAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accessToken() |
The access token used in the request to delete user attributes.
|
static DeleteUserAttributesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteUserAttributesRequest.Builder> |
serializableBuilderClass() |
|
DeleteUserAttributesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
userAttributeNames() |
An array of strings representing the user attribute names you wish to delete.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
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.
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteUserAttributesRequest.Builder,DeleteUserAttributesRequest>
public static DeleteUserAttributesRequest.Builder builder()
public static Class<? extends DeleteUserAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.