AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
SheetControlsOption.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DashboardUIState.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
28 public:
29 AWS_QUICKSIGHT_API SheetControlsOption() = default;
30 AWS_QUICKSIGHT_API SheetControlsOption(Aws::Utils::Json::JsonView jsonValue);
32 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline DashboardUIState GetVisibilityState() const { return m_visibilityState; }
39 inline bool VisibilityStateHasBeenSet() const { return m_visibilityStateHasBeenSet; }
41 m_visibilityStateHasBeenSet = true;
42 m_visibilityState = value;
43 }
45 SetVisibilityState(value);
46 return *this;
47 }
49 private:
51 bool m_visibilityStateHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace QuickSight
56} // namespace Aws
AWS_QUICKSIGHT_API SheetControlsOption(Aws::Utils::Json::JsonView jsonValue)
SheetControlsOption & WithVisibilityState(DashboardUIState value)
void SetVisibilityState(DashboardUIState value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API SheetControlsOption & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API SheetControlsOption()=default
Aws::Utils::Json::JsonValue JsonValue