@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InviteMembersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
InviteMembersResult() |
Modifier and Type | Method and Description |
---|---|
InviteMembersResult |
clone() |
boolean |
equals(Object obj) |
List<Result> |
getUnprocessedAccounts()
The list of Amazon Web Services accounts that could not be processed.
|
int |
hashCode() |
void |
setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
String |
toString()
Returns a string representation of this object.
|
InviteMembersResult |
withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
InviteMembersResult |
withUnprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Result> getUnprocessedAccounts()
The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
public void setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
unprocessedAccounts
- The list of Amazon Web Services accounts that could not be processed. For each account, the list includes
the account ID and the email address.public InviteMembersResult withUnprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
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 list of Amazon Web Services accounts that could not be processed. For each account, the list includes
the account ID and the email address.public InviteMembersResult withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
unprocessedAccounts
- The list of Amazon Web Services accounts that could not be processed. For each account, the list includes
the account ID and the email address.public String toString()
toString
in class Object
Object.toString()
public InviteMembersResult clone()