AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ClinicalNoteGenerationSettings.h
1
6#pragma once
7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/transcribestreaming/model/MedicalScribeNoteTemplate.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace TranscribeStreamingService
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_TRANSCRIBESTREAMINGSERVICE_API ClinicalNoteGenerationSettings() = default;
37 AWS_TRANSCRIBESTREAMINGSERVICE_API ClinicalNoteGenerationSettings(Aws::Utils::Json::JsonView jsonValue);
38 AWS_TRANSCRIBESTREAMINGSERVICE_API ClinicalNoteGenerationSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
57 inline const Aws::String& GetOutputBucketName() const { return m_outputBucketName; }
58 inline bool OutputBucketNameHasBeenSet() const { return m_outputBucketNameHasBeenSet; }
59 template<typename OutputBucketNameT = Aws::String>
60 void SetOutputBucketName(OutputBucketNameT&& value) { m_outputBucketNameHasBeenSet = true; m_outputBucketName = std::forward<OutputBucketNameT>(value); }
61 template<typename OutputBucketNameT = Aws::String>
62 ClinicalNoteGenerationSettings& WithOutputBucketName(OutputBucketNameT&& value) { SetOutputBucketName(std::forward<OutputBucketNameT>(value)); return *this;}
64
66
85 inline MedicalScribeNoteTemplate GetNoteTemplate() const { return m_noteTemplate; }
86 inline bool NoteTemplateHasBeenSet() const { return m_noteTemplateHasBeenSet; }
87 inline void SetNoteTemplate(MedicalScribeNoteTemplate value) { m_noteTemplateHasBeenSet = true; m_noteTemplate = value; }
90 private:
91
92 Aws::String m_outputBucketName;
93 bool m_outputBucketNameHasBeenSet = false;
94
96 bool m_noteTemplateHasBeenSet = false;
97 };
98
99} // namespace Model
100} // namespace TranscribeStreamingService
101} // namespace Aws
AWS_TRANSCRIBESTREAMINGSERVICE_API ClinicalNoteGenerationSettings()=default
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ClinicalNoteGenerationSettings & WithOutputBucketName(OutputBucketNameT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API ClinicalNoteGenerationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
ClinicalNoteGenerationSettings & WithNoteTemplate(MedicalScribeNoteTemplate value)
AWS_TRANSCRIBESTREAMINGSERVICE_API ClinicalNoteGenerationSettings(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue