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>
23namespace ConnectParticipant
48 template<
typename MediaPlacementT = WebRTCMediaPlacement>
49 void SetMediaPlacement(MediaPlacementT&& value) { m_mediaPlacementHasBeenSet =
true; m_mediaPlacement = std::forward<MediaPlacementT>(value); }
50 template<
typename MediaPlacementT = WebRTCMediaPlacement>
58 template<
typename MeetingFeaturesT = MeetingFeaturesConfiguration>
59 void SetMeetingFeatures(MeetingFeaturesT&& value) { m_meetingFeaturesHasBeenSet =
true; m_meetingFeatures = std::forward<MeetingFeaturesT>(value); }
60 template<
typename MeetingFeaturesT = MeetingFeaturesConfiguration>
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>
78 bool m_mediaPlacementHasBeenSet =
false;
81 bool m_meetingFeaturesHasBeenSet =
false;
84 bool m_meetingIdHasBeenSet =
false;
void SetMeetingId(MeetingIdT &&value)
void SetMeetingFeatures(MeetingFeaturesT &&value)
bool MeetingIdHasBeenSet() const
void SetMediaPlacement(MediaPlacementT &&value)
const Aws::String & GetMeetingId() const
bool MediaPlacementHasBeenSet() const
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
bool MeetingFeaturesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue