7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/transcribe/TranscribeServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/transcribe/model/LanguageCode.h>
11#include <aws/transcribe/model/MediaFormat.h>
12#include <aws/transcribe/model/Media.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/transcribe/model/MedicalTranscriptionSetting.h>
15#include <aws/transcribe/model/MedicalContentIdentificationType.h>
16#include <aws/transcribe/model/Specialty.h>
17#include <aws/transcribe/model/Type.h>
18#include <aws/core/utils/memory/stl/AWSVector.h>
19#include <aws/transcribe/model/Tag.h>
24namespace TranscribeService
59 template<
typename MedicalTranscriptionJobNameT = Aws::String>
60 void SetMedicalTranscriptionJobName(MedicalTranscriptionJobNameT&& value) { m_medicalTranscriptionJobNameHasBeenSet =
true; m_medicalTranscriptionJobName = std::forward<MedicalTranscriptionJobNameT>(value); }
61 template<
typename MedicalTranscriptionJobNameT = Aws::String>
90 inline void SetMediaSampleRateHertz(
int value) { m_mediaSampleRateHertzHasBeenSet =
true; m_mediaSampleRateHertz = value; }
108 template<
typename MediaT = Media>
109 void SetMedia(MediaT&& value) { m_mediaHasBeenSet =
true; m_media = std::forward<MediaT>(value); }
110 template<
typename MediaT = Media>
136 template<
typename OutputBucketNameT = Aws::String>
137 void SetOutputBucketName(OutputBucketNameT&& value) { m_outputBucketNameHasBeenSet =
true; m_outputBucketName = std::forward<OutputBucketNameT>(value); }
138 template<
typename OutputBucketNameT = Aws::String>
172 template<
typename OutputKeyT = Aws::String>
173 void SetOutputKey(OutputKeyT&& value) { m_outputKeyHasBeenSet =
true; m_outputKey = std::forward<OutputKeyT>(value); }
174 template<
typename OutputKeyT = Aws::String>
204 template<
typename OutputEncryptionKMSKeyIdT = Aws::String>
205 void SetOutputEncryptionKMSKeyId(OutputEncryptionKMSKeyIdT&& value) { m_outputEncryptionKMSKeyIdHasBeenSet =
true; m_outputEncryptionKMSKeyId = std::forward<OutputEncryptionKMSKeyIdT>(value); }
206 template<
typename OutputEncryptionKMSKeyIdT = Aws::String>
222 template<
typename KMSEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
223 void SetKMSEncryptionContext(KMSEncryptionContextT&& value) { m_kMSEncryptionContextHasBeenSet =
true; m_kMSEncryptionContext = std::forward<KMSEncryptionContextT>(value); }
224 template<
typename KMSEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
226 template<
typename KMSEncryptionContextKeyT = Aws::String,
typename KMSEncryptionContextValueT = Aws::String>
228 m_kMSEncryptionContextHasBeenSet =
true; m_kMSEncryptionContext.emplace(std::forward<KMSEncryptionContextKeyT>(key), std::forward<KMSEncryptionContextValueT>(value));
return *
this;
240 template<
typename SettingsT = MedicalTranscriptionSetting>
241 void SetSettings(SettingsT&& value) { m_settingsHasBeenSet =
true; m_settings = std::forward<SettingsT>(value); }
242 template<
typename SettingsT = MedicalTranscriptionSetting>
282 inline void SetType(
Type value) { m_typeHasBeenSet =
true; m_type = value; }
296 template<
typename TagsT = Aws::Vector<Tag>>
297 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
298 template<
typename TagsT = Aws::Vector<Tag>>
300 template<
typename TagsT = Tag>
306 bool m_medicalTranscriptionJobNameHasBeenSet =
false;
309 bool m_languageCodeHasBeenSet =
false;
311 int m_mediaSampleRateHertz{0};
312 bool m_mediaSampleRateHertzHasBeenSet =
false;
315 bool m_mediaFormatHasBeenSet =
false;
318 bool m_mediaHasBeenSet =
false;
321 bool m_outputBucketNameHasBeenSet =
false;
324 bool m_outputKeyHasBeenSet =
false;
327 bool m_outputEncryptionKMSKeyIdHasBeenSet =
false;
330 bool m_kMSEncryptionContextHasBeenSet =
false;
332 MedicalTranscriptionSetting m_settings;
333 bool m_settingsHasBeenSet =
false;
336 bool m_contentIdentificationTypeHasBeenSet =
false;
339 bool m_specialtyHasBeenSet =
false;
342 bool m_typeHasBeenSet =
false;
345 bool m_tagsHasBeenSet =
false;
StartMedicalTranscriptionJobRequest & WithTags(TagsT &&value)
StartMedicalTranscriptionJobRequest & WithContentIdentificationType(MedicalContentIdentificationType value)
void SetMediaFormat(MediaFormat value)
virtual const char * GetServiceRequestName() const override
bool LanguageCodeHasBeenSet() const
StartMedicalTranscriptionJobRequest & AddTags(TagsT &&value)
void SetOutputBucketName(OutputBucketNameT &&value)
bool MediaFormatHasBeenSet() const
StartMedicalTranscriptionJobRequest & WithSettings(SettingsT &&value)
AWS_TRANSCRIBESERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
int GetMediaSampleRateHertz() const
const MedicalTranscriptionSetting & GetSettings() const
StartMedicalTranscriptionJobRequest & WithType(Type value)
StartMedicalTranscriptionJobRequest & WithOutputBucketName(OutputBucketNameT &&value)
bool SettingsHasBeenSet() const
AWS_TRANSCRIBESERVICE_API Aws::String SerializePayload() const override
bool MediaSampleRateHertzHasBeenSet() const
StartMedicalTranscriptionJobRequest & WithMediaSampleRateHertz(int value)
const Aws::String & GetOutputKey() const
StartMedicalTranscriptionJobRequest & WithMedia(MediaT &&value)
AWS_TRANSCRIBESERVICE_API StartMedicalTranscriptionJobRequest()=default
void SetOutputKey(OutputKeyT &&value)
const Aws::String & GetMedicalTranscriptionJobName() const
StartMedicalTranscriptionJobRequest & WithMediaFormat(MediaFormat value)
bool MediaHasBeenSet() const
LanguageCode GetLanguageCode() const
void SetMediaSampleRateHertz(int value)
MediaFormat GetMediaFormat() const
void SetSpecialty(Specialty value)
void SetTags(TagsT &&value)
StartMedicalTranscriptionJobRequest & WithKMSEncryptionContext(KMSEncryptionContextT &&value)
const Aws::String & GetOutputBucketName() const
bool SpecialtyHasBeenSet() const
void SetOutputEncryptionKMSKeyId(OutputEncryptionKMSKeyIdT &&value)
bool MedicalTranscriptionJobNameHasBeenSet() const
bool ContentIdentificationTypeHasBeenSet() const
StartMedicalTranscriptionJobRequest & WithSpecialty(Specialty value)
Specialty GetSpecialty() const
StartMedicalTranscriptionJobRequest & WithMedicalTranscriptionJobName(MedicalTranscriptionJobNameT &&value)
StartMedicalTranscriptionJobRequest & WithOutputEncryptionKMSKeyId(OutputEncryptionKMSKeyIdT &&value)
void SetMedia(MediaT &&value)
bool TypeHasBeenSet() const
bool OutputEncryptionKMSKeyIdHasBeenSet() const
bool TagsHasBeenSet() const
void SetMedicalTranscriptionJobName(MedicalTranscriptionJobNameT &&value)
void SetLanguageCode(LanguageCode value)
bool OutputBucketNameHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
void SetContentIdentificationType(MedicalContentIdentificationType value)
const Aws::String & GetOutputEncryptionKMSKeyId() const
const Media & GetMedia() const
MedicalContentIdentificationType GetContentIdentificationType() const
bool KMSEncryptionContextHasBeenSet() const
void SetKMSEncryptionContext(KMSEncryptionContextT &&value)
void SetSettings(SettingsT &&value)
bool OutputKeyHasBeenSet() const
StartMedicalTranscriptionJobRequest & AddKMSEncryptionContext(KMSEncryptionContextKeyT &&key, KMSEncryptionContextValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetKMSEncryptionContext() const
StartMedicalTranscriptionJobRequest & WithOutputKey(OutputKeyT &&value)
StartMedicalTranscriptionJobRequest & WithLanguageCode(LanguageCode value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
MedicalContentIdentificationType
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector