7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename NameT = Aws::String>
36 m_nameHasBeenSet =
true;
37 m_name = std::forward<NameT>(value);
39 template <
typename NameT = Aws::String>
41 SetName(std::forward<NameT>(value));
51 template <
typename DescriptionT = Aws::String>
53 m_descriptionHasBeenSet =
true;
54 m_description = std::forward<DescriptionT>(value);
56 template <
typename DescriptionT = Aws::String>
69 template <
typename RulesetT = Aws::String>
71 m_rulesetHasBeenSet =
true;
72 m_ruleset = std::forward<RulesetT>(value);
74 template <
typename RulesetT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
97 bool m_nameHasBeenSet =
false;
100 bool m_descriptionHasBeenSet =
false;
103 bool m_rulesetHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
UpdateDataQualityRulesetResult & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::String & GetRequestId() const
const Aws::String & GetDescription() const
const Aws::String & GetRuleset() const
AWS_GLUE_API UpdateDataQualityRulesetResult()=default
UpdateDataQualityRulesetResult & WithRuleset(RulesetT &&value)
AWS_GLUE_API UpdateDataQualityRulesetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateDataQualityRulesetResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetRuleset(RulesetT &&value)
UpdateDataQualityRulesetResult & WithDescription(DescriptionT &&value)
AWS_GLUE_API UpdateDataQualityRulesetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue