@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTranscriptionJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTranscriptionJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTranscriptionJobsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If
NextToken is present in your response, it indicates that not all results are displayed. |
String |
getStatus()
Lists all transcription jobs that have the status specified in your request.
|
List<TranscriptionJobSummary> |
getTranscriptionJobSummaries()
Provides a summary of information about each result.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
void |
setStatus(String status)
Lists all transcription jobs that have the status specified in your request.
|
void |
setTranscriptionJobSummaries(Collection<TranscriptionJobSummary> transcriptionJobSummaries)
Provides a summary of information about each result.
|
String |
toString()
Returns a string representation of this object.
|
ListTranscriptionJobsResult |
withNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
ListTranscriptionJobsResult |
withStatus(String status)
Lists all transcription jobs that have the status specified in your request.
|
ListTranscriptionJobsResult |
withStatus(TranscriptionJobStatus status)
Lists all transcription jobs that have the status specified in your request.
|
ListTranscriptionJobsResult |
withTranscriptionJobSummaries(Collection<TranscriptionJobSummary> transcriptionJobSummaries)
Provides a summary of information about each result.
|
ListTranscriptionJobsResult |
withTranscriptionJobSummaries(TranscriptionJobSummary... transcriptionJobSummaries)
Provides a summary of information about each result.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
Lists all transcription jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
status - Lists all transcription jobs that have the status specified in your request. Jobs are ordered by creation
date, with the newest job first.TranscriptionJobStatuspublic String getStatus()
Lists all transcription jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
TranscriptionJobStatuspublic ListTranscriptionJobsResult withStatus(String status)
Lists all transcription jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
status - Lists all transcription jobs that have the status specified in your request. Jobs are ordered by creation
date, with the newest job first.TranscriptionJobStatuspublic ListTranscriptionJobsResult withStatus(TranscriptionJobStatus status)
Lists all transcription jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
status - Lists all transcription jobs that have the status specified in your request. Jobs are ordered by creation
date, with the newest job first.TranscriptionJobStatuspublic void setNextToken(String nextToken)
If NextToken is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken parameter in your results
output, then run your request again including NextToken with the value of the copied string. Repeat
as needed to view all your results.
nextToken - If NextToken is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken parameter in your
results output, then run your request again including NextToken with the value of the copied
string. Repeat as needed to view all your results.public String getNextToken()
If NextToken is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken parameter in your results
output, then run your request again including NextToken with the value of the copied string. Repeat
as needed to view all your results.
NextToken is present in your response, it indicates that not all results are displayed.
To view the next set of results, copy the string associated with the NextToken parameter in
your results output, then run your request again including NextToken with the value of the
copied string. Repeat as needed to view all your results.public ListTranscriptionJobsResult withNextToken(String nextToken)
If NextToken is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken parameter in your results
output, then run your request again including NextToken with the value of the copied string. Repeat
as needed to view all your results.
nextToken - If NextToken is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken parameter in your
results output, then run your request again including NextToken with the value of the copied
string. Repeat as needed to view all your results.public List<TranscriptionJobSummary> getTranscriptionJobSummaries()
Provides a summary of information about each result.
public void setTranscriptionJobSummaries(Collection<TranscriptionJobSummary> transcriptionJobSummaries)
Provides a summary of information about each result.
transcriptionJobSummaries - Provides a summary of information about each result.public ListTranscriptionJobsResult withTranscriptionJobSummaries(TranscriptionJobSummary... transcriptionJobSummaries)
Provides a summary of information about each result.
NOTE: This method appends the values to the existing list (if any). Use
setTranscriptionJobSummaries(java.util.Collection) or
withTranscriptionJobSummaries(java.util.Collection) if you want to override the existing values.
transcriptionJobSummaries - Provides a summary of information about each result.public ListTranscriptionJobsResult withTranscriptionJobSummaries(Collection<TranscriptionJobSummary> transcriptionJobSummaries)
Provides a summary of information about each result.
transcriptionJobSummaries - Provides a summary of information about each result.public String toString()
toString in class ObjectObject.toString()public ListTranscriptionJobsResult clone()