AWS SDK for C++

AWS SDK for C++ Version 1.11.644

Loading...
Searching...
No Matches
WebRTCMeeting.h
1
6#pragma once
7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/model/WebRTCMediaPlacement.h>
9#include <aws/connectparticipant/model/MeetingFeaturesConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace ConnectParticipant
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_CONNECTPARTICIPANT_API WebRTCMeeting() = default;
37 AWS_CONNECTPARTICIPANT_API WebRTCMeeting(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CONNECTPARTICIPANT_API WebRTCMeeting& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_CONNECTPARTICIPANT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const WebRTCMediaPlacement& GetMediaPlacement() const { return m_mediaPlacement; }
47 inline bool MediaPlacementHasBeenSet() const { return m_mediaPlacementHasBeenSet; }
48 template<typename MediaPlacementT = WebRTCMediaPlacement>
49 void SetMediaPlacement(MediaPlacementT&& value) { m_mediaPlacementHasBeenSet = true; m_mediaPlacement = std::forward<MediaPlacementT>(value); }
50 template<typename MediaPlacementT = WebRTCMediaPlacement>
51 WebRTCMeeting& WithMediaPlacement(MediaPlacementT&& value) { SetMediaPlacement(std::forward<MediaPlacementT>(value)); return *this;}
53
55
56 inline const MeetingFeaturesConfiguration& GetMeetingFeatures() const { return m_meetingFeatures; }
57 inline bool MeetingFeaturesHasBeenSet() const { return m_meetingFeaturesHasBeenSet; }
58 template<typename MeetingFeaturesT = MeetingFeaturesConfiguration>
59 void SetMeetingFeatures(MeetingFeaturesT&& value) { m_meetingFeaturesHasBeenSet = true; m_meetingFeatures = std::forward<MeetingFeaturesT>(value); }
60 template<typename MeetingFeaturesT = MeetingFeaturesConfiguration>
61 WebRTCMeeting& WithMeetingFeatures(MeetingFeaturesT&& value) { SetMeetingFeatures(std::forward<MeetingFeaturesT>(value)); return *this;}
63
65
68 inline const Aws::String& GetMeetingId() const { return m_meetingId; }
69 inline bool MeetingIdHasBeenSet() const { return m_meetingIdHasBeenSet; }
70 template<typename MeetingIdT = Aws::String>
71 void SetMeetingId(MeetingIdT&& value) { m_meetingIdHasBeenSet = true; m_meetingId = std::forward<MeetingIdT>(value); }
72 template<typename MeetingIdT = Aws::String>
73 WebRTCMeeting& WithMeetingId(MeetingIdT&& value) { SetMeetingId(std::forward<MeetingIdT>(value)); return *this;}
75 private:
76
77 WebRTCMediaPlacement m_mediaPlacement;
78 bool m_mediaPlacementHasBeenSet = false;
79
80 MeetingFeaturesConfiguration m_meetingFeatures;
81 bool m_meetingFeaturesHasBeenSet = false;
82
83 Aws::String m_meetingId;
84 bool m_meetingIdHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace ConnectParticipant
89} // namespace Aws
void SetMeetingFeatures(MeetingFeaturesT &&value)
void SetMediaPlacement(MediaPlacementT &&value)
const MeetingFeaturesConfiguration & GetMeetingFeatures() const
const WebRTCMediaPlacement & GetMediaPlacement() const
WebRTCMeeting & WithMeetingFeatures(MeetingFeaturesT &&value)
AWS_CONNECTPARTICIPANT_API WebRTCMeeting()=default
WebRTCMeeting & WithMediaPlacement(MediaPlacementT &&value)
WebRTCMeeting & WithMeetingId(MeetingIdT &&value)
AWS_CONNECTPARTICIPANT_API WebRTCMeeting(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTPARTICIPANT_API WebRTCMeeting & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTPARTICIPANT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue