AWS SDK for C++

AWS SDK for C++ Version 1.11.741

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