public class DeleteIdentitiesRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
Constructor and Description |
---|
DeleteIdentitiesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getIdentityIdsToDelete()
A list of 1-60 identities that you want to delete.
|
int |
hashCode() |
void |
setIdentityIdsToDelete(java.util.Collection<java.lang.String> identityIdsToDelete)
A list of 1-60 identities that you want to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteIdentitiesRequest |
withIdentityIdsToDelete(java.util.Collection<java.lang.String> identityIdsToDelete)
A list of 1-60 identities that you want to delete.
|
DeleteIdentitiesRequest |
withIdentityIdsToDelete(java.lang.String... identityIdsToDelete)
A list of 1-60 identities that you want to delete.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.String> getIdentityIdsToDelete()
A list of 1-60 identities that you want to delete.
A list of 1-60 identities that you want to delete.
public void setIdentityIdsToDelete(java.util.Collection<java.lang.String> identityIdsToDelete)
A list of 1-60 identities that you want to delete.
identityIdsToDelete
- A list of 1-60 identities that you want to delete.
public DeleteIdentitiesRequest withIdentityIdsToDelete(java.lang.String... identityIdsToDelete)
A list of 1-60 identities that you want to delete.
Returns a reference to this object so that method calls can be chained together.
identityIdsToDelete
- A list of 1-60 identities that you want to delete.
public DeleteIdentitiesRequest withIdentityIdsToDelete(java.util.Collection<java.lang.String> identityIdsToDelete)
A list of 1-60 identities that you want to delete.
Returns a reference to this object so that method calls can be chained together.
identityIdsToDelete
- A list of 1-60 identities that you want to delete.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object