AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
RowLevelPermissionConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/RowLevelPermissionDataSet.h>
9#include <aws/quicksight/model/RowLevelPermissionTagConfiguration.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
29 public:
30 AWS_QUICKSIGHT_API RowLevelPermissionConfiguration() = default;
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
37 inline const RowLevelPermissionTagConfiguration& GetTagConfiguration() const { return m_tagConfiguration; }
38 inline bool TagConfigurationHasBeenSet() const { return m_tagConfigurationHasBeenSet; }
39 template <typename TagConfigurationT = RowLevelPermissionTagConfiguration>
40 void SetTagConfiguration(TagConfigurationT&& value) {
41 m_tagConfigurationHasBeenSet = true;
42 m_tagConfiguration = std::forward<TagConfigurationT>(value);
43 }
44 template <typename TagConfigurationT = RowLevelPermissionTagConfiguration>
46 SetTagConfiguration(std::forward<TagConfigurationT>(value));
47 return *this;
48 }
50
52
53 inline const RowLevelPermissionDataSet& GetRowLevelPermissionDataSet() const { return m_rowLevelPermissionDataSet; }
54 inline bool RowLevelPermissionDataSetHasBeenSet() const { return m_rowLevelPermissionDataSetHasBeenSet; }
55 template <typename RowLevelPermissionDataSetT = RowLevelPermissionDataSet>
56 void SetRowLevelPermissionDataSet(RowLevelPermissionDataSetT&& value) {
57 m_rowLevelPermissionDataSetHasBeenSet = true;
58 m_rowLevelPermissionDataSet = std::forward<RowLevelPermissionDataSetT>(value);
59 }
60 template <typename RowLevelPermissionDataSetT = RowLevelPermissionDataSet>
62 SetRowLevelPermissionDataSet(std::forward<RowLevelPermissionDataSetT>(value));
63 return *this;
64 }
66 private:
67 RowLevelPermissionTagConfiguration m_tagConfiguration;
68
69 RowLevelPermissionDataSet m_rowLevelPermissionDataSet;
70 bool m_tagConfigurationHasBeenSet = false;
71 bool m_rowLevelPermissionDataSetHasBeenSet = false;
72};
73
74} // namespace Model
75} // namespace QuickSight
76} // namespace Aws
AWS_QUICKSIGHT_API RowLevelPermissionConfiguration()=default
const RowLevelPermissionTagConfiguration & GetTagConfiguration() const
RowLevelPermissionConfiguration & WithTagConfiguration(TagConfigurationT &&value)
AWS_QUICKSIGHT_API RowLevelPermissionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const RowLevelPermissionDataSet & GetRowLevelPermissionDataSet() const
RowLevelPermissionConfiguration & WithRowLevelPermissionDataSet(RowLevelPermissionDataSetT &&value)
AWS_QUICKSIGHT_API RowLevelPermissionConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue