public class ListUsersResult extends Object implements Serializable
The response from the request to list users.
Constructor and Description |
---|
ListUsersResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPaginationToken()
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
List<UserType> |
getUsers()
The users returned in the request to list users.
|
int |
hashCode() |
void |
setPaginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
void |
setUsers(Collection<UserType> users)
The users returned in the request to list users.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListUsersResult |
withPaginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
ListUsersResult |
withUsers(Collection<UserType> users)
The users returned in the request to list users.
|
ListUsersResult |
withUsers(UserType... users)
The users returned in the request to list users.
|
public List<UserType> getUsers()
The users returned in the request to list users.
The users returned in the request to list users.
public void setUsers(Collection<UserType> users)
The users returned in the request to list users.
users
- The users returned in the request to list users.
public ListUsersResult withUsers(UserType... users)
The users returned in the request to list users.
Returns a reference to this object so that method calls can be chained together.
users
- The users returned in the request to list users.
public ListUsersResult withUsers(Collection<UserType> users)
The users returned in the request to list users.
Returns a reference to this object so that method calls can be chained together.
users
- The users returned in the request to list users.
public String getPaginationToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Constraints:
Length: 1 -
Pattern: [\S]+
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public void setPaginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Constraints:
Length: 1 -
Pattern: [\S]+
paginationToken
- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListUsersResult withPaginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
paginationToken
- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2017. All rights reserved.