AWS SDK for C++

AWS SDK for C++ Version 1.11.791

Loading...
Searching...
No Matches
MedicalScribeTranscriptEvent.h
1
6#pragma once
7#include <aws/connecthealth/ConnectHealth_EXPORTS.h>
8#include <aws/connecthealth/model/MedicalScribeTranscriptSegment.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ConnectHealth {
20namespace Model {
21
29 public:
30 AWS_CONNECTHEALTH_API MedicalScribeTranscriptEvent() = default;
33 AWS_CONNECTHEALTH_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const MedicalScribeTranscriptSegment& GetTranscriptSegment() const { return m_transcriptSegment; }
40 inline bool TranscriptSegmentHasBeenSet() const { return m_transcriptSegmentHasBeenSet; }
41 template <typename TranscriptSegmentT = MedicalScribeTranscriptSegment>
42 void SetTranscriptSegment(TranscriptSegmentT&& value) {
43 m_transcriptSegmentHasBeenSet = true;
44 m_transcriptSegment = std::forward<TranscriptSegmentT>(value);
45 }
46 template <typename TranscriptSegmentT = MedicalScribeTranscriptSegment>
48 SetTranscriptSegment(std::forward<TranscriptSegmentT>(value));
49 return *this;
50 }
52 private:
53 MedicalScribeTranscriptSegment m_transcriptSegment;
54 bool m_transcriptSegmentHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace ConnectHealth
59} // namespace Aws
AWS_CONNECTHEALTH_API MedicalScribeTranscriptEvent(Aws::Utils::Json::JsonView jsonValue)
const MedicalScribeTranscriptSegment & GetTranscriptSegment() const
AWS_CONNECTHEALTH_API Aws::Utils::Json::JsonValue Jsonize() const
MedicalScribeTranscriptEvent & WithTranscriptSegment(TranscriptSegmentT &&value)
AWS_CONNECTHEALTH_API MedicalScribeTranscriptEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTHEALTH_API MedicalScribeTranscriptEvent()=default
Aws::Utils::Json::JsonValue JsonValue