7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
76 template <
typename RulesetT = Aws::String>
78 m_rulesetHasBeenSet =
true;
79 m_ruleset = std::forward<RulesetT>(value);
81 template <
typename RulesetT = Aws::String>
89 bool m_nameHasBeenSet =
false;
92 bool m_descriptionHasBeenSet =
false;
95 bool m_rulesetHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
AWS_GLUE_API Aws::String SerializePayload() const override
UpdateDataQualityRulesetRequest & WithDescription(DescriptionT &&value)
UpdateDataQualityRulesetRequest & WithName(NameT &&value)
UpdateDataQualityRulesetRequest & WithRuleset(RulesetT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
void SetRuleset(RulesetT &&value)
AWS_GLUE_API UpdateDataQualityRulesetRequest()=default
const Aws::String & GetRuleset() const
bool RulesetHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String