AWS SDK for C++

AWS SDK for C++ Version 1.11.856

Loading...
Searching...
No Matches
DataQualityRuleResultsOptions.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/CatalogTableConfigOptions.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue {
20namespace Model {
21
29 public:
30 AWS_GLUE_API DataQualityRuleResultsOptions() = default;
34
36
39 inline bool GetWriteDataQualityRuleResultsEnabled() const { return m_writeDataQualityRuleResultsEnabled; }
40 inline bool WriteDataQualityRuleResultsEnabledHasBeenSet() const { return m_writeDataQualityRuleResultsEnabledHasBeenSet; }
41 inline void SetWriteDataQualityRuleResultsEnabled(bool value) {
42 m_writeDataQualityRuleResultsEnabledHasBeenSet = true;
43 m_writeDataQualityRuleResultsEnabled = value;
44 }
47 return *this;
48 }
50
52
55 inline const CatalogTableConfigOptions& GetCatalogTableConfig() const { return m_catalogTableConfig; }
56 inline bool CatalogTableConfigHasBeenSet() const { return m_catalogTableConfigHasBeenSet; }
57 template <typename CatalogTableConfigT = CatalogTableConfigOptions>
58 void SetCatalogTableConfig(CatalogTableConfigT&& value) {
59 m_catalogTableConfigHasBeenSet = true;
60 m_catalogTableConfig = std::forward<CatalogTableConfigT>(value);
61 }
62 template <typename CatalogTableConfigT = CatalogTableConfigOptions>
64 SetCatalogTableConfig(std::forward<CatalogTableConfigT>(value));
65 return *this;
66 }
68 private:
69 bool m_writeDataQualityRuleResultsEnabled{false};
70
71 CatalogTableConfigOptions m_catalogTableConfig;
72 bool m_writeDataQualityRuleResultsEnabledHasBeenSet = false;
73 bool m_catalogTableConfigHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace Glue
78} // namespace Aws
AWS_GLUE_API DataQualityRuleResultsOptions()=default
DataQualityRuleResultsOptions & WithCatalogTableConfig(CatalogTableConfigT &&value)
DataQualityRuleResultsOptions & WithWriteDataQualityRuleResultsEnabled(bool value)
AWS_GLUE_API DataQualityRuleResultsOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API DataQualityRuleResultsOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const CatalogTableConfigOptions & GetCatalogTableConfig() const
Aws::Utils::Json::JsonValue JsonValue