AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
DefaultInteractiveLayoutConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DefaultFreeFormLayoutConfiguration.h>
9#include <aws/quicksight/model/DefaultGridLayoutConfiguration.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
30 public:
31 AWS_QUICKSIGHT_API DefaultInteractiveLayoutConfiguration() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const DefaultGridLayoutConfiguration& GetGrid() const { return m_grid; }
42 inline bool GridHasBeenSet() const { return m_gridHasBeenSet; }
43 template <typename GridT = DefaultGridLayoutConfiguration>
44 void SetGrid(GridT&& value) {
45 m_gridHasBeenSet = true;
46 m_grid = std::forward<GridT>(value);
47 }
48 template <typename GridT = DefaultGridLayoutConfiguration>
50 SetGrid(std::forward<GridT>(value));
51 return *this;
52 }
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) {
64 m_freeFormHasBeenSet = true;
65 m_freeForm = std::forward<FreeFormT>(value);
66 }
67 template <typename FreeFormT = DefaultFreeFormLayoutConfiguration>
69 SetFreeForm(std::forward<FreeFormT>(value));
70 return *this;
71 }
73 private:
75
77 bool m_gridHasBeenSet = false;
78 bool m_freeFormHasBeenSet = false;
79};
80
81} // namespace Model
82} // namespace QuickSight
83} // 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