7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/databrew/GlueDataBrewRequest.h>
11#include <aws/databrew/GlueDataBrew_EXPORTS.h>
12#include <aws/databrew/model/Rule.h>
17namespace GlueDataBrew {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
78 template <
typename TargetArnT = Aws::String>
80 m_targetArnHasBeenSet =
true;
81 m_targetArn = std::forward<TargetArnT>(value);
83 template <
typename TargetArnT = Aws::String>
97 template <
typename RulesT = Aws::Vector<Rule>>
99 m_rulesHasBeenSet =
true;
100 m_rules = std::forward<RulesT>(value);
102 template <
typename RulesT = Aws::Vector<Rule>>
104 SetRules(std::forward<RulesT>(value));
107 template <
typename RulesT = Rule>
109 m_rulesHasBeenSet =
true;
110 m_rules.emplace_back(std::forward<RulesT>(value));
121 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 m_tagsHasBeenSet =
true;
124 m_tags = std::forward<TagsT>(value);
126 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
128 SetTags(std::forward<TagsT>(value));
131 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
133 m_tagsHasBeenSet =
true;
134 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
148 bool m_nameHasBeenSet =
false;
149 bool m_descriptionHasBeenSet =
false;
150 bool m_targetArnHasBeenSet =
false;
151 bool m_rulesHasBeenSet =
false;
152 bool m_tagsHasBeenSet =
false;
const Aws::String & GetTargetArn() const
void SetTargetArn(TargetArnT &&value)
CreateRulesetRequest & WithRules(RulesT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetName() const
void SetName(NameT &&value)
CreateRulesetRequest & AddRules(RulesT &&value)
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
CreateRulesetRequest & WithDescription(DescriptionT &&value)
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
void SetRules(RulesT &&value)
CreateRulesetRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateRulesetRequest & WithTargetArn(TargetArnT &&value)
bool TargetArnHasBeenSet() const
CreateRulesetRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_GLUEDATABREW_API CreateRulesetRequest()=default
const Aws::Vector< Rule > & GetRules() const
CreateRulesetRequest & WithTags(TagsT &&value)
bool RulesHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector