7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/transcribe/TranscribeService_EXPORTS.h>
11#include <aws/transcribe/model/LanguageCode.h>
12#include <aws/transcribe/model/Media.h>
13#include <aws/transcribe/model/MediaFormat.h>
14#include <aws/transcribe/model/MedicalContentIdentificationType.h>
15#include <aws/transcribe/model/MedicalTranscript.h>
16#include <aws/transcribe/model/MedicalTranscriptionSetting.h>
17#include <aws/transcribe/model/Specialty.h>
18#include <aws/transcribe/model/Tag.h>
19#include <aws/transcribe/model/TranscriptionJobStatus.h>
20#include <aws/transcribe/model/Type.h>
31namespace TranscribeService {
59 template <
typename MedicalTranscriptionJobNameT = Aws::String>
61 m_medicalTranscriptionJobNameHasBeenSet =
true;
62 m_medicalTranscriptionJobName = std::forward<MedicalTranscriptionJobNameT>(value);
64 template <
typename MedicalTranscriptionJobNameT = Aws::String>
82 m_transcriptionJobStatusHasBeenSet =
true;
83 m_transcriptionJobStatus = value;
100 m_languageCodeHasBeenSet =
true;
101 m_languageCode = value;
116 m_mediaSampleRateHertzHasBeenSet =
true;
117 m_mediaSampleRateHertz = value;
132 m_mediaFormatHasBeenSet =
true;
133 m_mediaFormat = value;
145 template <
typename MediaT = Media>
147 m_mediaHasBeenSet =
true;
148 m_media = std::forward<MediaT>(value);
150 template <
typename MediaT = Media>
152 SetMedia(std::forward<MediaT>(value));
164 template <
typename TranscriptT = MedicalTranscript>
166 m_transcriptHasBeenSet =
true;
167 m_transcript = std::forward<TranscriptT>(value);
169 template <
typename TranscriptT = MedicalTranscript>
186 template <
typename StartTimeT = Aws::Utils::DateTime>
188 m_startTimeHasBeenSet =
true;
189 m_startTime = std::forward<StartTimeT>(value);
191 template <
typename StartTimeT = Aws::Utils::DateTime>
208 template <
typename CreationTimeT = Aws::Utils::DateTime>
210 m_creationTimeHasBeenSet =
true;
211 m_creationTime = std::forward<CreationTimeT>(value);
213 template <
typename CreationTimeT = Aws::Utils::DateTime>
230 template <
typename CompletionTimeT = Aws::Utils::DateTime>
232 m_completionTimeHasBeenSet =
true;
233 m_completionTime = std::forward<CompletionTimeT>(value);
235 template <
typename CompletionTimeT = Aws::Utils::DateTime>
272 template <
typename FailureReasonT = Aws::String>
274 m_failureReasonHasBeenSet =
true;
275 m_failureReason = std::forward<FailureReasonT>(value);
277 template <
typename FailureReasonT = Aws::String>
293 template <
typename SettingsT = MedicalTranscriptionSetting>
295 m_settingsHasBeenSet =
true;
296 m_settings = std::forward<SettingsT>(value);
298 template <
typename SettingsT = MedicalTranscriptionSetting>
313 m_contentIdentificationTypeHasBeenSet =
true;
314 m_contentIdentificationType = value;
329 m_specialtyHasBeenSet =
true;
346 m_typeHasBeenSet =
true;
362 template <
typename TagsT = Aws::Vector<Tag>>
364 m_tagsHasBeenSet =
true;
365 m_tags = std::forward<TagsT>(value);
367 template <
typename TagsT = Aws::Vector<Tag>>
369 SetTags(std::forward<TagsT>(value));
372 template <
typename TagsT = Tag>
374 m_tagsHasBeenSet =
true;
375 m_tags.emplace_back(std::forward<TagsT>(value));
386 int m_mediaSampleRateHertz{0};
392 MedicalTranscript m_transcript;
402 MedicalTranscriptionSetting m_settings;
411 bool m_medicalTranscriptionJobNameHasBeenSet =
false;
412 bool m_transcriptionJobStatusHasBeenSet =
false;
413 bool m_languageCodeHasBeenSet =
false;
414 bool m_mediaSampleRateHertzHasBeenSet =
false;
415 bool m_mediaFormatHasBeenSet =
false;
416 bool m_mediaHasBeenSet =
false;
417 bool m_transcriptHasBeenSet =
false;
418 bool m_startTimeHasBeenSet =
false;
419 bool m_creationTimeHasBeenSet =
false;
420 bool m_completionTimeHasBeenSet =
false;
421 bool m_failureReasonHasBeenSet =
false;
422 bool m_settingsHasBeenSet =
false;
423 bool m_contentIdentificationTypeHasBeenSet =
false;
424 bool m_specialtyHasBeenSet =
false;
425 bool m_typeHasBeenSet =
false;
426 bool m_tagsHasBeenSet =
false;
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionJob()=default
void SetTags(TagsT &&value)
MedicalTranscriptionJob & WithLanguageCode(LanguageCode value)
MedicalTranscriptionJob & WithContentIdentificationType(MedicalContentIdentificationType value)
MedicalTranscriptionJob & WithCreationTime(CreationTimeT &&value)
void SetTranscript(TranscriptT &&value)
void SetTranscriptionJobStatus(TranscriptionJobStatus value)
MedicalTranscriptionJob & AddTags(TagsT &&value)
Specialty GetSpecialty() const
void SetMedia(MediaT &&value)
bool SpecialtyHasBeenSet() const
bool CompletionTimeHasBeenSet() const
MedicalTranscriptionJob & WithSpecialty(Specialty value)
bool MediaHasBeenSet() const
void SetStartTime(StartTimeT &&value)
bool MedicalTranscriptionJobNameHasBeenSet() const
MedicalTranscriptionJob & WithMediaSampleRateHertz(int value)
void SetSettings(SettingsT &&value)
MedicalTranscriptionJob & WithTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
bool MediaSampleRateHertzHasBeenSet() const
MedicalTranscriptionJob & WithType(Type value)
bool MediaFormatHasBeenSet() const
void SetMediaFormat(MediaFormat value)
MedicalTranscriptionJob & WithTranscriptionJobStatus(TranscriptionJobStatus value)
bool TranscriptHasBeenSet() const
void SetMediaSampleRateHertz(int value)
void SetCreationTime(CreationTimeT &&value)
MedicalTranscriptionJob & WithMediaFormat(MediaFormat value)
const MedicalTranscript & GetTranscript() const
const Aws::String & GetFailureReason() const
bool TagsHasBeenSet() const
bool CreationTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetContentIdentificationType(MedicalContentIdentificationType value)
bool LanguageCodeHasBeenSet() const
MedicalTranscriptionJob & WithStartTime(StartTimeT &&value)
void SetMedicalTranscriptionJobName(MedicalTranscriptionJobNameT &&value)
int GetMediaSampleRateHertz() const
bool TranscriptionJobStatusHasBeenSet() const
const Aws::Utils::DateTime & GetCompletionTime() const
void SetFailureReason(FailureReasonT &&value)
const Media & GetMedia() const
bool TypeHasBeenSet() const
MedicalTranscriptionJob & WithCompletionTime(CompletionTimeT &&value)
void SetLanguageCode(LanguageCode value)
MedicalTranscriptionJob & WithTranscript(TranscriptT &&value)
MedicalContentIdentificationType GetContentIdentificationType() const
const Aws::Utils::DateTime & GetStartTime() const
MedicalTranscriptionJob & WithSettings(SettingsT &&value)
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMedicalTranscriptionJobName() const
MedicalTranscriptionJob & WithMedicalTranscriptionJobName(MedicalTranscriptionJobNameT &&value)
TranscriptionJobStatus GetTranscriptionJobStatus() const
MedicalTranscriptionJob & WithMedia(MediaT &&value)
void SetSpecialty(Specialty value)
LanguageCode GetLanguageCode() const
bool FailureReasonHasBeenSet() const
void SetCompletionTime(CompletionTimeT &&value)
bool StartTimeHasBeenSet() const
bool SettingsHasBeenSet() const
MediaFormat GetMediaFormat() const
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionJob(Aws::Utils::Json::JsonView jsonValue)
MedicalTranscriptionJob & WithFailureReason(FailureReasonT &&value)
const MedicalTranscriptionSetting & GetSettings() const
bool ContentIdentificationTypeHasBeenSet() const
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionJob & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalContentIdentificationType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue