7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/glue/model/DataQualityTargetTable.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
73 template<
typename RulesetT = Aws::String>
74 void SetRuleset(RulesetT&& value) { m_rulesetHasBeenSet =
true; m_ruleset = std::forward<RulesetT>(value); }
75 template<
typename RulesetT = Aws::String>
85 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
86 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
87 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
89 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
91 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
101 template<
typename TargetTableT = DataQualityTargetTable>
102 void SetTargetTable(TargetTableT&& value) { m_targetTableHasBeenSet =
true; m_targetTable = std::forward<TargetTableT>(value); }
103 template<
typename TargetTableT = DataQualityTargetTable>
114 template<
typename DataQualitySecurityConfigurationT = Aws::String>
115 void SetDataQualitySecurityConfiguration(DataQualitySecurityConfigurationT&& value) { m_dataQualitySecurityConfigurationHasBeenSet =
true; m_dataQualitySecurityConfiguration = std::forward<DataQualitySecurityConfigurationT>(value); }
116 template<
typename DataQualitySecurityConfigurationT = Aws::String>
127 template<
typename ClientTokenT = Aws::String>
128 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
129 template<
typename ClientTokenT = Aws::String>
135 bool m_nameHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
141 bool m_rulesetHasBeenSet =
false;
144 bool m_tagsHasBeenSet =
false;
147 bool m_targetTableHasBeenSet =
false;
150 bool m_dataQualitySecurityConfigurationHasBeenSet =
false;
153 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