@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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 wish 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 wish to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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 wish to delete.
|
DeleteUserAttributesRequest |
withUserAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you wish to delete.
|
addHandlerContext, 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, withSdkRequestTimeout
public List<String> getUserAttributeNames()
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 void setUserAttributeNames(Collection<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.
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.
public DeleteUserAttributesRequest withUserAttributeNames(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.
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 wish to delete.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
public DeleteUserAttributesRequest withUserAttributeNames(Collection<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.
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.
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 Object
Object.toString()
public DeleteUserAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.