AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
GutterStyle.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace QuickSight {
17namespace Model {
18
26 public:
27 AWS_QUICKSIGHT_API GutterStyle() = default;
28 AWS_QUICKSIGHT_API GutterStyle(Aws::Utils::Json::JsonView jsonValue);
29 AWS_QUICKSIGHT_API GutterStyle& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline bool GetShow() const { return m_show; }
38 inline bool ShowHasBeenSet() const { return m_showHasBeenSet; }
39 inline void SetShow(bool value) {
40 m_showHasBeenSet = true;
41 m_show = value;
42 }
43 inline GutterStyle& WithShow(bool value) {
44 SetShow(value);
45 return *this;
46 }
48 private:
49 bool m_show{false};
50 bool m_showHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace QuickSight
55} // namespace Aws
AWS_QUICKSIGHT_API GutterStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API GutterStyle()=default
GutterStyle & WithShow(bool value)
Definition GutterStyle.h:43
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API GutterStyle(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue