AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
MedicalScribeChannelDefinition.h
1
6#pragma once
7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/transcribe/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 TranscribeService {
20namespace Model {
21
29 public:
30 AWS_TRANSCRIBESERVICE_API MedicalScribeChannelDefinition() = default;
31 AWS_TRANSCRIBESERVICE_API MedicalScribeChannelDefinition(Aws::Utils::Json::JsonView jsonValue);
33 AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline int GetChannelId() const { return m_channelId; }
40 inline bool ChannelIdHasBeenSet() const { return m_channelIdHasBeenSet; }
41 inline void SetChannelId(int value) {
42 m_channelIdHasBeenSet = true;
43 m_channelId = value;
44 }
46 SetChannelId(value);
47 return *this;
48 }
50
52
56 inline MedicalScribeParticipantRole GetParticipantRole() const { return m_participantRole; }
57 inline bool ParticipantRoleHasBeenSet() const { return m_participantRoleHasBeenSet; }
59 m_participantRoleHasBeenSet = true;
60 m_participantRole = value;
61 }
63 SetParticipantRole(value);
64 return *this;
65 }
67 private:
68 int m_channelId{0};
69
71 bool m_channelIdHasBeenSet = false;
72 bool m_participantRoleHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace TranscribeService
77} // namespace Aws
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
MedicalScribeChannelDefinition & WithParticipantRole(MedicalScribeParticipantRole value)
AWS_TRANSCRIBESERVICE_API MedicalScribeChannelDefinition()=default
AWS_TRANSCRIBESERVICE_API MedicalScribeChannelDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESERVICE_API MedicalScribeChannelDefinition(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue