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