Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListIdentityPoolsRequest.Builder,ListIdentityPoolsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListIdentityPoolsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListIdentityPoolsRequest.Builder,ListIdentityPoolsRequest>
Input to the ListIdentityPools action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListIdentityPoolsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListIdentityPoolsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of identities to return.
|
String |
nextToken() |
A pagination token.
|
static Class<? extends ListIdentityPoolsRequest.Builder> |
serializableBuilderClass() |
|
ListIdentityPoolsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public Integer maxResults()
The maximum number of identities to return.
public String nextToken()
A pagination token.
public ListIdentityPoolsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListIdentityPoolsRequest.Builder,ListIdentityPoolsRequest>
public static ListIdentityPoolsRequest.Builder builder()
public static Class<? extends ListIdentityPoolsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.