@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<MemberSummary> |
getMemberSummaries()
The list of members returned by the ListMembers operation.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setMemberSummaries(Collection<MemberSummary> memberSummaries)
The list of members returned by the ListMembers operation.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListMembersResult |
withMemberSummaries(Collection<MemberSummary> memberSummaries)
The list of members returned by the ListMembers operation.
|
ListMembersResult |
withMemberSummaries(MemberSummary... memberSummaries)
The list of members returned by the ListMembers operation.
|
ListMembersResult |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListMembersResult withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public List<MemberSummary> getMemberSummaries()
The list of members returned by the ListMembers operation.
public void setMemberSummaries(Collection<MemberSummary> memberSummaries)
The list of members returned by the ListMembers operation.
memberSummaries
- The list of members returned by the ListMembers operation.public ListMembersResult withMemberSummaries(MemberSummary... memberSummaries)
The list of members returned by the ListMembers operation.
NOTE: This method appends the values to the existing list (if any). Use
setMemberSummaries(java.util.Collection)
or withMemberSummaries(java.util.Collection)
if you
want to override the existing values.
memberSummaries
- The list of members returned by the ListMembers operation.public ListMembersResult withMemberSummaries(Collection<MemberSummary> memberSummaries)
The list of members returned by the ListMembers operation.
memberSummaries
- The list of members returned by the ListMembers operation.public String toString()
toString
in class Object
Object.toString()
public ListMembersResult clone()