@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TranscriptionJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of information about a transcription job.
| Constructor and Description |
|---|
TranscriptionJobSummary() |
| Modifier and Type | Method and Description |
|---|---|
TranscriptionJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTime()
Timestamp of the date and time that the job completed.
|
Date |
getCreationTime()
Timestamp of the date and time that the job was created.
|
String |
getFailureReason()
If the
TranscriptionJobStatus field is FAILED, this field contains a description of the
error. |
String |
getLanguageCode()
The language code for the input speech.
|
String |
getTranscriptionJobName()
The name assigned to the transcription job when it was created.
|
String |
getTranscriptionJobStatus()
The status of the transcription job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCompletionTime(Date completionTime)
Timestamp of the date and time that the job completed.
|
void |
setCreationTime(Date creationTime)
Timestamp of the date and time that the job was created.
|
void |
setFailureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED, this field contains a description of the
error. |
void |
setLanguageCode(String languageCode)
The language code for the input speech.
|
void |
setTranscriptionJobName(String transcriptionJobName)
The name assigned to the transcription job when it was created.
|
void |
setTranscriptionJobStatus(String transcriptionJobStatus)
The status of the transcription job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TranscriptionJobSummary |
withCompletionTime(Date completionTime)
Timestamp of the date and time that the job completed.
|
TranscriptionJobSummary |
withCreationTime(Date creationTime)
Timestamp of the date and time that the job was created.
|
TranscriptionJobSummary |
withFailureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED, this field contains a description of the
error. |
TranscriptionJobSummary |
withLanguageCode(LanguageCode languageCode)
The language code for the input speech.
|
TranscriptionJobSummary |
withLanguageCode(String languageCode)
The language code for the input speech.
|
TranscriptionJobSummary |
withTranscriptionJobName(String transcriptionJobName)
The name assigned to the transcription job when it was created.
|
TranscriptionJobSummary |
withTranscriptionJobStatus(String transcriptionJobStatus)
The status of the transcription job.
|
TranscriptionJobSummary |
withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the transcription job.
|
public void setTranscriptionJobName(String transcriptionJobName)
The name assigned to the transcription job when it was created.
transcriptionJobName - The name assigned to the transcription job when it was created.public String getTranscriptionJobName()
The name assigned to the transcription job when it was created.
public TranscriptionJobSummary withTranscriptionJobName(String transcriptionJobName)
The name assigned to the transcription job when it was created.
transcriptionJobName - The name assigned to the transcription job when it was created.public void setCreationTime(Date creationTime)
Timestamp of the date and time that the job was created.
creationTime - Timestamp of the date and time that the job was created.public Date getCreationTime()
Timestamp of the date and time that the job was created.
public TranscriptionJobSummary withCreationTime(Date creationTime)
Timestamp of the date and time that the job was created.
creationTime - Timestamp of the date and time that the job was created.public void setCompletionTime(Date completionTime)
Timestamp of the date and time that the job completed.
completionTime - Timestamp of the date and time that the job completed.public Date getCompletionTime()
Timestamp of the date and time that the job completed.
public TranscriptionJobSummary withCompletionTime(Date completionTime)
Timestamp of the date and time that the job completed.
completionTime - Timestamp of the date and time that the job completed.public void setLanguageCode(String languageCode)
The language code for the input speech.
languageCode - The language code for the input speech.LanguageCodepublic String getLanguageCode()
The language code for the input speech.
LanguageCodepublic TranscriptionJobSummary withLanguageCode(String languageCode)
The language code for the input speech.
languageCode - The language code for the input speech.LanguageCodepublic TranscriptionJobSummary withLanguageCode(LanguageCode languageCode)
The language code for the input speech.
languageCode - The language code for the input speech.LanguageCodepublic void setTranscriptionJobStatus(String transcriptionJobStatus)
The status of the transcription job. When the status is COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.
transcriptionJobStatus - The status of the transcription job. When the status is COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.TranscriptionJobStatuspublic String getTranscriptionJobStatus()
The status of the transcription job. When the status is COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.
COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.TranscriptionJobStatuspublic TranscriptionJobSummary withTranscriptionJobStatus(String transcriptionJobStatus)
The status of the transcription job. When the status is COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.
transcriptionJobStatus - The status of the transcription job. When the status is COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.TranscriptionJobStatuspublic TranscriptionJobSummary withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the transcription job. When the status is COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.
transcriptionJobStatus - The status of the transcription job. When the status is COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.TranscriptionJobStatuspublic void setFailureReason(String failureReason)
If the TranscriptionJobStatus field is FAILED, this field contains a description of the
error.
failureReason - If the TranscriptionJobStatus field is FAILED, this field contains a description
of the error.public String getFailureReason()
If the TranscriptionJobStatus field is FAILED, this field contains a description of the
error.
TranscriptionJobStatus field is FAILED, this field contains a
description of the error.public TranscriptionJobSummary withFailureReason(String failureReason)
If the TranscriptionJobStatus field is FAILED, this field contains a description of the
error.
failureReason - If the TranscriptionJobStatus field is FAILED, this field contains a description
of the error.public String toString()
toString in class ObjectObject.toString()public TranscriptionJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.