Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AdminListGroupsForUserRequest.Builder,AdminListGroupsForUserRequest>
@Generated("software.amazon.awssdk:codegen") public class AdminListGroupsForUserRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AdminListGroupsForUserRequest.Builder,AdminListGroupsForUserRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AdminListGroupsForUserRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AdminListGroupsForUserRequest.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 AdminListGroupsForUserRequest.Builder> |
serializableBuilderClass() |
|
AdminListGroupsForUserRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
username() |
The username for the user.
|
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 username()
The username for the user.
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 AdminListGroupsForUserRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AdminListGroupsForUserRequest.Builder,AdminListGroupsForUserRequest>
public static AdminListGroupsForUserRequest.Builder builder()
public static Class<? extends AdminListGroupsForUserRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.