AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DataSetUsageConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_QUICKSIGHT_API DataSetUsageConfiguration();
36 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline bool GetDisableUseAsDirectQuerySource() const{ return m_disableUseAsDirectQuerySource; }
45 inline bool DisableUseAsDirectQuerySourceHasBeenSet() const { return m_disableUseAsDirectQuerySourceHasBeenSet; }
46 inline void SetDisableUseAsDirectQuerySource(bool value) { m_disableUseAsDirectQuerySourceHasBeenSet = true; m_disableUseAsDirectQuerySource = value; }
49
51
55 inline bool GetDisableUseAsImportedSource() const{ return m_disableUseAsImportedSource; }
56 inline bool DisableUseAsImportedSourceHasBeenSet() const { return m_disableUseAsImportedSourceHasBeenSet; }
57 inline void SetDisableUseAsImportedSource(bool value) { m_disableUseAsImportedSourceHasBeenSet = true; m_disableUseAsImportedSource = value; }
60 private:
61
62 bool m_disableUseAsDirectQuerySource;
63 bool m_disableUseAsDirectQuerySourceHasBeenSet = false;
64
65 bool m_disableUseAsImportedSource;
66 bool m_disableUseAsImportedSourceHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace QuickSight
71} // namespace Aws
AWS_QUICKSIGHT_API DataSetUsageConfiguration(Aws::Utils::Json::JsonView jsonValue)
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