public class DeleteIdentitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input to the DeleteIdentities
action.
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getIdentityIdsToDelete()
A list of 1-60 identities that you want to delete.
public void setIdentityIdsToDelete(Collection<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(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(Collection<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 String toString()
toString
in class Object
Object.toString()
public DeleteIdentitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.