7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/databrew/GlueDataBrew_EXPORTS.h>
9#include <aws/databrew/model/ValidationMode.h>
20namespace GlueDataBrew {
46 template <
typename RulesetArnT = Aws::String>
48 m_rulesetArnHasBeenSet =
true;
49 m_rulesetArn = std::forward<RulesetArnT>(value);
51 template <
typename RulesetArnT = Aws::String>
66 m_validationModeHasBeenSet =
true;
67 m_validationMode = value;
78 bool m_rulesetArnHasBeenSet =
false;
79 bool m_validationModeHasBeenSet =
false;
const Aws::String & GetRulesetArn() const
void SetValidationMode(ValidationMode value)
ValidationMode GetValidationMode() const
bool RulesetArnHasBeenSet() const
void SetRulesetArn(RulesetArnT &&value)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUEDATABREW_API ValidationConfiguration(Aws::Utils::Json::JsonView jsonValue)
ValidationConfiguration & WithRulesetArn(RulesetArnT &&value)
bool ValidationModeHasBeenSet() const
AWS_GLUEDATABREW_API ValidationConfiguration()=default
AWS_GLUEDATABREW_API ValidationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ValidationConfiguration & WithValidationMode(ValidationMode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue