AWS SDK for C++

AWS SDK for C++ Version 1.11.791

Loading...
Searching...
No Matches
MedicalScribeChannelDefinition.h
1
6#pragma once
7#include <aws/connecthealth/ConnectHealth_EXPORTS.h>
8#include <aws/connecthealth/model/MedicalScribeParticipantRole.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
28 public:
29 AWS_CONNECTHEALTH_API MedicalScribeChannelDefinition() = default;
32 AWS_CONNECTHEALTH_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline int GetChannelId() const { return m_channelId; }
39 inline bool ChannelIdHasBeenSet() const { return m_channelIdHasBeenSet; }
40 inline void SetChannelId(int value) {
41 m_channelIdHasBeenSet = true;
42 m_channelId = value;
43 }
45 SetChannelId(value);
46 return *this;
47 }
49
51
54 inline MedicalScribeParticipantRole GetParticipantRole() const { return m_participantRole; }
55 inline bool ParticipantRoleHasBeenSet() const { return m_participantRoleHasBeenSet; }
57 m_participantRoleHasBeenSet = true;
58 m_participantRole = value;
59 }
61 SetParticipantRole(value);
62 return *this;
63 }
65 private:
66 int m_channelId{0};
67
69 bool m_channelIdHasBeenSet = false;
70 bool m_participantRoleHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace ConnectHealth
75} // namespace Aws
AWS_CONNECTHEALTH_API MedicalScribeChannelDefinition(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTHEALTH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTHEALTH_API MedicalScribeChannelDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTHEALTH_API MedicalScribeChannelDefinition()=default
MedicalScribeChannelDefinition & WithParticipantRole(MedicalScribeParticipantRole value)
Aws::Utils::Json::JsonValue JsonValue