AWS SDK for C++

AWS SDK for C++ Version 1.11.757

Loading...
Searching...
No Matches
MedicalScribeContext.h
1
6#pragma once
7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/transcribestreaming/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 TranscribeStreamingService {
20namespace Model {
21
30 public:
31 AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeContext() = default;
32 AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeContext(Aws::Utils::Json::JsonView jsonValue);
33 AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeContext& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const MedicalScribePatientContext& GetPatientContext() const { return m_patientContext; }
42 inline bool PatientContextHasBeenSet() const { return m_patientContextHasBeenSet; }
43 template <typename PatientContextT = MedicalScribePatientContext>
44 void SetPatientContext(PatientContextT&& value) {
45 m_patientContextHasBeenSet = true;
46 m_patientContext = std::forward<PatientContextT>(value);
47 }
48 template <typename PatientContextT = MedicalScribePatientContext>
49 MedicalScribeContext& WithPatientContext(PatientContextT&& value) {
50 SetPatientContext(std::forward<PatientContextT>(value));
51 return *this;
52 }
54 private:
55 MedicalScribePatientContext m_patientContext;
56 bool m_patientContextHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace TranscribeStreamingService
61} // namespace Aws
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeContext()=default
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeContext(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeContext & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalScribeContext & WithPatientContext(PatientContextT &&value)
const MedicalScribePatientContext & GetPatientContext() const
Aws::Utils::Json::JsonValue JsonValue