7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/transcribe/model/TranscriptionJobStatus.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/transcribe/model/MedicalTranscript.h>
14#include <aws/core/utils/DateTime.h>
15#include <aws/transcribe/model/MedicalTranscriptionSetting.h>
16#include <aws/transcribe/model/MedicalContentIdentificationType.h>
17#include <aws/transcribe/model/Specialty.h>
18#include <aws/transcribe/model/Type.h>
19#include <aws/core/utils/memory/stl/AWSVector.h>
20#include <aws/transcribe/model/Tag.h>
33namespace TranscribeService
65 template<
typename MedicalTranscriptionJobNameT = Aws::String>
66 void SetMedicalTranscriptionJobName(MedicalTranscriptionJobNameT&& value) { m_medicalTranscriptionJobNameHasBeenSet =
true; m_medicalTranscriptionJobName = std::forward<MedicalTranscriptionJobNameT>(value); }
67 template<
typename MedicalTranscriptionJobNameT = Aws::String>
121 template<
typename MediaT = Media>
122 void SetMedia(MediaT&& value) { m_mediaHasBeenSet =
true; m_media = std::forward<MediaT>(value); }
123 template<
typename MediaT = Media>
134 template<
typename TranscriptT = MedicalTranscript>
135 void SetTranscript(TranscriptT&& value) { m_transcriptHasBeenSet =
true; m_transcript = std::forward<TranscriptT>(value); }
136 template<
typename TranscriptT = MedicalTranscript>
150 template<
typename StartTimeT = Aws::Utils::DateTime>
151 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
152 template<
typename StartTimeT = Aws::Utils::DateTime>
166 template<
typename CreationTimeT = Aws::Utils::DateTime>
167 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
168 template<
typename CreationTimeT = Aws::Utils::DateTime>
182 template<
typename CompletionTimeT = Aws::Utils::DateTime>
183 void SetCompletionTime(CompletionTimeT&& value) { m_completionTimeHasBeenSet =
true; m_completionTime = std::forward<CompletionTimeT>(value); }
184 template<
typename CompletionTimeT = Aws::Utils::DateTime>
218 template<
typename FailureReasonT = Aws::String>
219 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
220 template<
typename FailureReasonT = Aws::String>
233 template<
typename SettingsT = MedicalTranscriptionSetting>
234 void SetSettings(SettingsT&& value) { m_settingsHasBeenSet =
true; m_settings = std::forward<SettingsT>(value); }
235 template<
typename SettingsT = MedicalTranscriptionSetting>
267 inline void SetType(
Type value) { m_typeHasBeenSet =
true; m_type = value; }
278 template<
typename TagsT = Aws::Vector<Tag>>
279 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
280 template<
typename TagsT = Aws::Vector<Tag>>
282 template<
typename TagsT = Tag>
288 bool m_medicalTranscriptionJobNameHasBeenSet =
false;
291 bool m_transcriptionJobStatusHasBeenSet =
false;
294 bool m_languageCodeHasBeenSet =
false;
296 int m_mediaSampleRateHertz{0};
297 bool m_mediaSampleRateHertzHasBeenSet =
false;
300 bool m_mediaFormatHasBeenSet =
false;
303 bool m_mediaHasBeenSet =
false;
305 MedicalTranscript m_transcript;
306 bool m_transcriptHasBeenSet =
false;
309 bool m_startTimeHasBeenSet =
false;
312 bool m_creationTimeHasBeenSet =
false;
315 bool m_completionTimeHasBeenSet =
false;
318 bool m_failureReasonHasBeenSet =
false;
320 MedicalTranscriptionSetting m_settings;
321 bool m_settingsHasBeenSet =
false;
324 bool m_contentIdentificationTypeHasBeenSet =
false;
327 bool m_specialtyHasBeenSet =
false;
330 bool m_typeHasBeenSet =
false;
333 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