AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
MedicalScribeContext.h
1
6#pragma once
7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/transcribe/model/MedicalScribePatientContext.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace TranscribeService {
20namespace Model {
21
30 public:
31 AWS_TRANSCRIBESERVICE_API MedicalScribeContext() = default;
32 AWS_TRANSCRIBESERVICE_API MedicalScribeContext(Aws::Utils::Json::JsonView jsonValue);
33 AWS_TRANSCRIBESERVICE_API MedicalScribeContext& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const MedicalScribePatientContext& GetPatientContext() const { return m_patientContext; }
41 inline bool PatientContextHasBeenSet() const { return m_patientContextHasBeenSet; }
42 template <typename PatientContextT = MedicalScribePatientContext>
43 void SetPatientContext(PatientContextT&& value) {
44 m_patientContextHasBeenSet = true;
45 m_patientContext = std::forward<PatientContextT>(value);
46 }
47 template <typename PatientContextT = MedicalScribePatientContext>
48 MedicalScribeContext& WithPatientContext(PatientContextT&& value) {
49 SetPatientContext(std::forward<PatientContextT>(value));
50 return *this;
51 }
53 private:
54 MedicalScribePatientContext m_patientContext;
55 bool m_patientContextHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace TranscribeService
60} // namespace Aws
AWS_TRANSCRIBESERVICE_API MedicalScribeContext & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalScribeContext & WithPatientContext(PatientContextT &&value)
AWS_TRANSCRIBESERVICE_API MedicalScribeContext()=default
const MedicalScribePatientContext & GetPatientContext() const
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSCRIBESERVICE_API MedicalScribeContext(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue