7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/GutterStyle.h>
9#include <aws/quicksight/model/MarginStyle.h>
42 template <
typename GutterT = GutterStyle>
44 m_gutterHasBeenSet =
true;
45 m_gutter = std::forward<GutterT>(value);
47 template <
typename GutterT = GutterStyle>
60 template <
typename MarginT = MarginStyle>
62 m_marginHasBeenSet =
true;
63 m_margin = std::forward<MarginT>(value);
65 template <
typename MarginT = MarginStyle>
75 bool m_gutterHasBeenSet =
false;
76 bool m_marginHasBeenSet =
false;
void SetMargin(MarginT &&value)
TileLayoutStyle & WithGutter(GutterT &&value)
AWS_QUICKSIGHT_API TileLayoutStyle()=default
AWS_QUICKSIGHT_API TileLayoutStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
const MarginStyle & GetMargin() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const GutterStyle & GetGutter() const
AWS_QUICKSIGHT_API TileLayoutStyle(Aws::Utils::Json::JsonView jsonValue)
void SetGutter(GutterT &&value)
bool MarginHasBeenSet() const
TileLayoutStyle & WithMargin(MarginT &&value)
bool GutterHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue