7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/DQResultsPublishingOptions.h>
11#include <aws/glue/model/DQStopJobOnFailureOptions.h>
12#include <aws/glue/model/DQTransformOutput.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
63 template <
typename InputsT = Aws::Vector<Aws::String>>
65 m_inputsHasBeenSet =
true;
66 m_inputs = std::forward<InputsT>(value);
68 template <
typename InputsT = Aws::Vector<Aws::String>>
73 template <
typename InputsT = Aws::String>
75 m_inputsHasBeenSet =
true;
76 m_inputs.emplace_back(std::forward<InputsT>(value));
87 template <
typename RulesetT = Aws::String>
89 m_rulesetHasBeenSet =
true;
90 m_ruleset = std::forward<RulesetT>(value);
92 template <
typename RulesetT = Aws::String>
106 m_outputHasBeenSet =
true;
121 template <
typename PublishingOptionsT = DQResultsPublishingOptions>
123 m_publishingOptionsHasBeenSet =
true;
124 m_publishingOptions = std::forward<PublishingOptionsT>(value);
126 template <
typename PublishingOptionsT = DQResultsPublishingOptions>
140 template <
typename StopJobOnFailureOptionsT = DQStopJobOnFailureOptions>
142 m_stopJobOnFailureOptionsHasBeenSet =
true;
143 m_stopJobOnFailureOptions = std::forward<StopJobOnFailureOptionsT>(value);
145 template <
typename StopJobOnFailureOptionsT = DQStopJobOnFailureOptions>
160 DQResultsPublishingOptions m_publishingOptions;
162 DQStopJobOnFailureOptions m_stopJobOnFailureOptions;
163 bool m_nameHasBeenSet =
false;
164 bool m_inputsHasBeenSet =
false;
165 bool m_rulesetHasBeenSet =
false;
166 bool m_outputHasBeenSet =
false;
167 bool m_publishingOptionsHasBeenSet =
false;
168 bool m_stopJobOnFailureOptionsHasBeenSet =
false;
AWS_GLUE_API EvaluateDataQuality & operator=(Aws::Utils::Json::JsonView jsonValue)
const DQResultsPublishingOptions & GetPublishingOptions() const
EvaluateDataQuality & WithOutput(DQTransformOutput value)
bool InputsHasBeenSet() const
AWS_GLUE_API EvaluateDataQuality()=default
const DQStopJobOnFailureOptions & GetStopJobOnFailureOptions() const
DQTransformOutput GetOutput() const
EvaluateDataQuality & WithRuleset(RulesetT &&value)
EvaluateDataQuality & WithInputs(InputsT &&value)
EvaluateDataQuality & WithName(NameT &&value)
bool OutputHasBeenSet() const
bool RulesetHasBeenSet() const
EvaluateDataQuality & AddInputs(InputsT &&value)
void SetStopJobOnFailureOptions(StopJobOnFailureOptionsT &&value)
const Aws::Vector< Aws::String > & GetInputs() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
void SetPublishingOptions(PublishingOptionsT &&value)
void SetOutput(DQTransformOutput value)
bool PublishingOptionsHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetRuleset() const
EvaluateDataQuality & WithPublishingOptions(PublishingOptionsT &&value)
bool NameHasBeenSet() const
bool StopJobOnFailureOptionsHasBeenSet() const
EvaluateDataQuality & WithStopJobOnFailureOptions(StopJobOnFailureOptionsT &&value)
AWS_GLUE_API EvaluateDataQuality(Aws::Utils::Json::JsonView jsonValue)
void SetInputs(InputsT &&value)
void SetRuleset(RulesetT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue