Cloneable, ReadLimitInfo, ToCopyableBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>@Generated("software.amazon.awssdk:codegen") public class ListUserProfilesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListUserProfilesRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ListUserProfilesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to return in a response.
|
String |
nextToken() |
The continuation token for the next set of results, if the results cannot be returned in one response.
|
static Class<? extends ListUserProfilesRequest.Builder> |
serializableBuilderClass() |
|
ListUserProfilesRequest.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, withSdkClientExecutionTimeoutpublic String nextToken()
The continuation token for the next set of results, if the results cannot be returned in one response.
public Integer maxResults()
The maximum number of results to return in a response.
public ListUserProfilesRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>public static ListUserProfilesRequest.Builder builder()
public static Class<? extends ListUserProfilesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.