AWS SDK for C++

AWS SDK for C++ Version 1.11.891

Loading...
Searching...
No Matches
AccessControlConfiguration.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
28 public:
29 AWS_QUICKSIGHT_API AccessControlConfiguration() = default;
32 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
45 inline bool GetIsACLEnabled() const { return m_isACLEnabled; }
46 inline bool IsACLEnabledHasBeenSet() const { return m_isACLEnabledHasBeenSet; }
47 inline void SetIsACLEnabled(bool value) {
48 m_isACLEnabledHasBeenSet = true;
49 m_isACLEnabled = value;
50 }
52 SetIsACLEnabled(value);
53 return *this;
54 }
56 private:
57 bool m_isACLEnabled{false};
58 bool m_isACLEnabledHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace QuickSight
63} // namespace Aws
AWS_QUICKSIGHT_API AccessControlConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AccessControlConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AccessControlConfiguration()=default
AccessControlConfiguration & WithIsACLEnabled(bool value)
Aws::Utils::Json::JsonValue JsonValue