Cloneable, ReadLimitInfo, ToCopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>@Generated("software.amazon.awssdk:codegen") public class ListJobsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListJobsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ListJobsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The number of
JobListEntry objects to return. |
String |
nextToken() |
HTTP requests are stateless.
|
static Class<? extends ListJobsRequest.Builder> |
serializableBuilderClass() |
|
ListJobsRequest.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 Integer maxResults()
The number of JobListEntry objects to return.
JobListEntry objects to return.public String nextToken()
HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken as the starting point for your returned list.
JobListEntry objects, you have the option of specifying NextToken as the
starting point for your returned list.public ListJobsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>public static ListJobsRequest.Builder builder()
public static Class<? extends ListJobsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.