@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUsersInGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListUsersInGroupResult() |
Modifier and Type | Method and Description |
---|---|
ListUsersInGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An identifier that you can use in a later request to return the next set of items in the list.
|
List<UserType> |
getUsers()
A list of users in the group, and their attributes.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An identifier that you can use in a later request to return the next set of items in the list.
|
void |
setUsers(Collection<UserType> users)
A list of users in the group, and their attributes.
|
String |
toString()
Returns a string representation of this object.
|
ListUsersInGroupResult |
withNextToken(String nextToken)
An identifier that you can use in a later request to return the next set of items in the list.
|
ListUsersInGroupResult |
withUsers(Collection<UserType> users)
A list of users in the group, and their attributes.
|
ListUsersInGroupResult |
withUsers(UserType... users)
A list of users in the group, and their attributes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UserType> getUsers()
A list of users in the group, and their attributes.
public void setUsers(Collection<UserType> users)
A list of users in the group, and their attributes.
users
- A list of users in the group, and their attributes.public ListUsersInGroupResult withUsers(UserType... users)
A list of users in the group, and their attributes.
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
- A list of users in the group, and their attributes.public ListUsersInGroupResult withUsers(Collection<UserType> users)
A list of users in the group, and their attributes.
users
- A list of users in the group, and their attributes.public void setNextToken(String nextToken)
An identifier that you can use in a later request to return the next set of items in the list.
nextToken
- An identifier that you can use in a later request to return the next set of items in the list.public String getNextToken()
An identifier that you can use in a later request to return the next set of items in the list.
public ListUsersInGroupResult withNextToken(String nextToken)
An identifier that you can use in a later request to return the next set of items in the list.
nextToken
- An identifier that you can use in a later request to return the next set of items in the list.public String toString()
toString
in class Object
Object.toString()
public ListUsersInGroupResult clone()