AWS SDK for C++

AWS SDK for C++ Version 1.11.632

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace TranscribeService
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_TRANSCRIBESERVICE_API MedicalScribeContext() = default;
37 AWS_TRANSCRIBESERVICE_API MedicalScribeContext(Aws::Utils::Json::JsonView jsonValue);
38 AWS_TRANSCRIBESERVICE_API MedicalScribeContext& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const MedicalScribePatientContext& GetPatientContext() const { return m_patientContext; }
47 inline bool PatientContextHasBeenSet() const { return m_patientContextHasBeenSet; }
48 template<typename PatientContextT = MedicalScribePatientContext>
49 void SetPatientContext(PatientContextT&& value) { m_patientContextHasBeenSet = true; m_patientContext = std::forward<PatientContextT>(value); }
50 template<typename PatientContextT = MedicalScribePatientContext>
51 MedicalScribeContext& WithPatientContext(PatientContextT&& value) { SetPatientContext(std::forward<PatientContextT>(value)); return *this;}
53 private:
54
55 MedicalScribePatientContext m_patientContext;
56 bool m_patientContextHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace TranscribeService
61} // 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