AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LayoutConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/GridLayoutConfiguration.h>
9#include <aws/quicksight/model/FreeFormLayoutConfiguration.h>
10#include <aws/quicksight/model/SectionBasedLayoutConfiguration.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 QuickSight
24{
25namespace Model
26{
27
36 {
37 public:
38 AWS_QUICKSIGHT_API LayoutConfiguration();
39 AWS_QUICKSIGHT_API LayoutConfiguration(Aws::Utils::Json::JsonView jsonValue);
41 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
52 inline const GridLayoutConfiguration& GetGridLayout() const{ return m_gridLayout; }
53 inline bool GridLayoutHasBeenSet() const { return m_gridLayoutHasBeenSet; }
54 inline void SetGridLayout(const GridLayoutConfiguration& value) { m_gridLayoutHasBeenSet = true; m_gridLayout = value; }
55 inline void SetGridLayout(GridLayoutConfiguration&& value) { m_gridLayoutHasBeenSet = true; m_gridLayout = std::move(value); }
56 inline LayoutConfiguration& WithGridLayout(const GridLayoutConfiguration& value) { SetGridLayout(value); return *this;}
57 inline LayoutConfiguration& WithGridLayout(GridLayoutConfiguration&& value) { SetGridLayout(std::move(value)); return *this;}
59
61
65 inline const FreeFormLayoutConfiguration& GetFreeFormLayout() const{ return m_freeFormLayout; }
66 inline bool FreeFormLayoutHasBeenSet() const { return m_freeFormLayoutHasBeenSet; }
67 inline void SetFreeFormLayout(const FreeFormLayoutConfiguration& value) { m_freeFormLayoutHasBeenSet = true; m_freeFormLayout = value; }
68 inline void SetFreeFormLayout(FreeFormLayoutConfiguration&& value) { m_freeFormLayoutHasBeenSet = true; m_freeFormLayout = std::move(value); }
70 inline LayoutConfiguration& WithFreeFormLayout(FreeFormLayoutConfiguration&& value) { SetFreeFormLayout(std::move(value)); return *this;}
72
74
78 inline const SectionBasedLayoutConfiguration& GetSectionBasedLayout() const{ return m_sectionBasedLayout; }
79 inline bool SectionBasedLayoutHasBeenSet() const { return m_sectionBasedLayoutHasBeenSet; }
80 inline void SetSectionBasedLayout(const SectionBasedLayoutConfiguration& value) { m_sectionBasedLayoutHasBeenSet = true; m_sectionBasedLayout = value; }
81 inline void SetSectionBasedLayout(SectionBasedLayoutConfiguration&& value) { m_sectionBasedLayoutHasBeenSet = true; m_sectionBasedLayout = std::move(value); }
85 private:
86
87 GridLayoutConfiguration m_gridLayout;
88 bool m_gridLayoutHasBeenSet = false;
89
90 FreeFormLayoutConfiguration m_freeFormLayout;
91 bool m_freeFormLayoutHasBeenSet = false;
92
93 SectionBasedLayoutConfiguration m_sectionBasedLayout;
94 bool m_sectionBasedLayoutHasBeenSet = false;
95 };
96
97} // namespace Model
98} // namespace QuickSight
99} // namespace Aws
void SetFreeFormLayout(const FreeFormLayoutConfiguration &value)
const FreeFormLayoutConfiguration & GetFreeFormLayout() const
void SetGridLayout(GridLayoutConfiguration &&value)
void SetFreeFormLayout(FreeFormLayoutConfiguration &&value)
LayoutConfiguration & WithSectionBasedLayout(SectionBasedLayoutConfiguration &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API LayoutConfiguration(Aws::Utils::Json::JsonView jsonValue)
LayoutConfiguration & WithSectionBasedLayout(const SectionBasedLayoutConfiguration &value)
LayoutConfiguration & WithGridLayout(GridLayoutConfiguration &&value)
AWS_QUICKSIGHT_API LayoutConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const GridLayoutConfiguration & GetGridLayout() const
void SetSectionBasedLayout(const SectionBasedLayoutConfiguration &value)
void SetSectionBasedLayout(SectionBasedLayoutConfiguration &&value)
LayoutConfiguration & WithFreeFormLayout(FreeFormLayoutConfiguration &&value)
void SetGridLayout(const GridLayoutConfiguration &value)
const SectionBasedLayoutConfiguration & GetSectionBasedLayout() const
LayoutConfiguration & WithGridLayout(const GridLayoutConfiguration &value)
LayoutConfiguration & WithFreeFormLayout(const FreeFormLayoutConfiguration &value)
Aws::Utils::Json::JsonValue JsonValue