AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DQResultsPublishingOptions.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Glue
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_GLUE_API DQResultsPublishingOptions() = default;
39
40
42
45 inline const Aws::String& GetEvaluationContext() const { return m_evaluationContext; }
46 inline bool EvaluationContextHasBeenSet() const { return m_evaluationContextHasBeenSet; }
47 template<typename EvaluationContextT = Aws::String>
48 void SetEvaluationContext(EvaluationContextT&& value) { m_evaluationContextHasBeenSet = true; m_evaluationContext = std::forward<EvaluationContextT>(value); }
49 template<typename EvaluationContextT = Aws::String>
50 DQResultsPublishingOptions& WithEvaluationContext(EvaluationContextT&& value) { SetEvaluationContext(std::forward<EvaluationContextT>(value)); return *this;}
52
54
57 inline const Aws::String& GetResultsS3Prefix() const { return m_resultsS3Prefix; }
58 inline bool ResultsS3PrefixHasBeenSet() const { return m_resultsS3PrefixHasBeenSet; }
59 template<typename ResultsS3PrefixT = Aws::String>
60 void SetResultsS3Prefix(ResultsS3PrefixT&& value) { m_resultsS3PrefixHasBeenSet = true; m_resultsS3Prefix = std::forward<ResultsS3PrefixT>(value); }
61 template<typename ResultsS3PrefixT = Aws::String>
62 DQResultsPublishingOptions& WithResultsS3Prefix(ResultsS3PrefixT&& value) { SetResultsS3Prefix(std::forward<ResultsS3PrefixT>(value)); return *this;}
64
66
69 inline bool GetCloudWatchMetricsEnabled() const { return m_cloudWatchMetricsEnabled; }
70 inline bool CloudWatchMetricsEnabledHasBeenSet() const { return m_cloudWatchMetricsEnabledHasBeenSet; }
71 inline void SetCloudWatchMetricsEnabled(bool value) { m_cloudWatchMetricsEnabledHasBeenSet = true; m_cloudWatchMetricsEnabled = value; }
74
76
79 inline bool GetResultsPublishingEnabled() const { return m_resultsPublishingEnabled; }
80 inline bool ResultsPublishingEnabledHasBeenSet() const { return m_resultsPublishingEnabledHasBeenSet; }
81 inline void SetResultsPublishingEnabled(bool value) { m_resultsPublishingEnabledHasBeenSet = true; m_resultsPublishingEnabled = value; }
84 private:
85
86 Aws::String m_evaluationContext;
87 bool m_evaluationContextHasBeenSet = false;
88
89 Aws::String m_resultsS3Prefix;
90 bool m_resultsS3PrefixHasBeenSet = false;
91
92 bool m_cloudWatchMetricsEnabled{false};
93 bool m_cloudWatchMetricsEnabledHasBeenSet = false;
94
95 bool m_resultsPublishingEnabled{false};
96 bool m_resultsPublishingEnabledHasBeenSet = false;
97 };
98
99} // namespace Model
100} // namespace Glue
101} // namespace Aws
AWS_GLUE_API DQResultsPublishingOptions()=default
AWS_GLUE_API DQResultsPublishingOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
DQResultsPublishingOptions & WithCloudWatchMetricsEnabled(bool value)
DQResultsPublishingOptions & WithResultsS3Prefix(ResultsS3PrefixT &&value)
AWS_GLUE_API DQResultsPublishingOptions(Aws::Utils::Json::JsonView jsonValue)
DQResultsPublishingOptions & WithResultsPublishingEnabled(bool value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DQResultsPublishingOptions & WithEvaluationContext(EvaluationContextT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue