@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIdentitiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Returned in response to a successful DeleteIdentities
operation.
Constructor and Description |
---|
DeleteIdentitiesResult() |
Modifier and Type | Method and Description |
---|---|
DeleteIdentitiesResult |
clone() |
boolean |
equals(Object obj) |
List<UnprocessedIdentityId> |
getUnprocessedIdentityIds()
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
|
int |
hashCode() |
void |
setUnprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteIdentitiesResult |
withUnprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
|
DeleteIdentitiesResult |
withUnprocessedIdentityIds(UnprocessedIdentityId... unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UnprocessedIdentityId> getUnprocessedIdentityIds()
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
public void setUnprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
unprocessedIdentityIds
- An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.public DeleteIdentitiesResult withUnprocessedIdentityIds(UnprocessedIdentityId... unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedIdentityIds(java.util.Collection)
or
withUnprocessedIdentityIds(java.util.Collection)
if you want to override the existing values.
unprocessedIdentityIds
- An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.public DeleteIdentitiesResult withUnprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
unprocessedIdentityIds
- An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.public String toString()
toString
in class Object
Object.toString()
public DeleteIdentitiesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.