@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUserAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to delete user attributes.
NOOP| Constructor and Description |
|---|
DeleteUserAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteUserAttributesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccessToken()
The access token used in the request to delete user attributes.
|
List<String> |
getUserAttributeNames()
An array of strings representing the user attribute names you want to delete.
|
int |
hashCode() |
void |
setAccessToken(String accessToken)
The access token used in the request to delete user attributes.
|
void |
setUserAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteUserAttributesRequest |
withAccessToken(String accessToken)
The access token used in the request to delete user attributes.
|
DeleteUserAttributesRequest |
withUserAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you want to delete.
|
DeleteUserAttributesRequest |
withUserAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you want to delete.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getUserAttributeNames()
An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the attribute name.
For custom attributes, you must prependattach the custom: prefix to the front of the
attribute name.
public void setUserAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the attribute name.
userAttributeNames - An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the
attribute name.
public DeleteUserAttributesRequest withUserAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the attribute name.
NOTE: This method appends the values to the existing list (if any). Use
setUserAttributeNames(java.util.Collection) or withUserAttributeNames(java.util.Collection) if
you want to override the existing values.
userAttributeNames - An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the
attribute name.
public DeleteUserAttributesRequest withUserAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the attribute name.
userAttributeNames - An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the
attribute name.
public void setAccessToken(String accessToken)
The access token used in the request to delete user attributes.
accessToken - The access token used in the request to delete user attributes.public String getAccessToken()
The access token used in the request to delete user attributes.
public DeleteUserAttributesRequest withAccessToken(String accessToken)
The access token used in the request to delete user attributes.
accessToken - The access token used in the request to delete user attributes.public String toString()
toString in class ObjectObject.toString()public DeleteUserAttributesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.