@Generated(value="software.amazon.awssdk:codegen") public final class ListDocumentClassificationJobsRequest extends ComprehendRequest implements ToCopyableBuilder<ListDocumentClassificationJobsRequest.Builder,ListDocumentClassificationJobsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ListDocumentClassificationJobsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListDocumentClassificationJobsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
DocumentClassificationJobFilter |
filter()
Filters the jobs that are returned.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in each page.
|
String |
nextToken()
Identifies the next page of results to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDocumentClassificationJobsRequest.Builder> |
serializableBuilderClass() |
ListDocumentClassificationJobsRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public DocumentClassificationJobFilter filter()
Filters the jobs that are returned. You can filter jobs on their names, status, or the date and time that they were submitted. You can only set one filter at a time.
public String nextToken()
Identifies the next page of results to return.
public Integer maxResults()
The maximum number of results to return in each page. The default is 100.
public ListDocumentClassificationJobsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDocumentClassificationJobsRequest.Builder,ListDocumentClassificationJobsRequest>
toBuilder
in class ComprehendRequest
public static ListDocumentClassificationJobsRequest.Builder builder()
public static Class<? extends ListDocumentClassificationJobsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.