@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMembersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteMembersResult() |
Modifier and Type | Method and Description |
---|---|
DeleteMembersResult |
clone() |
boolean |
equals(Object obj) |
List<UnprocessedAccount> |
getUnprocessedAccounts()
The accounts that could not be processed.
|
int |
hashCode() |
void |
setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The accounts that could not be processed.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMembersResult |
withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The accounts that could not be processed.
|
DeleteMembersResult |
withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The accounts that could not be processed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UnprocessedAccount> getUnprocessedAccounts()
The accounts that could not be processed.
public void setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The accounts that could not be processed.
unprocessedAccounts
- The accounts that could not be processed.public DeleteMembersResult withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The accounts that could not be processed.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedAccounts(java.util.Collection)
or withUnprocessedAccounts(java.util.Collection)
if you want to override the existing values.
unprocessedAccounts
- The accounts that could not be processed.public DeleteMembersResult withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The accounts that could not be processed.
unprocessedAccounts
- The accounts that could not be processed.public String toString()
toString
in class Object
Object.toString()
public DeleteMembersResult clone()