@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTextTranslationJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTextTranslationJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListTextTranslationJobsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<TextTranslationJobProperties> |
getTextTranslationJobPropertiesList()
A list containing the properties of each job that is returned.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setTextTranslationJobPropertiesList(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
|
String |
toString()
Returns a string representation of this object.
|
ListTextTranslationJobsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListTextTranslationJobsResult |
withTextTranslationJobPropertiesList(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTextTranslationJobsResult |
withTextTranslationJobPropertiesList(TextTranslationJobProperties... textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TextTranslationJobProperties> getTextTranslationJobPropertiesList()
A list containing the properties of each job that is returned.
public void setTextTranslationJobPropertiesList(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
textTranslationJobPropertiesList
- A list containing the properties of each job that is returned.public ListTextTranslationJobsResult withTextTranslationJobPropertiesList(TextTranslationJobProperties... textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
NOTE: This method appends the values to the existing list (if any). Use
setTextTranslationJobPropertiesList(java.util.Collection)
or
withTextTranslationJobPropertiesList(java.util.Collection)
if you want to override the existing values.
textTranslationJobPropertiesList
- A list containing the properties of each job that is returned.public ListTextTranslationJobsResult withTextTranslationJobPropertiesList(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
textTranslationJobPropertiesList
- A list containing the properties of each job that is returned.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public ListTextTranslationJobsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public ListTextTranslationJobsResult clone()