Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListUsersInGroupRequest.Builder,ListUsersInGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class ListUsersInGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListUsersInGroupRequest.Builder,ListUsersInGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListUsersInGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListUsersInGroupRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
groupName() |
The name of the group.
|
int |
hashCode() |
|
Integer |
limit() |
The limit of the request to list users.
|
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.
|
static Class<? extends ListUsersInGroupRequest.Builder> |
serializableBuilderClass() |
|
ListUsersInGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userPoolId() |
The user pool ID for the user pool.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String userPoolId()
The user pool ID for the user pool.
public String groupName()
The name of the group.
public Integer limit()
The limit of the request to list users.
public 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.
public ListUsersInGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListUsersInGroupRequest.Builder,ListUsersInGroupRequest>
public static ListUsersInGroupRequest.Builder builder()
public static Class<? extends ListUsersInGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.