public class ListDocumentClassifiersRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets a list of the document classifiers that you have created.
Constructor and Description |
---|
ListDocumentClassifiersRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
DocumentClassifierFilter |
getFilter()
Filters the jobs that are returned.
|
java.lang.Integer |
getMaxResults()
The maximum number of results to return in each page.
|
java.lang.String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setFilter(DocumentClassifierFilter filter)
Filters the jobs that are returned.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page.
|
void |
setNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDocumentClassifiersRequest |
withFilter(DocumentClassifierFilter filter)
Filters the jobs that are returned.
|
ListDocumentClassifiersRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page.
|
ListDocumentClassifiersRequest |
withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DocumentClassifierFilter getFilter()
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.
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 void setFilter(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.
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 ListDocumentClassifiersRequest withFilter(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.
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String getNextToken()
Identifies the next page of results to return.
Constraints:
Length: 1 -
Identifies the next page of results to return.
public void setNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
Constraints:
Length: 1 -
nextToken
- Identifies the next page of results to return.
public ListDocumentClassifiersRequest withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken
- Identifies the next page of results to return.
public java.lang.Integer getMaxResults()
The maximum number of results to return in each page. The default is 100.
Constraints:
Range: 1 - 500
The maximum number of results to return in each page. The default is 100.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page. The default is 100.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of results to return in each page. The default is 100.
public ListDocumentClassifiersRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page. The default is 100.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of results to return in each page. The default is 100.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.