@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTranscriptionJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTranscriptionJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTranscriptionJobsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of jobs to return in the response.
|
String |
getNextToken()
If the result of the previous request to
ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs. |
String |
getStatus()
When specified, returns only transcription jobs with the specified status.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of jobs to return in the response.
|
void |
setNextToken(String nextToken)
If the result of the previous request to
ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs. |
void |
setStatus(String status)
When specified, returns only transcription jobs with the specified status.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTranscriptionJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of jobs to return in the response.
|
ListTranscriptionJobsRequest |
withNextToken(String nextToken)
If the result of the previous request to
ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs. |
ListTranscriptionJobsRequest |
withStatus(String status)
When specified, returns only transcription jobs with the specified status.
|
ListTranscriptionJobsRequest |
withStatus(TranscriptionJobStatus status)
When specified, returns only transcription jobs with the specified status.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStatus(String status)
When specified, returns only transcription jobs with the specified status.
status - When specified, returns only transcription jobs with the specified status.TranscriptionJobStatuspublic String getStatus()
When specified, returns only transcription jobs with the specified status.
TranscriptionJobStatuspublic ListTranscriptionJobsRequest withStatus(String status)
When specified, returns only transcription jobs with the specified status.
status - When specified, returns only transcription jobs with the specified status.TranscriptionJobStatuspublic ListTranscriptionJobsRequest withStatus(TranscriptionJobStatus status)
When specified, returns only transcription jobs with the specified status.
status - When specified, returns only transcription jobs with the specified status.TranscriptionJobStatuspublic void setNextToken(String nextToken)
If the result of the previous request to ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs.
nextToken - If the result of the previous request to ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs.public String getNextToken()
If the result of the previous request to ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs.
ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs.public ListTranscriptionJobsRequest withNextToken(String nextToken)
If the result of the previous request to ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs.
nextToken - If the result of the previous request to ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs.public void setMaxResults(Integer maxResults)
The maximum number of jobs to return in the response.
maxResults - The maximum number of jobs to return in the response.public Integer getMaxResults()
The maximum number of jobs to return in the response.
public ListTranscriptionJobsRequest withMaxResults(Integer maxResults)
The maximum number of jobs to return in the response.
maxResults - The maximum number of jobs to return in the response.public String toString()
toString in class ObjectObject.toString()public ListTranscriptionJobsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.