AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const MedicalScribeParticipantRole& GetParticipantRole() const{ return m_participantRole; }
57 inline bool ParticipantRoleHasBeenSet() const { return m_participantRoleHasBeenSet; }
58 inline void SetParticipantRole(const MedicalScribeParticipantRole& value) { m_participantRoleHasBeenSet = true; m_participantRole = value; }
59 inline void SetParticipantRole(MedicalScribeParticipantRole&& value) { m_participantRoleHasBeenSet = true; m_participantRole = std::move(value); }
63 private:
64
65 int m_channelId;
66 bool m_channelIdHasBeenSet = false;
67
68 MedicalScribeParticipantRole m_participantRole;
69 bool m_participantRoleHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace TranscribeService
74} // namespace Aws
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
MedicalScribeChannelDefinition & WithParticipantRole(MedicalScribeParticipantRole &&value)
MedicalScribeChannelDefinition & WithParticipantRole(const MedicalScribeParticipantRole &value)
AWS_TRANSCRIBESERVICE_API MedicalScribeChannelDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESERVICE_API MedicalScribeChannelDefinition(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue