public class ListTextTranslationJobsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListTextTranslationJobsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use to retreive the next page of results.
|
java.util.List<TextTranslationJobProperties> |
getTextTranslationJobPropertiesList()
A list containing the properties of each job that is returned.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use to retreive the next page of results.
|
void |
setTextTranslationJobPropertiesList(java.util.Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTextTranslationJobsResult |
withNextToken(java.lang.String nextToken)
The token to use to retreive the next page of results.
|
ListTextTranslationJobsResult |
withTextTranslationJobPropertiesList(java.util.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.
|
public java.util.List<TextTranslationJobProperties> getTextTranslationJobPropertiesList()
A list containing the properties of each job that is returned.
A list containing the properties of each job that is returned.
public void setTextTranslationJobPropertiesList(java.util.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.
Returns a reference to this object so that method calls can be chained together.
textTranslationJobPropertiesList
- A list containing the properties of each job that is returned.
public ListTextTranslationJobsResult withTextTranslationJobPropertiesList(java.util.Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)
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.
textTranslationJobPropertiesList
- A list containing the properties of each job that is returned.
public java.lang.String getNextToken()
The token to use to retreive the next page of results. This value is
null
when there are no more results to return.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
The token to use to retreive the next page of results. This value
is null
when there are no more results to return.
public void setNextToken(java.lang.String nextToken)
The token to use to retreive the next page of results. This value is
null
when there are no more results to return.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
nextToken
-
The token to use to retreive the next page of results. This
value is null
when there are no more results to
return.
public ListTextTranslationJobsResult withNextToken(java.lang.String nextToken)
The token to use to retreive the next page of results. This value is
null
when there are no more results to return.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
nextToken
-
The token to use to retreive the next page of results. This
value is null
when there are no more 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.