public class DeleteUserAttributesRequest extends AmazonWebServiceRequest implements Serializable
Deletes the attributes for a user.
Constructor and Description |
---|
DeleteUserAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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.
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 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.
Returns a reference to this object so that method calls can be chained together.
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.
Returns a reference to this object so that method calls can be chained together.
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 String getAccessToken()
The access token used in the request to delete user attributes.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
The access token used in the request to delete user attributes.
public void setAccessToken(String accessToken)
The access token used in the request to delete user attributes.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
accessToken
- 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
accessToken
- The access token used in the request to delete user attributes.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.