AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MedicalTranscriptionJobSummary.h
1
6#pragma once
7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/transcribe/model/LanguageCode.h>
11#include <aws/transcribe/model/TranscriptionJobStatus.h>
12#include <aws/transcribe/model/OutputLocationType.h>
13#include <aws/transcribe/model/Specialty.h>
14#include <aws/transcribe/model/MedicalContentIdentificationType.h>
15#include <aws/transcribe/model/Type.h>
16#include <utility>
17
18namespace Aws
19{
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25 class JsonView;
26} // namespace Json
27} // namespace Utils
28namespace TranscribeService
29{
30namespace Model
31{
32
40 {
41 public:
42 AWS_TRANSCRIBESERVICE_API MedicalTranscriptionJobSummary();
43 AWS_TRANSCRIBESERVICE_API MedicalTranscriptionJobSummary(Aws::Utils::Json::JsonView jsonValue);
45 AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
46
47
49
53 inline const Aws::String& GetMedicalTranscriptionJobName() const{ return m_medicalTranscriptionJobName; }
54 inline bool MedicalTranscriptionJobNameHasBeenSet() const { return m_medicalTranscriptionJobNameHasBeenSet; }
55 inline void SetMedicalTranscriptionJobName(const Aws::String& value) { m_medicalTranscriptionJobNameHasBeenSet = true; m_medicalTranscriptionJobName = value; }
56 inline void SetMedicalTranscriptionJobName(Aws::String&& value) { m_medicalTranscriptionJobNameHasBeenSet = true; m_medicalTranscriptionJobName = std::move(value); }
57 inline void SetMedicalTranscriptionJobName(const char* value) { m_medicalTranscriptionJobNameHasBeenSet = true; m_medicalTranscriptionJobName.assign(value); }
62
64
71 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
72 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
73 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; }
74 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); }
76 inline MedicalTranscriptionJobSummary& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
78
80
86 inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
87 inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; }
88 inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTimeHasBeenSet = true; m_startTime = value; }
89 inline void SetStartTime(Aws::Utils::DateTime&& value) { m_startTimeHasBeenSet = true; m_startTime = std::move(value); }
91 inline MedicalTranscriptionJobSummary& WithStartTime(Aws::Utils::DateTime&& value) { SetStartTime(std::move(value)); return *this;}
93
95
102 inline const Aws::Utils::DateTime& GetCompletionTime() const{ return m_completionTime; }
103 inline bool CompletionTimeHasBeenSet() const { return m_completionTimeHasBeenSet; }
104 inline void SetCompletionTime(const Aws::Utils::DateTime& value) { m_completionTimeHasBeenSet = true; m_completionTime = value; }
105 inline void SetCompletionTime(Aws::Utils::DateTime&& value) { m_completionTimeHasBeenSet = true; m_completionTime = std::move(value); }
109
111
116 inline const LanguageCode& GetLanguageCode() const{ return m_languageCode; }
117 inline bool LanguageCodeHasBeenSet() const { return m_languageCodeHasBeenSet; }
118 inline void SetLanguageCode(const LanguageCode& value) { m_languageCodeHasBeenSet = true; m_languageCode = value; }
119 inline void SetLanguageCode(LanguageCode&& value) { m_languageCodeHasBeenSet = true; m_languageCode = std::move(value); }
121 inline MedicalTranscriptionJobSummary& WithLanguageCode(LanguageCode&& value) { SetLanguageCode(std::move(value)); return *this;}
123
125
132 inline const TranscriptionJobStatus& GetTranscriptionJobStatus() const{ return m_transcriptionJobStatus; }
133 inline bool TranscriptionJobStatusHasBeenSet() const { return m_transcriptionJobStatusHasBeenSet; }
134 inline void SetTranscriptionJobStatus(const TranscriptionJobStatus& value) { m_transcriptionJobStatusHasBeenSet = true; m_transcriptionJobStatus = value; }
135 inline void SetTranscriptionJobStatus(TranscriptionJobStatus&& value) { m_transcriptionJobStatusHasBeenSet = true; m_transcriptionJobStatus = std::move(value); }
139
141
148 inline const Aws::String& GetFailureReason() const{ return m_failureReason; }
149 inline bool FailureReasonHasBeenSet() const { return m_failureReasonHasBeenSet; }
150 inline void SetFailureReason(const Aws::String& value) { m_failureReasonHasBeenSet = true; m_failureReason = value; }
151 inline void SetFailureReason(Aws::String&& value) { m_failureReasonHasBeenSet = true; m_failureReason = std::move(value); }
152 inline void SetFailureReason(const char* value) { m_failureReasonHasBeenSet = true; m_failureReason.assign(value); }
154 inline MedicalTranscriptionJobSummary& WithFailureReason(Aws::String&& value) { SetFailureReason(std::move(value)); return *this;}
155 inline MedicalTranscriptionJobSummary& WithFailureReason(const char* value) { SetFailureReason(value); return *this;}
157
159
169 inline const OutputLocationType& GetOutputLocationType() const{ return m_outputLocationType; }
170 inline bool OutputLocationTypeHasBeenSet() const { return m_outputLocationTypeHasBeenSet; }
171 inline void SetOutputLocationType(const OutputLocationType& value) { m_outputLocationTypeHasBeenSet = true; m_outputLocationType = value; }
172 inline void SetOutputLocationType(OutputLocationType&& value) { m_outputLocationTypeHasBeenSet = true; m_outputLocationType = std::move(value); }
176
178
181 inline const Specialty& GetSpecialty() const{ return m_specialty; }
182 inline bool SpecialtyHasBeenSet() const { return m_specialtyHasBeenSet; }
183 inline void SetSpecialty(const Specialty& value) { m_specialtyHasBeenSet = true; m_specialty = value; }
184 inline void SetSpecialty(Specialty&& value) { m_specialtyHasBeenSet = true; m_specialty = std::move(value); }
185 inline MedicalTranscriptionJobSummary& WithSpecialty(const Specialty& value) { SetSpecialty(value); return *this;}
186 inline MedicalTranscriptionJobSummary& WithSpecialty(Specialty&& value) { SetSpecialty(std::move(value)); return *this;}
188
190
196 inline const MedicalContentIdentificationType& GetContentIdentificationType() const{ return m_contentIdentificationType; }
197 inline bool ContentIdentificationTypeHasBeenSet() const { return m_contentIdentificationTypeHasBeenSet; }
198 inline void SetContentIdentificationType(const MedicalContentIdentificationType& value) { m_contentIdentificationTypeHasBeenSet = true; m_contentIdentificationType = value; }
199 inline void SetContentIdentificationType(MedicalContentIdentificationType&& value) { m_contentIdentificationTypeHasBeenSet = true; m_contentIdentificationType = std::move(value); }
203
205
209 inline const Type& GetType() const{ return m_type; }
210 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
211 inline void SetType(const Type& value) { m_typeHasBeenSet = true; m_type = value; }
212 inline void SetType(Type&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
213 inline MedicalTranscriptionJobSummary& WithType(const Type& value) { SetType(value); return *this;}
214 inline MedicalTranscriptionJobSummary& WithType(Type&& value) { SetType(std::move(value)); return *this;}
216 private:
217
218 Aws::String m_medicalTranscriptionJobName;
219 bool m_medicalTranscriptionJobNameHasBeenSet = false;
220
221 Aws::Utils::DateTime m_creationTime;
222 bool m_creationTimeHasBeenSet = false;
223
224 Aws::Utils::DateTime m_startTime;
225 bool m_startTimeHasBeenSet = false;
226
227 Aws::Utils::DateTime m_completionTime;
228 bool m_completionTimeHasBeenSet = false;
229
230 LanguageCode m_languageCode;
231 bool m_languageCodeHasBeenSet = false;
232
233 TranscriptionJobStatus m_transcriptionJobStatus;
234 bool m_transcriptionJobStatusHasBeenSet = false;
235
236 Aws::String m_failureReason;
237 bool m_failureReasonHasBeenSet = false;
238
239 OutputLocationType m_outputLocationType;
240 bool m_outputLocationTypeHasBeenSet = false;
241
242 Specialty m_specialty;
243 bool m_specialtyHasBeenSet = false;
244
245 MedicalContentIdentificationType m_contentIdentificationType;
246 bool m_contentIdentificationTypeHasBeenSet = false;
247
248 Type m_type;
249 bool m_typeHasBeenSet = false;
250 };
251
252} // namespace Model
253} // namespace TranscribeService
254} // namespace Aws
MedicalTranscriptionJobSummary & WithCreationTime(Aws::Utils::DateTime &&value)
MedicalTranscriptionJobSummary & WithSpecialty(Specialty &&value)
MedicalTranscriptionJobSummary & WithMedicalTranscriptionJobName(Aws::String &&value)
MedicalTranscriptionJobSummary & WithContentIdentificationType(MedicalContentIdentificationType &&value)
MedicalTranscriptionJobSummary & WithStartTime(const Aws::Utils::DateTime &value)
MedicalTranscriptionJobSummary & WithCompletionTime(Aws::Utils::DateTime &&value)
MedicalTranscriptionJobSummary & WithFailureReason(const char *value)
MedicalTranscriptionJobSummary & WithMedicalTranscriptionJobName(const char *value)
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionJobSummary(Aws::Utils::Json::JsonView jsonValue)
MedicalTranscriptionJobSummary & WithOutputLocationType(OutputLocationType &&value)
MedicalTranscriptionJobSummary & WithMedicalTranscriptionJobName(const Aws::String &value)
MedicalTranscriptionJobSummary & WithTranscriptionJobStatus(TranscriptionJobStatus &&value)
MedicalTranscriptionJobSummary & WithTranscriptionJobStatus(const TranscriptionJobStatus &value)
MedicalTranscriptionJobSummary & WithFailureReason(const Aws::String &value)
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
MedicalTranscriptionJobSummary & WithLanguageCode(LanguageCode &&value)
MedicalTranscriptionJobSummary & WithFailureReason(Aws::String &&value)
AWS_TRANSCRIBESERVICE_API MedicalTranscriptionJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalTranscriptionJobSummary & WithLanguageCode(const LanguageCode &value)
void SetContentIdentificationType(const MedicalContentIdentificationType &value)
void SetContentIdentificationType(MedicalContentIdentificationType &&value)
MedicalTranscriptionJobSummary & WithStartTime(Aws::Utils::DateTime &&value)
MedicalTranscriptionJobSummary & WithContentIdentificationType(const MedicalContentIdentificationType &value)
MedicalTranscriptionJobSummary & WithOutputLocationType(const OutputLocationType &value)
MedicalTranscriptionJobSummary & WithCreationTime(const Aws::Utils::DateTime &value)
const MedicalContentIdentificationType & GetContentIdentificationType() const
MedicalTranscriptionJobSummary & WithSpecialty(const Specialty &value)
MedicalTranscriptionJobSummary & WithCompletionTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue