public class DeleteIdentitiesResult extends Object implements Serializable
Returned in response to a successful DeleteIdentities
operation.
Constructor and Description |
---|
DeleteIdentitiesResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public 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(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(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.