Cloneable, ReadLimitInfo, ToCopyableBuilder<ListQueryExecutionsRequest.Builder,ListQueryExecutionsRequest>@Generated("software.amazon.awssdk:codegen") public class ListQueryExecutionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListQueryExecutionsRequest.Builder,ListQueryExecutionsRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListQueryExecutionsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ListQueryExecutionsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of query executions to return in this request.
|
String |
nextToken() |
The token that specifies where to start pagination if a previous request was truncated.
|
static Class<? extends ListQueryExecutionsRequest.Builder> |
serializableBuilderClass() |
|
ListQueryExecutionsRequest.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 token that specifies where to start pagination if a previous request was truncated.
public Integer maxResults()
The maximum number of query executions to return in this request.
public ListQueryExecutionsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListQueryExecutionsRequest.Builder,ListQueryExecutionsRequest>public static ListQueryExecutionsRequest.Builder builder()
public static Class<? extends ListQueryExecutionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.