public class DeleteIdentitiesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Input to the DeleteIdentities
action.
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
identityIdsToDelete
A list of 1-60 identities that you want to delete.
|
NOOP
Constructor and Description |
---|
DeleteIdentitiesRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteIdentitiesRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
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> identityIdsToDelete
A list of 1-60 identities that you want to delete.
public java.util.List<java.lang.String> getIdentityIdsToDelete()
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.
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.
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.
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 boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteIdentitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()