7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DefaultGridLayoutConfiguration.h>
9#include <aws/quicksight/model/DefaultFreeFormLayoutConfiguration.h>
49 template<
typename Gr
idT = DefaultGr
idLayoutConfiguration>
50 void SetGrid(GridT&& value) { m_gridHasBeenSet =
true; m_grid = std::forward<GridT>(value); }
51 template<
typename Gr
idT = DefaultGr
idLayoutConfiguration>
62 template<
typename FreeFormT = DefaultFreeFormLayoutConfiguration>
63 void SetFreeForm(FreeFormT&& value) { m_freeFormHasBeenSet =
true; m_freeForm = std::forward<FreeFormT>(value); }
64 template<
typename FreeFormT = DefaultFreeFormLayoutConfiguration>
70 bool m_gridHasBeenSet =
false;
73 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