@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUsersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeUsersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUsersResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
The marker to use when requesting the next set of results.
|
Long |
getTotalNumberOfUsers()
The total number of users included in the results.
|
List<User> |
getUsers()
The users.
|
int |
hashCode() |
void |
setMarker(String marker)
The marker to use when requesting the next set of results.
|
void |
setTotalNumberOfUsers(Long totalNumberOfUsers)
The total number of users included in the results.
|
void |
setUsers(Collection<User> users)
The users.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeUsersResult |
withMarker(String marker)
The marker to use when requesting the next set of results.
|
DescribeUsersResult |
withTotalNumberOfUsers(Long totalNumberOfUsers)
The total number of users included in the results.
|
DescribeUsersResult |
withUsers(Collection<User> users)
The users.
|
DescribeUsersResult |
withUsers(User... users)
The users.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUsers(Collection<User> users)
The users.
users
- The users.public DescribeUsersResult withUsers(User... users)
The users.
NOTE: This method appends the values to the existing list (if any). Use
setUsers(java.util.Collection)
or withUsers(java.util.Collection)
if you want to override the
existing values.
users
- The users.public DescribeUsersResult withUsers(Collection<User> users)
The users.
users
- The users.public void setTotalNumberOfUsers(Long totalNumberOfUsers)
The total number of users included in the results.
totalNumberOfUsers
- The total number of users included in the results.public Long getTotalNumberOfUsers()
The total number of users included in the results.
public DescribeUsersResult withTotalNumberOfUsers(Long totalNumberOfUsers)
The total number of users included in the results.
totalNumberOfUsers
- The total number of users included in the results.public void setMarker(String marker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
marker
- The marker to use when requesting the next set of results. If there are no additional results, the string
is empty.public String getMarker()
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
public DescribeUsersResult withMarker(String marker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
marker
- The marker to use when requesting the next set of results. If there are no additional results, the string
is empty.public String toString()
toString
in class Object
Object.toString()
public DescribeUsersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.