public class DeleteIdentitiesResult
extends java.lang.Object
implements java.io.Serializable
Returned in response to a successful DeleteIdentities operation.
| Constructor and Description |
|---|
DeleteIdentitiesResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.util.List<UnprocessedIdentityId> getUnprocessedIdentityIds()
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
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.
Returns a reference to this object so that method calls can be chained together.
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.
Returns a reference to this object so that method calls can be chained together.
unprocessedIdentityIds - An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object