7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/DataQualityTargetTable.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
81 template <
typename RulesetT = Aws::String>
83 m_rulesetHasBeenSet =
true;
84 m_ruleset = std::forward<RulesetT>(value);
86 template <
typename RulesetT = Aws::String>
99 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 m_tagsHasBeenSet =
true;
102 m_tags = std::forward<TagsT>(value);
104 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
106 SetTags(std::forward<TagsT>(value));
109 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
111 m_tagsHasBeenSet =
true;
112 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
123 template <
typename TargetTableT = DataQualityTargetTable>
125 m_targetTableHasBeenSet =
true;
126 m_targetTable = std::forward<TargetTableT>(value);
128 template <
typename TargetTableT = DataQualityTargetTable>
142 template <
typename DataQualitySecurityConfigurationT = Aws::String>
144 m_dataQualitySecurityConfigurationHasBeenSet =
true;
145 m_dataQualitySecurityConfiguration = std::forward<DataQualitySecurityConfigurationT>(value);
147 template <
typename DataQualitySecurityConfigurationT = Aws::String>
161 template <
typename ClientTokenT = Aws::String>
163 m_clientTokenHasBeenSet =
true;
164 m_clientToken = std::forward<ClientTokenT>(value);
166 template <
typename ClientTokenT = Aws::String>
174 bool m_nameHasBeenSet =
false;
177 bool m_descriptionHasBeenSet =
false;
180 bool m_rulesetHasBeenSet =
false;
183 bool m_tagsHasBeenSet =
false;
186 bool m_targetTableHasBeenSet =
false;
189 bool m_dataQualitySecurityConfigurationHasBeenSet =
false;
192 bool m_clientTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
CreateDataQualityRulesetRequest & WithClientToken(ClientTokenT &&value)
void SetClientToken(ClientTokenT &&value)
bool TargetTableHasBeenSet() const
bool NameHasBeenSet() const
void SetRuleset(RulesetT &&value)
CreateDataQualityRulesetRequest & WithTags(TagsT &&value)
const Aws::String & GetName() const
void SetTags(TagsT &&value)
CreateDataQualityRulesetRequest & WithDescription(DescriptionT &&value)
bool RulesetHasBeenSet() const
CreateDataQualityRulesetRequest & WithName(NameT &&value)
const Aws::String & GetDescription() const
CreateDataQualityRulesetRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool DescriptionHasBeenSet() const
void SetTargetTable(TargetTableT &&value)
AWS_GLUE_API CreateDataQualityRulesetRequest()=default
bool TagsHasBeenSet() const
bool DataQualitySecurityConfigurationHasBeenSet() const
CreateDataQualityRulesetRequest & WithTargetTable(TargetTableT &&value)
void SetDescription(DescriptionT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetClientToken() const
const Aws::String & GetRuleset() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const DataQualityTargetTable & GetTargetTable() const
void SetName(NameT &&value)
CreateDataQualityRulesetRequest & WithDataQualitySecurityConfiguration(DataQualitySecurityConfigurationT &&value)
CreateDataQualityRulesetRequest & WithRuleset(RulesetT &&value)
void SetDataQualitySecurityConfiguration(DataQualitySecurityConfigurationT &&value)
const Aws::String & GetDataQualitySecurityConfiguration() const
bool ClientTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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