AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
MarginStyle.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 MarginStyle() = default;
28 AWS_QUICKSIGHT_API MarginStyle(Aws::Utils::Json::JsonView jsonValue);
29 AWS_QUICKSIGHT_API MarginStyle& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline bool GetShow() const { return m_show; }
37 inline bool ShowHasBeenSet() const { return m_showHasBeenSet; }
38 inline void SetShow(bool value) {
39 m_showHasBeenSet = true;
40 m_show = value;
41 }
42 inline MarginStyle& WithShow(bool value) {
43 SetShow(value);
44 return *this;
45 }
47 private:
48 bool m_show{false};
49 bool m_showHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace QuickSight
54} // namespace Aws
AWS_QUICKSIGHT_API MarginStyle(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API MarginStyle()=default
MarginStyle & WithShow(bool value)
Definition MarginStyle.h:42
AWS_QUICKSIGHT_API MarginStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue