public class DeleteIdentitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteIdentities operation
.
Deletes identities from an identity pool. You can specify a list of 1-60 identities that you want to delete.
You must use AWS Developer credentials to call this API.
NOOP
Constructor and Description |
---|
DeleteIdentitiesRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteIdentitiesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getIdentityIdsToDelete()
A list of 1-60 identities that you want to delete.
|
int |
hashCode() |
void |
setIdentityIdsToDelete(Collection<String> identityIdsToDelete)
A list of 1-60 identities that you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteIdentitiesRequest |
withIdentityIdsToDelete(Collection<String> identityIdsToDelete)
A list of 1-60 identities that you want to delete.
|
DeleteIdentitiesRequest |
withIdentityIdsToDelete(String... identityIdsToDelete)
A list of 1-60 identities that you want to delete.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getIdentityIdsToDelete()
Constraints:
Length: 1 - 60
public void setIdentityIdsToDelete(Collection<String> identityIdsToDelete)
Constraints:
Length: 1 - 60
identityIdsToDelete
- A list of 1-60 identities that you want to delete.public DeleteIdentitiesRequest withIdentityIdsToDelete(String... identityIdsToDelete)
NOTE: This method appends the values to the existing list (if
any). Use setIdentityIdsToDelete(java.util.Collection)
or
withIdentityIdsToDelete(java.util.Collection)
if you want to
override the existing values.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 60
identityIdsToDelete
- A list of 1-60 identities that you want to delete.public DeleteIdentitiesRequest withIdentityIdsToDelete(Collection<String> identityIdsToDelete)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 60
identityIdsToDelete
- A list of 1-60 identities that you want to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteIdentitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.