@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)
Marshalls this structured data using the given
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.LanguageCode
public String getLanguageCode()
The language code for the input speech.
LanguageCode
public TranscriptionJobSummary withLanguageCode(String languageCode)
The language code for the input speech.
languageCode
- The language code for the input speech.LanguageCode
public TranscriptionJobSummary withLanguageCode(LanguageCode languageCode)
The language code for the input speech.
languageCode
- The language code for the input speech.LanguageCode
public 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.TranscriptionJobStatus
public 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.TranscriptionJobStatus
public 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.TranscriptionJobStatus
public 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.TranscriptionJobStatus
public 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 Object
Object.toString()
public TranscriptionJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.