7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/transcribe/TranscribeService_EXPORTS.h>
10#include <aws/transcribe/model/LanguageCode.h>
11#include <aws/transcribe/model/MedicalContentIdentificationType.h>
12#include <aws/transcribe/model/OutputLocationType.h>
13#include <aws/transcribe/model/Specialty.h>
14#include <aws/transcribe/model/TranscriptionJobStatus.h>
15#include <aws/transcribe/model/Type.h>
26namespace TranscribeService {
49 template <
typename MedicalTranscriptionJobNameT = Aws::String>
51 m_medicalTranscriptionJobNameHasBeenSet =
true;
52 m_medicalTranscriptionJobName = std::forward<MedicalTranscriptionJobNameT>(value);
54 template <
typename MedicalTranscriptionJobNameT = Aws::String>
71 template <
typename CreationTimeT = Aws::Utils::DateTime>
73 m_creationTimeHasBeenSet =
true;
74 m_creationTime = std::forward<CreationTimeT>(value);
76 template <
typename CreationTimeT = Aws::Utils::DateTime>
92 template <
typename StartTimeT = Aws::Utils::DateTime>
94 m_startTimeHasBeenSet =
true;
95 m_startTime = std::forward<StartTimeT>(value);
97 template <
typename StartTimeT = Aws::Utils::DateTime>
114 template <
typename CompletionTimeT = Aws::Utils::DateTime>
116 m_completionTimeHasBeenSet =
true;
117 m_completionTime = std::forward<CompletionTimeT>(value);
119 template <
typename CompletionTimeT = Aws::Utils::DateTime>
135 m_languageCodeHasBeenSet =
true;
136 m_languageCode = value;
155 m_transcriptionJobStatusHasBeenSet =
true;
156 m_transcriptionJobStatus = value;
174 template <
typename FailureReasonT = Aws::String>
176 m_failureReasonHasBeenSet =
true;
177 m_failureReason = std::forward<FailureReasonT>(value);
179 template <
typename FailureReasonT = Aws::String>
200 m_outputLocationTypeHasBeenSet =
true;
201 m_outputLocationType = value;
216 m_specialtyHasBeenSet =
true;
235 m_contentIdentificationTypeHasBeenSet =
true;
236 m_contentIdentificationType = value;
252 m_typeHasBeenSet =
true;
282 bool m_medicalTranscriptionJobNameHasBeenSet =
false;
283 bool m_creationTimeHasBeenSet =
false;
284 bool m_startTimeHasBeenSet =
false;
285 bool m_completionTimeHasBeenSet =
false;
286 bool m_languageCodeHasBeenSet =
false;
287 bool m_transcriptionJobStatusHasBeenSet =
false;
288 bool m_failureReasonHasBeenSet =
false;
289 bool m_outputLocationTypeHasBeenSet =
false;
290 bool m_specialtyHasBeenSet =
false;
291 bool m_contentIdentificationTypeHasBeenSet =
false;
292 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
bool CreationTimeHasBeenSet() const
bool OutputLocationTypeHasBeenSet() const
MedicalTranscriptionJobSummary & WithType(Type value)
void SetOutputLocationType(OutputLocationType value)
bool FailureReasonHasBeenSet() const
MedicalTranscriptionJobSummary & WithSpecialty(Specialty value)
void SetTranscriptionJobStatus(TranscriptionJobStatus value)
MedicalTranscriptionJobSummary & WithCompletionTime(CompletionTimeT &&value)
void SetSpecialty(Specialty value)
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionJobSummary(Aws::Utils::Json::JsonView jsonValue)
LanguageCode GetLanguageCode() const
OutputLocationType GetOutputLocationType() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::Utils::DateTime & GetStartTime() const
MedicalTranscriptionJobSummary & WithMedicalTranscriptionJobName(MedicalTranscriptionJobNameT &&value)
void SetFailureReason(FailureReasonT &&value)
void SetCompletionTime(CompletionTimeT &&value)
bool LanguageCodeHasBeenSet() const
bool SpecialtyHasBeenSet() const
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreationTime(CreationTimeT &&value)
TranscriptionJobStatus GetTranscriptionJobStatus() const
void SetContentIdentificationType(MedicalContentIdentificationType value)
MedicalTranscriptionJobSummary & WithFailureReason(FailureReasonT &&value)
void SetMedicalTranscriptionJobName(MedicalTranscriptionJobNameT &&value)
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalTranscriptionJobSummary & WithOutputLocationType(OutputLocationType value)
bool MedicalTranscriptionJobNameHasBeenSet() const
void SetStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetCompletionTime() const
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionJobSummary()=default
MedicalTranscriptionJobSummary & WithStartTime(StartTimeT &&value)
MedicalTranscriptionJobSummary & WithContentIdentificationType(MedicalContentIdentificationType value)
MedicalTranscriptionJobSummary & WithCreationTime(CreationTimeT &&value)
MedicalContentIdentificationType GetContentIdentificationType() const
MedicalTranscriptionJobSummary & WithLanguageCode(LanguageCode value)
bool TranscriptionJobStatusHasBeenSet() const
bool StartTimeHasBeenSet() const
void SetLanguageCode(LanguageCode value)
bool ContentIdentificationTypeHasBeenSet() const
const Aws::String & GetMedicalTranscriptionJobName() const
Specialty GetSpecialty() const
const Aws::String & GetFailureReason() const
bool CompletionTimeHasBeenSet() const
MedicalTranscriptionJobSummary & WithTranscriptionJobStatus(TranscriptionJobStatus value)
MedicalContentIdentificationType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue