@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()
(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action.
|
String |
getNextToken()
(Discontinued) 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)
(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action.
|
void |
setNextToken(String nextToken)
(Discontinued) 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)
(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action.
|
ListMemberAccountsResult |
withMemberAccounts(MemberAccount... memberAccounts)
(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action.
|
ListMemberAccountsResult |
withNextToken(String nextToken)
(Discontinued) 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()
(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action. The current Macie Classic administrator account is also included in this list.
public void setMemberAccounts(Collection<MemberAccount> memberAccounts)
(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action. The current Macie Classic administrator account is also included in this list.
memberAccounts
- (Discontinued) A list of the Amazon Macie Classic member accounts returned by the action. The current
Macie Classic administrator account is also included in this list.public ListMemberAccountsResult withMemberAccounts(MemberAccount... memberAccounts)
(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action. The current Macie Classic administrator 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
- (Discontinued) A list of the Amazon Macie Classic member accounts returned by the action. The current
Macie Classic administrator account is also included in this list.public ListMemberAccountsResult withMemberAccounts(Collection<MemberAccount> memberAccounts)
(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action. The current Macie Classic administrator account is also included in this list.
memberAccounts
- (Discontinued) A list of the Amazon Macie Classic member accounts returned by the action. The current
Macie Classic administrator account is also included in this list.public void setNextToken(String nextToken)
(Discontinued) 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
- (Discontinued) 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()
(Discontinued) 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
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)
(Discontinued) 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
- (Discontinued) 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 © 2023. All rights reserved.