7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/GutterStyle.h>
9#include <aws/quicksight/model/MarginStyle.h>
48 template<
typename GutterT = GutterStyle>
49 void SetGutter(GutterT&& value) { m_gutterHasBeenSet =
true; m_gutter = std::forward<GutterT>(value); }
50 template<
typename GutterT = GutterStyle>
60 template<
typename MarginT = MarginStyle>
61 void SetMargin(MarginT&& value) { m_marginHasBeenSet =
true; m_margin = std::forward<MarginT>(value); }
62 template<
typename MarginT = MarginStyle>
68 bool m_gutterHasBeenSet =
false;
71 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