@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMembersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMembersResult() |
Modifier and Type | Method and Description |
---|---|
ListMembersResult |
clone() |
boolean |
equals(Object obj) |
List<MemberDetail> |
getMemberDetails()
The list of member accounts in the behavior graph.
|
String |
getNextToken()
If there are more member accounts remaining in the results, then this is the pagination token to use to request
the next page of member accounts.
|
int |
hashCode() |
void |
setMemberDetails(Collection<MemberDetail> memberDetails)
The list of member accounts in the behavior graph.
|
void |
setNextToken(String nextToken)
If there are more member accounts remaining in the results, then this is the pagination token to use to request
the next page of member accounts.
|
String |
toString()
Returns a string representation of this object.
|
ListMembersResult |
withMemberDetails(Collection<MemberDetail> memberDetails)
The list of member accounts in the behavior graph.
|
ListMembersResult |
withMemberDetails(MemberDetail... memberDetails)
The list of member accounts in the behavior graph.
|
ListMembersResult |
withNextToken(String nextToken)
If there are more member accounts remaining in the results, then this is the pagination token to use to request
the next page of member accounts.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MemberDetail> getMemberDetails()
The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
public void setMemberDetails(Collection<MemberDetail> memberDetails)
The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
memberDetails
- The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
public ListMembersResult withMemberDetails(MemberDetail... memberDetails)
The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
NOTE: This method appends the values to the existing list (if any). Use
setMemberDetails(java.util.Collection)
or withMemberDetails(java.util.Collection)
if you want
to override the existing values.
memberDetails
- The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
public ListMembersResult withMemberDetails(Collection<MemberDetail> memberDetails)
The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
memberDetails
- The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
public void setNextToken(String nextToken)
If there are more member accounts remaining in the results, then this is the pagination token to use to request the next page of member accounts.
nextToken
- If there are more member accounts remaining in the results, then this is the pagination token to use to
request the next page of member accounts.public String getNextToken()
If there are more member accounts remaining in the results, then this is the pagination token to use to request the next page of member accounts.
public ListMembersResult withNextToken(String nextToken)
If there are more member accounts remaining in the results, then this is the pagination token to use to request the next page of member accounts.
nextToken
- If there are more member accounts remaining in the results, then this is the pagination token to use to
request the next page of member accounts.public String toString()
toString
in class Object
Object.toString()
public ListMembersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.