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