public class DeleteIdentitiesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Returned in response to a successful DeleteIdentities
operation.
Modifier and Type | Field and Description |
---|---|
private java.util.List<UnprocessedIdentityId> |
unprocessedIdentityIds
An array of UnprocessedIdentityId objects, each of which contains an
ErrorCode and IdentityId.
|
Constructor and Description |
---|
DeleteIdentitiesResult() |
Modifier and Type | Method and Description |
---|---|
DeleteIdentitiesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<UnprocessedIdentityId> |
getUnprocessedIdentityIds()
An array of UnprocessedIdentityId objects, each of which contains an
ErrorCode and IdentityId.
|
int |
hashCode() |
void |
setUnprocessedIdentityIds(java.util.Collection<UnprocessedIdentityId> unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an
ErrorCode and IdentityId.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteIdentitiesResult |
withUnprocessedIdentityIds(java.util.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.
|
private java.util.List<UnprocessedIdentityId> unprocessedIdentityIds
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
public java.util.List<UnprocessedIdentityId> getUnprocessedIdentityIds()
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
public void setUnprocessedIdentityIds(java.util.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(java.util.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 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 DeleteIdentitiesResult clone()
clone
in class java.lang.Object