@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDocumentClassifiersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDocumentClassifiersResult() |
Modifier and Type | Method and Description |
---|---|
ListDocumentClassifiersResult |
clone() |
boolean |
equals(Object obj) |
List<DocumentClassifierProperties> |
getDocumentClassifierPropertiesList()
A list containing the properties of each job returned.
|
String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setDocumentClassifierPropertiesList(Collection<DocumentClassifierProperties> documentClassifierPropertiesList)
A list containing the properties of each job returned.
|
void |
setNextToken(String nextToken)
Identifies the next page of results to return.
|
String |
toString()
Returns a string representation of this object.
|
ListDocumentClassifiersResult |
withDocumentClassifierPropertiesList(Collection<DocumentClassifierProperties> documentClassifierPropertiesList)
A list containing the properties of each job returned.
|
ListDocumentClassifiersResult |
withDocumentClassifierPropertiesList(DocumentClassifierProperties... documentClassifierPropertiesList)
A list containing the properties of each job returned.
|
ListDocumentClassifiersResult |
withNextToken(String nextToken)
Identifies the next page of results to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DocumentClassifierProperties> getDocumentClassifierPropertiesList()
A list containing the properties of each job returned.
public void setDocumentClassifierPropertiesList(Collection<DocumentClassifierProperties> documentClassifierPropertiesList)
A list containing the properties of each job returned.
documentClassifierPropertiesList
- A list containing the properties of each job returned.public ListDocumentClassifiersResult withDocumentClassifierPropertiesList(DocumentClassifierProperties... documentClassifierPropertiesList)
A list containing the properties of each job returned.
NOTE: This method appends the values to the existing list (if any). Use
setDocumentClassifierPropertiesList(java.util.Collection)
or
withDocumentClassifierPropertiesList(java.util.Collection)
if you want to override the existing values.
documentClassifierPropertiesList
- A list containing the properties of each job returned.public ListDocumentClassifiersResult withDocumentClassifierPropertiesList(Collection<DocumentClassifierProperties> documentClassifierPropertiesList)
A list containing the properties of each job returned.
documentClassifierPropertiesList
- A list containing the properties of each job returned.public void setNextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.public String getNextToken()
Identifies the next page of results to return.
public ListDocumentClassifiersResult withNextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.public String toString()
toString
in class Object
Object.toString()
public ListDocumentClassifiersResult clone()