7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DefaultFreeFormLayoutConfiguration.h>
9#include <aws/quicksight/model/DefaultGridLayoutConfiguration.h>
43 template <
typename Gr
idT = DefaultGr
idLayoutConfiguration>
45 m_gridHasBeenSet =
true;
46 m_grid = std::forward<GridT>(value);
48 template <
typename Gr
idT = DefaultGr
idLayoutConfiguration>
50 SetGrid(std::forward<GridT>(value));
62 template <
typename FreeFormT = DefaultFreeFormLayoutConfiguration>
64 m_freeFormHasBeenSet =
true;
65 m_freeForm = std::forward<FreeFormT>(value);
67 template <
typename FreeFormT = DefaultFreeFormLayoutConfiguration>
77 bool m_gridHasBeenSet =
false;
78 bool m_freeFormHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DefaultInteractiveLayoutConfiguration(Aws::Utils::Json::JsonView jsonValue)
const DefaultGridLayoutConfiguration & GetGrid() const
AWS_QUICKSIGHT_API DefaultInteractiveLayoutConfiguration()=default
AWS_QUICKSIGHT_API DefaultInteractiveLayoutConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FreeFormHasBeenSet() const
void SetGrid(GridT &&value)
const DefaultFreeFormLayoutConfiguration & GetFreeForm() const
DefaultInteractiveLayoutConfiguration & WithFreeForm(FreeFormT &&value)
bool GridHasBeenSet() const
DefaultInteractiveLayoutConfiguration & WithGrid(GridT &&value)
void SetFreeForm(FreeFormT &&value)
Aws::Utils::Json::JsonValue JsonValue