public class ListParallelDataRequest extends AmazonWebServiceRequest implements java.io.Serializable
Provides a list of your parallel data resources in Amazon Translate.
Constructor and Description |
---|
ListParallelDataRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of parallel data resources returned for each request.
|
java.lang.String |
getNextToken()
A string that specifies the next page of results to return in a paginated
response.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of parallel data resources returned for each request.
|
void |
setNextToken(java.lang.String nextToken)
A string that specifies the next page of results to return in a paginated
response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListParallelDataRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of parallel data resources returned for each request.
|
ListParallelDataRequest |
withNextToken(java.lang.String nextToken)
A string that specifies the next page of results to return in a paginated
response.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
A string that specifies the next page of results to return in a paginated response.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
A string that specifies the next page of results to return in a paginated response.
public void setNextToken(java.lang.String nextToken)
A string that specifies the next page of results to return in a paginated response.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
nextToken
- A string that specifies the next page of results to return in a paginated response.
public ListParallelDataRequest withNextToken(java.lang.String nextToken)
A string that specifies the next page of results to return in a paginated response.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
Pattern: \p{ASCII}{0,8192}
nextToken
- A string that specifies the next page of results to return in a paginated response.
public java.lang.Integer getMaxResults()
The maximum number of parallel data resources returned for each request.
Constraints:
Range: 1 - 500
The maximum number of parallel data resources returned for each request.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of parallel data resources returned for each request.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of parallel data resources returned for each request.
public ListParallelDataRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of parallel data resources returned for each request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of parallel data resources returned for each request.
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.