AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TileLayoutStyle.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/GutterStyle.h>
9#include <aws/quicksight/model/MarginStyle.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:
36 AWS_QUICKSIGHT_API TileLayoutStyle();
37 AWS_QUICKSIGHT_API TileLayoutStyle(Aws::Utils::Json::JsonView jsonValue);
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const GutterStyle& GetGutter() const{ return m_gutter; }
47 inline bool GutterHasBeenSet() const { return m_gutterHasBeenSet; }
48 inline void SetGutter(const GutterStyle& value) { m_gutterHasBeenSet = true; m_gutter = value; }
49 inline void SetGutter(GutterStyle&& value) { m_gutterHasBeenSet = true; m_gutter = std::move(value); }
50 inline TileLayoutStyle& WithGutter(const GutterStyle& value) { SetGutter(value); return *this;}
51 inline TileLayoutStyle& WithGutter(GutterStyle&& value) { SetGutter(std::move(value)); return *this;}
53
55
58 inline const MarginStyle& GetMargin() const{ return m_margin; }
59 inline bool MarginHasBeenSet() const { return m_marginHasBeenSet; }
60 inline void SetMargin(const MarginStyle& value) { m_marginHasBeenSet = true; m_margin = value; }
61 inline void SetMargin(MarginStyle&& value) { m_marginHasBeenSet = true; m_margin = std::move(value); }
62 inline TileLayoutStyle& WithMargin(const MarginStyle& value) { SetMargin(value); return *this;}
63 inline TileLayoutStyle& WithMargin(MarginStyle&& value) { SetMargin(std::move(value)); return *this;}
65 private:
66
67 GutterStyle m_gutter;
68 bool m_gutterHasBeenSet = false;
69
70 MarginStyle m_margin;
71 bool m_marginHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace QuickSight
76} // namespace Aws
TileLayoutStyle & WithGutter(const GutterStyle &value)
AWS_QUICKSIGHT_API TileLayoutStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGutter(const GutterStyle &value)
const MarginStyle & GetMargin() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TileLayoutStyle & WithMargin(MarginStyle &&value)
const GutterStyle & GetGutter() const
TileLayoutStyle & WithGutter(GutterStyle &&value)
TileLayoutStyle & WithMargin(const MarginStyle &value)
void SetMargin(const MarginStyle &value)
AWS_QUICKSIGHT_API TileLayoutStyle(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue