@Generated(value="software.amazon.awssdk:codegen") public final class ListDocumentClassifiersRequest extends ComprehendRequest implements ToCopyableBuilder<ListDocumentClassifiersRequest.Builder,ListDocumentClassifiersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDocumentClassifiersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDocumentClassifiersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
DocumentClassifierFilter |
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 ListDocumentClassifiersRequest.Builder> |
serializableBuilderClass() |
ListDocumentClassifiersRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfigurationcopypublic DocumentClassifierFilter filter()
Filters the jobs that are returned. You can filter jobs on their name, 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 ListDocumentClassifiersRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListDocumentClassifiersRequest.Builder,ListDocumentClassifiersRequest>toBuilder in class ComprehendRequestpublic static ListDocumentClassifiersRequest.Builder builder()
public static Class<? extends ListDocumentClassifiersRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. 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 SdkRequestfieldName - 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.