public class ListUsersResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListUsersResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<UserSummary> |
getUserSummaryList()
Information about the users.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setUserSummaryList(java.util.Collection<UserSummary> userSummaryList)
Information about the users.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListUsersResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
ListUsersResult |
withUserSummaryList(java.util.Collection<UserSummary> userSummaryList)
Information about the users.
|
ListUsersResult |
withUserSummaryList(UserSummary... userSummaryList)
Information about the users.
|
public java.util.List<UserSummary> getUserSummaryList()
Information about the users.
Information about the users.
public void setUserSummaryList(java.util.Collection<UserSummary> userSummaryList)
Information about the users.
userSummaryList - Information about the users.
public ListUsersResult withUserSummaryList(UserSummary... userSummaryList)
Information about the users.
Returns a reference to this object so that method calls can be chained together.
userSummaryList - Information about the users.
public ListUsersResult withUserSummaryList(java.util.Collection<UserSummary> userSummaryList)
Information about the users.
Returns a reference to this object so that method calls can be chained together.
userSummaryList - Information about the users.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.
public ListUsersResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - If there are additional results, this is the token for the next set of results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.