7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/databrew/model/ValidationMode.h>
52 template<
typename RulesetArnT = Aws::String>
53 void SetRulesetArn(RulesetArnT&& value) { m_rulesetArnHasBeenSet =
true; m_rulesetArn = std::forward<RulesetArnT>(value); }
54 template<
typename RulesetArnT = Aws::String>
71 bool m_rulesetArnHasBeenSet =
false;
74 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