@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUsersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListUsersResult() |
Modifier and Type | Method and Description |
---|---|
ListUsersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<UserSummary> |
getUserSummaryList()
Information about the users.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setUserSummaryList(Collection<UserSummary> userSummaryList)
Information about the users.
|
String |
toString()
Returns a string representation of this object.
|
ListUsersResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListUsersResult |
withUserSummaryList(Collection<UserSummary> userSummaryList)
Information about the users.
|
ListUsersResult |
withUserSummaryList(UserSummary... userSummaryList)
Information about the users.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UserSummary> getUserSummaryList()
Information about the users.
public void setUserSummaryList(Collection<UserSummary> userSummaryList)
Information about the users.
userSummaryList
- Information about the users.public ListUsersResult withUserSummaryList(UserSummary... userSummaryList)
Information about the users.
NOTE: This method appends the values to the existing list (if any). Use
setUserSummaryList(java.util.Collection)
or withUserSummaryList(java.util.Collection)
if you
want to override the existing values.
userSummaryList
- Information about the users.public ListUsersResult withUserSummaryList(Collection<UserSummary> userSummaryList)
Information about the users.
userSummaryList
- Information about the users.public void setNextToken(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 String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListUsersResult withNextToken(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 String toString()
toString
in class Object
Object.toString()
public ListUsersResult clone()