AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
MedicalScribeChannelDefinition.h
1
6#pragma once
7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/transcribestreaming/model/MedicalScribeParticipantRole.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 TranscribeStreamingService
22{
23namespace Model
24{
25
42 {
43 public:
44 AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeChannelDefinition() = default;
45 AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeChannelDefinition(Aws::Utils::Json::JsonView jsonValue);
46 AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeChannelDefinition& operator=(Aws::Utils::Json::JsonView jsonValue);
47 AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
48
49
51
54 inline int GetChannelId() const { return m_channelId; }
55 inline bool ChannelIdHasBeenSet() const { return m_channelIdHasBeenSet; }
56 inline void SetChannelId(int value) { m_channelIdHasBeenSet = true; m_channelId = value; }
57 inline MedicalScribeChannelDefinition& WithChannelId(int value) { SetChannelId(value); return *this;}
59
61
65 inline MedicalScribeParticipantRole GetParticipantRole() const { return m_participantRole; }
66 inline bool ParticipantRoleHasBeenSet() const { return m_participantRoleHasBeenSet; }
67 inline void SetParticipantRole(MedicalScribeParticipantRole value) { m_participantRoleHasBeenSet = true; m_participantRole = value; }
70 private:
71
72 int m_channelId{0};
73 bool m_channelIdHasBeenSet = false;
74
76 bool m_participantRoleHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace TranscribeStreamingService
81} // namespace Aws
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeChannelDefinition()=default
MedicalScribeChannelDefinition & WithParticipantRole(MedicalScribeParticipantRole value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeChannelDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeChannelDefinition(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue