@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTranscriptionJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartTranscriptionJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartTranscriptionJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code for the language used in the input media file.
|
Media |
getMedia()
An object that describes the input media for a transcription job.
|
String |
getMediaFormat()
The format of the input media file.
|
Integer |
getMediaSampleRateHertz()
The sample rate, in Hertz, of the audio track in the input media file.
|
Settings |
getSettings()
A
Settings object that provides optional settings for a transcription job. |
String |
getTranscriptionJobName()
The name of the job.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code for the language used in the input media file.
|
void |
setMedia(Media media)
An object that describes the input media for a transcription job.
|
void |
setMediaFormat(String mediaFormat)
The format of the input media file.
|
void |
setMediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
|
void |
setSettings(Settings settings)
A
Settings object that provides optional settings for a transcription job. |
void |
setTranscriptionJobName(String transcriptionJobName)
The name of the job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartTranscriptionJobRequest |
withLanguageCode(LanguageCode languageCode)
The language code for the language used in the input media file.
|
StartTranscriptionJobRequest |
withLanguageCode(String languageCode)
The language code for the language used in the input media file.
|
StartTranscriptionJobRequest |
withMedia(Media media)
An object that describes the input media for a transcription job.
|
StartTranscriptionJobRequest |
withMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
StartTranscriptionJobRequest |
withMediaFormat(String mediaFormat)
The format of the input media file.
|
StartTranscriptionJobRequest |
withMediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
|
StartTranscriptionJobRequest |
withSettings(Settings settings)
A
Settings object that provides optional settings for a transcription job. |
StartTranscriptionJobRequest |
withTranscriptionJobName(String transcriptionJobName)
The name of the job.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setTranscriptionJobName(String transcriptionJobName)
The name of the job. The name must be unique within an AWS account.
transcriptionJobName
- The name of the job. The name must be unique within an AWS account.public String getTranscriptionJobName()
The name of the job. The name must be unique within an AWS account.
public StartTranscriptionJobRequest withTranscriptionJobName(String transcriptionJobName)
The name of the job. The name must be unique within an AWS account.
transcriptionJobName
- The name of the job. The name must be unique within an AWS account.public void setLanguageCode(String languageCode)
The language code for the language used in the input media file.
languageCode
- The language code for the language used in the input media file.LanguageCode
public String getLanguageCode()
The language code for the language used in the input media file.
LanguageCode
public StartTranscriptionJobRequest withLanguageCode(String languageCode)
The language code for the language used in the input media file.
languageCode
- The language code for the language used in the input media file.LanguageCode
public StartTranscriptionJobRequest withLanguageCode(LanguageCode languageCode)
The language code for the language used in the input media file.
languageCode
- The language code for the language used in the input media file.LanguageCode
public void setMediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
mediaSampleRateHertz
- The sample rate, in Hertz, of the audio track in the input media file.public Integer getMediaSampleRateHertz()
The sample rate, in Hertz, of the audio track in the input media file.
public StartTranscriptionJobRequest withMediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
mediaSampleRateHertz
- The sample rate, in Hertz, of the audio track in the input media file.public void setMediaFormat(String mediaFormat)
The format of the input media file.
mediaFormat
- The format of the input media file.MediaFormat
public String getMediaFormat()
The format of the input media file.
MediaFormat
public StartTranscriptionJobRequest withMediaFormat(String mediaFormat)
The format of the input media file.
mediaFormat
- The format of the input media file.MediaFormat
public StartTranscriptionJobRequest withMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
mediaFormat
- The format of the input media file.MediaFormat
public void setMedia(Media media)
An object that describes the input media for a transcription job.
media
- An object that describes the input media for a transcription job.public Media getMedia()
An object that describes the input media for a transcription job.
public StartTranscriptionJobRequest withMedia(Media media)
An object that describes the input media for a transcription job.
media
- An object that describes the input media for a transcription job.public void setSettings(Settings settings)
A Settings
object that provides optional settings for a transcription job.
settings
- A Settings
object that provides optional settings for a transcription job.public Settings getSettings()
A Settings
object that provides optional settings for a transcription job.
Settings
object that provides optional settings for a transcription job.public StartTranscriptionJobRequest withSettings(Settings settings)
A Settings
object that provides optional settings for a transcription job.
settings
- A Settings
object that provides optional settings for a transcription job.public String toString()
toString
in class Object
Object.toString()
public StartTranscriptionJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.