Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListGroupsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListGroupsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListGroupsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The limit of the request to list groups.
|
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 ListGroupsRequest.Builder> |
serializableBuilderClass() |
|
ListGroupsRequest.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 Integer limit()
The limit of the request to list groups.
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 ListGroupsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
public static ListGroupsRequest.Builder builder()
public static Class<? extends ListGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.