AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
ClinicalNoteGenerationSettings.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
9#include <aws/transcribestreaming/model/MedicalScribeNoteTemplate.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace TranscribeStreamingService {
21namespace Model {
22
30 public:
31 AWS_TRANSCRIBESTREAMINGSERVICE_API ClinicalNoteGenerationSettings() = default;
32 AWS_TRANSCRIBESTREAMINGSERVICE_API ClinicalNoteGenerationSettings(Aws::Utils::Json::JsonView jsonValue);
33 AWS_TRANSCRIBESTREAMINGSERVICE_API ClinicalNoteGenerationSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
51 inline const Aws::String& GetOutputBucketName() const { return m_outputBucketName; }
52 inline bool OutputBucketNameHasBeenSet() const { return m_outputBucketNameHasBeenSet; }
53 template <typename OutputBucketNameT = Aws::String>
54 void SetOutputBucketName(OutputBucketNameT&& value) {
55 m_outputBucketNameHasBeenSet = true;
56 m_outputBucketName = std::forward<OutputBucketNameT>(value);
57 }
58 template <typename OutputBucketNameT = Aws::String>
60 SetOutputBucketName(std::forward<OutputBucketNameT>(value));
61 return *this;
62 }
64
66
85 inline MedicalScribeNoteTemplate GetNoteTemplate() const { return m_noteTemplate; }
86 inline bool NoteTemplateHasBeenSet() const { return m_noteTemplateHasBeenSet; }
88 m_noteTemplateHasBeenSet = true;
89 m_noteTemplate = value;
90 }
92 SetNoteTemplate(value);
93 return *this;
94 }
96 private:
97 Aws::String m_outputBucketName;
98
100 bool m_outputBucketNameHasBeenSet = false;
101 bool m_noteTemplateHasBeenSet = false;
102};
103
104} // namespace Model
105} // namespace TranscribeStreamingService
106} // 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