public class DeleteUserAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the request to delete user attributes.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
accessToken
The access token used in the request to delete user attributes.
|
private java.util.List<java.lang.String> |
userAttributeNames
An array of strings representing the user attribute names you wish to
delete.
|
NOOP
Constructor and Description |
---|
DeleteUserAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteUserAttributesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAccessToken()
The access token used in the request to delete user attributes.
|
java.util.List<java.lang.String> |
getUserAttributeNames()
An array of strings representing the user attribute names you wish to
delete.
|
int |
hashCode() |
void |
setAccessToken(java.lang.String accessToken)
The access token used in the request to delete user attributes.
|
void |
setUserAttributeNames(java.util.Collection<java.lang.String> userAttributeNames)
An array of strings representing the user attribute names you wish to
delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteUserAttributesRequest |
withAccessToken(java.lang.String accessToken)
The access token used in the request to delete user attributes.
|
DeleteUserAttributesRequest |
withUserAttributeNames(java.util.Collection<java.lang.String> userAttributeNames)
An array of strings representing the user attribute names you wish to
delete.
|
DeleteUserAttributesRequest |
withUserAttributeNames(java.lang.String... userAttributeNames)
An array of strings representing the user attribute names you wish to
delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.util.List<java.lang.String> userAttributeNames
An array of strings representing the user attribute names you wish to delete.
private java.lang.String accessToken
The access token used in the request to delete user attributes.
public java.util.List<java.lang.String> getUserAttributeNames()
An array of strings representing the user attribute names you wish to delete.
public void setUserAttributeNames(java.util.Collection<java.lang.String> userAttributeNames)
An array of strings representing the user attribute names you wish to delete.
userAttributeNames
- An array of strings representing the user attribute names you wish
to delete.public DeleteUserAttributesRequest withUserAttributeNames(java.lang.String... userAttributeNames)
An array of strings representing the user attribute names you wish to delete.
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.public DeleteUserAttributesRequest withUserAttributeNames(java.util.Collection<java.lang.String> userAttributeNames)
An array of strings representing the user attribute names you wish to delete.
userAttributeNames
- An array of strings representing the user attribute names you wish
to delete.public void setAccessToken(java.lang.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 java.lang.String getAccessToken()
The access token used in the request to delete user attributes.
public DeleteUserAttributesRequest withAccessToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteUserAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()