@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMemberAccountsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMemberAccountsResult() |
Modifier and Type | Method and Description |
---|---|
ListMemberAccountsResult |
clone() |
boolean |
equals(Object obj) |
List<MemberAccount> |
getMemberAccounts()
A list of the Amazon Macie member accounts returned by the action.
|
String |
getNextToken()
When a response is generated, if there is more data to be listed, this parameter is present in the response and
contains the value to use for the nextToken parameter in a subsequent pagination request.
|
int |
hashCode() |
void |
setMemberAccounts(Collection<MemberAccount> memberAccounts)
A list of the Amazon Macie member accounts returned by the action.
|
void |
setNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and
contains the value to use for the nextToken parameter in a subsequent pagination request.
|
String |
toString()
Returns a string representation of this object.
|
ListMemberAccountsResult |
withMemberAccounts(Collection<MemberAccount> memberAccounts)
A list of the Amazon Macie member accounts returned by the action.
|
ListMemberAccountsResult |
withMemberAccounts(MemberAccount... memberAccounts)
A list of the Amazon Macie member accounts returned by the action.
|
ListMemberAccountsResult |
withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and
contains the value to use for the nextToken parameter in a subsequent pagination request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MemberAccount> getMemberAccounts()
A list of the Amazon Macie member accounts returned by the action. The current master account is also included in this list.
public void setMemberAccounts(Collection<MemberAccount> memberAccounts)
A list of the Amazon Macie member accounts returned by the action. The current master account is also included in this list.
memberAccounts
- A list of the Amazon Macie member accounts returned by the action. The current master account is also
included in this list.public ListMemberAccountsResult withMemberAccounts(MemberAccount... memberAccounts)
A list of the Amazon Macie member accounts returned by the action. The current master account is also included in this list.
NOTE: This method appends the values to the existing list (if any). Use
setMemberAccounts(java.util.Collection)
or withMemberAccounts(java.util.Collection)
if you want
to override the existing values.
memberAccounts
- A list of the Amazon Macie member accounts returned by the action. The current master account is also
included in this list.public ListMemberAccountsResult withMemberAccounts(Collection<MemberAccount> memberAccounts)
A list of the Amazon Macie member accounts returned by the action. The current master account is also included in this list.
memberAccounts
- A list of the Amazon Macie member accounts returned by the action. The current master account is also
included in this list.public void setNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
nextToken
- When a response is generated, if there is more data to be listed, this parameter is present in the
response and contains the value to use for the nextToken parameter in a subsequent pagination request. If
there is no more data to be listed, this parameter is set to null.public String getNextToken()
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
public ListMemberAccountsResult withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
nextToken
- When a response is generated, if there is more data to be listed, this parameter is present in the
response and contains the value to use for the nextToken parameter in a subsequent pagination request. If
there is no more data to be listed, this parameter is set to null.public String toString()
toString
in class Object
Object.toString()
public ListMemberAccountsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.