AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
DefaultInteractiveLayoutConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DefaultGridLayoutConfiguration.h>
9#include <aws/quicksight/model/DefaultFreeFormLayoutConfiguration.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_QUICKSIGHT_API DefaultInteractiveLayoutConfiguration() = default;
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const DefaultGridLayoutConfiguration& GetGrid() const { return m_grid; }
48 inline bool GridHasBeenSet() const { return m_gridHasBeenSet; }
49 template<typename GridT = DefaultGridLayoutConfiguration>
50 void SetGrid(GridT&& value) { m_gridHasBeenSet = true; m_grid = std::forward<GridT>(value); }
51 template<typename GridT = DefaultGridLayoutConfiguration>
52 DefaultInteractiveLayoutConfiguration& WithGrid(GridT&& value) { SetGrid(std::forward<GridT>(value)); return *this;}
54
56
60 inline const DefaultFreeFormLayoutConfiguration& GetFreeForm() const { return m_freeForm; }
61 inline bool FreeFormHasBeenSet() const { return m_freeFormHasBeenSet; }
62 template<typename FreeFormT = DefaultFreeFormLayoutConfiguration>
63 void SetFreeForm(FreeFormT&& value) { m_freeFormHasBeenSet = true; m_freeForm = std::forward<FreeFormT>(value); }
64 template<typename FreeFormT = DefaultFreeFormLayoutConfiguration>
65 DefaultInteractiveLayoutConfiguration& WithFreeForm(FreeFormT&& value) { SetFreeForm(std::forward<FreeFormT>(value)); return *this;}
67 private:
68
70 bool m_gridHasBeenSet = false;
71
73 bool m_freeFormHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace QuickSight
78} // namespace Aws
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DefaultInteractiveLayoutConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API DefaultInteractiveLayoutConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
DefaultInteractiveLayoutConfiguration & WithFreeForm(FreeFormT &&value)
Aws::Utils::Json::JsonValue JsonValue