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/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/transcribe/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 TranscribeService
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_TRANSCRIBESERVICE_API MedicalScribeChannelDefinition() = default;
36 AWS_TRANSCRIBESERVICE_API MedicalScribeChannelDefinition(Aws::Utils::Json::JsonView jsonValue);
38 AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline int GetChannelId() const { return m_channelId; }
46 inline bool ChannelIdHasBeenSet() const { return m_channelIdHasBeenSet; }
47 inline void SetChannelId(int value) { m_channelIdHasBeenSet = true; m_channelId = value; }
48 inline MedicalScribeChannelDefinition& WithChannelId(int value) { SetChannelId(value); return *this;}
50
52
56 inline MedicalScribeParticipantRole GetParticipantRole() const { return m_participantRole; }
57 inline bool ParticipantRoleHasBeenSet() const { return m_participantRoleHasBeenSet; }
58 inline void SetParticipantRole(MedicalScribeParticipantRole value) { m_participantRoleHasBeenSet = true; m_participantRole = value; }
61 private:
62
63 int m_channelId{0};
64 bool m_channelIdHasBeenSet = false;
65
67 bool m_participantRoleHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace TranscribeService
72} // 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