7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/GridLayoutCanvasSizeOptions.h>
10#include <aws/quicksight/model/GridLayoutElement.h>
45 template <
typename ElementsT = Aws::Vector<Gr
idLayoutElement>>
47 m_elementsHasBeenSet =
true;
48 m_elements = std::forward<ElementsT>(value);
50 template <
typename ElementsT = Aws::Vector<Gr
idLayoutElement>>
55 template <
typename ElementsT = Gr
idLayoutElement>
57 m_elementsHasBeenSet =
true;
58 m_elements.emplace_back(std::forward<ElementsT>(value));
67 template <
typename CanvasSizeOptionsT = Gr
idLayoutCanvasSizeOptions>
69 m_canvasSizeOptionsHasBeenSet =
true;
70 m_canvasSizeOptions = std::forward<CanvasSizeOptionsT>(value);
72 template <
typename CanvasSizeOptionsT = Gr
idLayoutCanvasSizeOptions>
82 bool m_elementsHasBeenSet =
false;
83 bool m_canvasSizeOptionsHasBeenSet =
false;
void SetCanvasSizeOptions(CanvasSizeOptionsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API GridLayoutConfiguration(Aws::Utils::Json::JsonView jsonValue)
GridLayoutConfiguration & AddElements(ElementsT &&value)
AWS_QUICKSIGHT_API GridLayoutConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const GridLayoutCanvasSizeOptions & GetCanvasSizeOptions() const
bool CanvasSizeOptionsHasBeenSet() const
bool ElementsHasBeenSet() const
const Aws::Vector< GridLayoutElement > & GetElements() const
GridLayoutConfiguration & WithCanvasSizeOptions(CanvasSizeOptionsT &&value)
AWS_QUICKSIGHT_API GridLayoutConfiguration()=default
GridLayoutConfiguration & WithElements(ElementsT &&value)
void SetElements(ElementsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue