AWS SDK for C++

AWS SDK for C++ Version 1.11.844

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
38 inline bool GetIsACLEnabled() const { return m_isACLEnabled; }
39 inline bool IsACLEnabledHasBeenSet() const { return m_isACLEnabledHasBeenSet; }
40 inline void SetIsACLEnabled(bool value) {
41 m_isACLEnabledHasBeenSet = true;
42 m_isACLEnabled = value;
43 }
45 SetIsACLEnabled(value);
46 return *this;
47 }
49 private:
50 bool m_isACLEnabled{false};
51 bool m_isACLEnabledHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace QuickSight
56} // 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