@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<Result> |
getUnprocessedAccounts()
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
int |
hashCode() |
void |
setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
String |
toString()
Returns a string representation of this object.
|
CreateMembersResult |
withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
CreateMembersResult |
withUnprocessedAccounts(Result... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Result> getUnprocessedAccounts()
A list of account ID and email address pairs of the AWS accounts that could not be processed.
public void setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
unprocessedAccounts - A list of account ID and email address pairs of the AWS accounts that could not be processed.public CreateMembersResult withUnprocessedAccounts(Result... unprocessedAccounts)
A list of account ID and email address pairs of the AWS 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 - A list of account ID and email address pairs of the AWS accounts that could not be processed.public CreateMembersResult withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
unprocessedAccounts - A list of account ID and email address pairs of the AWS accounts that could not be processed.public String toString()
toString in class ObjectObject.toString()public CreateMembersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.