AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
DataSetUsageConfiguration.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 DataSetUsageConfiguration() = default;
30 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline bool GetDisableUseAsDirectQuerySource() const { return m_disableUseAsDirectQuerySource; }
38 inline bool DisableUseAsDirectQuerySourceHasBeenSet() const { return m_disableUseAsDirectQuerySourceHasBeenSet; }
39 inline void SetDisableUseAsDirectQuerySource(bool value) {
40 m_disableUseAsDirectQuerySourceHasBeenSet = true;
41 m_disableUseAsDirectQuerySource = value;
42 }
45 return *this;
46 }
48
50
54 inline bool GetDisableUseAsImportedSource() const { return m_disableUseAsImportedSource; }
55 inline bool DisableUseAsImportedSourceHasBeenSet() const { return m_disableUseAsImportedSourceHasBeenSet; }
56 inline void SetDisableUseAsImportedSource(bool value) {
57 m_disableUseAsImportedSourceHasBeenSet = true;
58 m_disableUseAsImportedSource = value;
59 }
62 return *this;
63 }
65 private:
66 bool m_disableUseAsDirectQuerySource{false};
67
68 bool m_disableUseAsImportedSource{false};
69 bool m_disableUseAsDirectQuerySourceHasBeenSet = false;
70 bool m_disableUseAsImportedSourceHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace QuickSight
75} // namespace Aws
AWS_QUICKSIGHT_API DataSetUsageConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API DataSetUsageConfiguration()=default
DataSetUsageConfiguration & WithDisableUseAsDirectQuerySource(bool value)
DataSetUsageConfiguration & WithDisableUseAsImportedSource(bool value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DataSetUsageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue