public class ListDocumentClassificationJobsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListDocumentClassificationJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<DocumentClassificationJobProperties> |
getDocumentClassificationJobPropertiesList()
A list containing the properties of each job returned.
|
java.lang.String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setDocumentClassificationJobPropertiesList(java.util.Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
|
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.
|
ListDocumentClassificationJobsResult |
withDocumentClassificationJobPropertiesList(java.util.Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
|
ListDocumentClassificationJobsResult |
withDocumentClassificationJobPropertiesList(DocumentClassificationJobProperties... documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
|
ListDocumentClassificationJobsResult |
withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
public ListDocumentClassificationJobsResult()
public java.util.List<DocumentClassificationJobProperties> getDocumentClassificationJobPropertiesList()
A list containing the properties of each job returned.
A list containing the properties of each job returned.
public void setDocumentClassificationJobPropertiesList(java.util.Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
documentClassificationJobPropertiesList - A list containing the properties of each job returned.
public ListDocumentClassificationJobsResult withDocumentClassificationJobPropertiesList(DocumentClassificationJobProperties... documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
Returns a reference to this object so that method calls can be chained together.
documentClassificationJobPropertiesList - A list containing the properties of each job returned.
public ListDocumentClassificationJobsResult withDocumentClassificationJobPropertiesList(java.util.Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
Returns a reference to this object so that method calls can be chained together.
documentClassificationJobPropertiesList - A list containing the properties of each job returned.
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 ListDocumentClassificationJobsResult 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.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.