AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
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 inline void SetGrid(const DefaultGridLayoutConfiguration& value) { m_gridHasBeenSet = true; m_grid = value; }
50 inline void SetGrid(DefaultGridLayoutConfiguration&& value) { m_gridHasBeenSet = true; m_grid = std::move(value); }
52 inline DefaultInteractiveLayoutConfiguration& WithGrid(DefaultGridLayoutConfiguration&& value) { SetGrid(std::move(value)); return *this;}
54
56
60 inline const DefaultFreeFormLayoutConfiguration& GetFreeForm() const{ return m_freeForm; }
61 inline bool FreeFormHasBeenSet() const { return m_freeFormHasBeenSet; }
62 inline void SetFreeForm(const DefaultFreeFormLayoutConfiguration& value) { m_freeFormHasBeenSet = true; m_freeForm = value; }
63 inline void SetFreeForm(DefaultFreeFormLayoutConfiguration&& value) { m_freeFormHasBeenSet = true; m_freeForm = std::move(value); }
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
DefaultInteractiveLayoutConfiguration & WithFreeForm(DefaultFreeFormLayoutConfiguration &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DefaultInteractiveLayoutConfiguration(Aws::Utils::Json::JsonView jsonValue)
DefaultInteractiveLayoutConfiguration & WithGrid(const DefaultGridLayoutConfiguration &value)
AWS_QUICKSIGHT_API DefaultInteractiveLayoutConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
DefaultInteractiveLayoutConfiguration & WithGrid(DefaultGridLayoutConfiguration &&value)
DefaultInteractiveLayoutConfiguration & WithFreeForm(const DefaultFreeFormLayoutConfiguration &value)
Aws::Utils::Json::JsonValue JsonValue