public class ListUsersInGroupRequest extends AmazonWebServiceRequest implements Serializable
Lists the users in the specified group.
Requires developer credentials.
Constructor and Description |
---|
ListUsersInGroupRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getGroupName()
The name of the group.
|
Integer |
getLimit()
The limit of the request to list users.
|
String |
getNextToken()
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.
|
String |
getUserPoolId()
The user pool ID for the user pool.
|
int |
hashCode() |
void |
setGroupName(String groupName)
The name of the group.
|
void |
setLimit(Integer limit)
The limit of the request to list users.
|
void |
setNextToken(String nextToken)
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 |
setUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListUsersInGroupRequest |
withGroupName(String groupName)
The name of the group.
|
ListUsersInGroupRequest |
withLimit(Integer limit)
The limit of the request to list users.
|
ListUsersInGroupRequest |
withNextToken(String nextToken)
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.
|
ListUsersInGroupRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getUserPoolId()
The user pool ID for the user pool.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId
- The user pool ID for the user pool.
public ListUsersInGroupRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId
- The user pool ID for the user pool.
public String getGroupName()
The name of the group.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
The name of the group.
public void setGroupName(String groupName)
The name of the group.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
groupName
- The name of the group.
public ListUsersInGroupRequest withGroupName(String groupName)
The name of the group.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
groupName
- The name of the group.
public Integer getLimit()
The limit of the request to list users.
Constraints:
Range: 0 - 60
The limit of the request to list users.
public void setLimit(Integer limit)
The limit of the request to list users.
Constraints:
Range: 0 - 60
limit
- The limit of the request to list users.
public ListUsersInGroupRequest withLimit(Integer limit)
The limit of the request to list users.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 60
limit
- The limit of the request to list users.
public String getNextToken()
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 setNextToken(String nextToken)
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]+
nextToken
- 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 ListUsersInGroupRequest withNextToken(String nextToken)
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]+
nextToken
- 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 © 2018. All rights reserved.