@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateMembersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateMembersResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateMembersResult |
clone() |
boolean |
equals(Object obj) |
List<UnprocessedAccount> |
getUnprocessedAccounts()
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
|
int |
hashCode() |
void |
setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateMembersResult |
withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
|
DisassociateMembersResult |
withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UnprocessedAccount> getUnprocessedAccounts()
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
public void setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
unprocessedAccounts
- A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.public DisassociateMembersResult withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
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
- A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.public DisassociateMembersResult withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
unprocessedAccounts
- A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.public String toString()
toString
in class Object
Object.toString()
public DisassociateMembersResult clone()