7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/model/VideoAspectRatio.h>
10#include <aws/ivs-realtime/model/VideoFillMode.h>
54 template<
typename FeaturedParticipantAttributeT = Aws::String>
55 void SetFeaturedParticipantAttribute(FeaturedParticipantAttributeT&& value) { m_featuredParticipantAttributeHasBeenSet =
true; m_featuredParticipantAttribute = std::forward<FeaturedParticipantAttributeT>(value); }
56 template<
typename FeaturedParticipantAttributeT = Aws::String>
67 inline void SetOmitStoppedVideo(
bool value) { m_omitStoppedVideoHasBeenSet =
true; m_omitStoppedVideo = value; }
104 inline void SetGridGap(
int value) { m_gridGapHasBeenSet =
true; m_gridGap = value; }
110 bool m_featuredParticipantAttributeHasBeenSet =
false;
112 bool m_omitStoppedVideo{
false};
113 bool m_omitStoppedVideoHasBeenSet =
false;
116 bool m_videoAspectRatioHasBeenSet =
false;
119 bool m_videoFillModeHasBeenSet =
false;
122 bool m_gridGapHasBeenSet =
false;
GridConfiguration & WithVideoAspectRatio(VideoAspectRatio value)
AWS_IVSREALTIME_API GridConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool VideoFillModeHasBeenSet() const
AWS_IVSREALTIME_API GridConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVideoAspectRatio(VideoAspectRatio value)
AWS_IVSREALTIME_API GridConfiguration()=default
GridConfiguration & WithFeaturedParticipantAttribute(FeaturedParticipantAttributeT &&value)
void SetOmitStoppedVideo(bool value)
void SetFeaturedParticipantAttribute(FeaturedParticipantAttributeT &&value)
bool FeaturedParticipantAttributeHasBeenSet() const
VideoFillMode GetVideoFillMode() const
VideoAspectRatio GetVideoAspectRatio() const
GridConfiguration & WithGridGap(int value)
bool GridGapHasBeenSet() const
void SetVideoFillMode(VideoFillMode value)
GridConfiguration & WithVideoFillMode(VideoFillMode value)
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool OmitStoppedVideoHasBeenSet() const
GridConfiguration & WithOmitStoppedVideo(bool value)
const Aws::String & GetFeaturedParticipantAttribute() const
void SetGridGap(int value)
bool VideoAspectRatioHasBeenSet() const
bool GetOmitStoppedVideo() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue