@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeclineInvitationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeclineInvitationsResult() |
Modifier and Type | Method and Description |
---|---|
DeclineInvitationsResult |
clone() |
boolean |
equals(Object obj) |
List<Result> |
getUnprocessedAccounts()
A list of account ID and email address pairs of the AWS accounts that weren't processed.
|
int |
hashCode() |
void |
setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that weren't processed.
|
String |
toString()
Returns a string representation of this object.
|
DeclineInvitationsResult |
withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that weren't processed.
|
DeclineInvitationsResult |
withUnprocessedAccounts(Result... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that weren't processed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Result> getUnprocessedAccounts()
A list of account ID and email address pairs of the AWS accounts that weren't processed.
public void setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that weren't processed.
unprocessedAccounts
- A list of account ID and email address pairs of the AWS accounts that weren't processed.public DeclineInvitationsResult withUnprocessedAccounts(Result... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that weren't 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 weren't processed.public DeclineInvitationsResult withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that weren't processed.
unprocessedAccounts
- A list of account ID and email address pairs of the AWS accounts that weren't processed.public String toString()
toString
in class Object
Object.toString()
public DeclineInvitationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.