Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AdminDeleteUserAttributesRequest.Builder,AdminDeleteUserAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class AdminDeleteUserAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AdminDeleteUserAttributesRequest.Builder,AdminDeleteUserAttributesRequest>
Represents the request to delete user attributes as an administrator.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AdminDeleteUserAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AdminDeleteUserAttributesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends AdminDeleteUserAttributesRequest.Builder> |
serializableBuilderClass() |
|
AdminDeleteUserAttributesRequest.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.
|
String |
username() |
The user name of the user from which you would like to delete attributes.
|
String |
userPoolId() |
The user pool ID for the user pool where you want to delete user attributes.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String userPoolId()
The user pool ID for the user pool where you want to delete user attributes.
public String username()
The user name of the user from which you would like to delete attributes.
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 AdminDeleteUserAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AdminDeleteUserAttributesRequest.Builder,AdminDeleteUserAttributesRequest>
public static AdminDeleteUserAttributesRequest.Builder builder()
public static Class<? extends AdminDeleteUserAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.