public class ListDominantLanguageDetectionJobsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListDominantLanguageDetectionJobsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<DominantLanguageDetectionJobProperties> |
getDominantLanguageDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
java.lang.String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setDominantLanguageDetectionJobPropertiesList(java.util.Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is 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.
|
ListDominantLanguageDetectionJobsResult |
withDominantLanguageDetectionJobPropertiesList(java.util.Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListDominantLanguageDetectionJobsResult |
withDominantLanguageDetectionJobPropertiesList(DominantLanguageDetectionJobProperties... dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListDominantLanguageDetectionJobsResult |
withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
public ListDominantLanguageDetectionJobsResult()
public java.util.List<DominantLanguageDetectionJobProperties> getDominantLanguageDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
A list containing the properties of each job that is returned.
public void setDominantLanguageDetectionJobPropertiesList(java.util.Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
dominantLanguageDetectionJobPropertiesList
- A list containing the properties of each job that is returned.
public ListDominantLanguageDetectionJobsResult withDominantLanguageDetectionJobPropertiesList(DominantLanguageDetectionJobProperties... dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
Returns a reference to this object so that method calls can be chained together.
dominantLanguageDetectionJobPropertiesList
- A list containing the properties of each job that is returned.
public ListDominantLanguageDetectionJobsResult withDominantLanguageDetectionJobPropertiesList(java.util.Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
Returns a reference to this object so that method calls can be chained together.
dominantLanguageDetectionJobPropertiesList
- A list containing the properties of each job that is 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 ListDominantLanguageDetectionJobsResult 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.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.