7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/model/MatchingRequest.h>
11#include <aws/customer-profiles/model/RuleBasedMatchingRequest.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
17namespace CustomerProfiles
44 template<
typename DomainNameT = Aws::String>
45 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
46 template<
typename DomainNameT = Aws::String>
69 template<
typename DefaultEncryptionKeyT = Aws::String>
70 void SetDefaultEncryptionKey(DefaultEncryptionKeyT&& value) { m_defaultEncryptionKeyHasBeenSet =
true; m_defaultEncryptionKey = std::forward<DefaultEncryptionKeyT>(value); }
71 template<
typename DefaultEncryptionKeyT = Aws::String>
85 template<
typename DeadLetterQueueUrlT = Aws::String>
86 void SetDeadLetterQueueUrl(DeadLetterQueueUrlT&& value) { m_deadLetterQueueUrlHasBeenSet =
true; m_deadLetterQueueUrl = std::forward<DeadLetterQueueUrlT>(value); }
87 template<
typename DeadLetterQueueUrlT = Aws::String>
106 template<
typename MatchingT = MatchingRequest>
107 void SetMatching(MatchingT&& value) { m_matchingHasBeenSet =
true; m_matching = std::forward<MatchingT>(value); }
108 template<
typename MatchingT = MatchingRequest>
125 template<
typename RuleBasedMatchingT = RuleBasedMatchingRequest>
126 void SetRuleBasedMatching(RuleBasedMatchingT&& value) { m_ruleBasedMatchingHasBeenSet =
true; m_ruleBasedMatching = std::forward<RuleBasedMatchingT>(value); }
127 template<
typename RuleBasedMatchingT = RuleBasedMatchingRequest>
137 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
138 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
139 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
143 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
149 bool m_domainNameHasBeenSet =
false;
151 int m_defaultExpirationDays{0};
152 bool m_defaultExpirationDaysHasBeenSet =
false;
155 bool m_defaultEncryptionKeyHasBeenSet =
false;
158 bool m_deadLetterQueueUrlHasBeenSet =
false;
160 MatchingRequest m_matching;
161 bool m_matchingHasBeenSet =
false;
163 RuleBasedMatchingRequest m_ruleBasedMatching;
164 bool m_ruleBasedMatchingHasBeenSet =
false;
167 bool m_tagsHasBeenSet =
false;
UpdateDomainRequest & WithMatching(MatchingT &&value)
UpdateDomainRequest & WithDefaultExpirationDays(int value)
void SetDefaultExpirationDays(int value)
bool DefaultExpirationDaysHasBeenSet() const
void SetMatching(MatchingT &&value)
const Aws::String & GetDeadLetterQueueUrl() const
void SetRuleBasedMatching(RuleBasedMatchingT &&value)
UpdateDomainRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_CUSTOMERPROFILES_API UpdateDomainRequest()=default
const Aws::String & GetDomainName() const
void SetDomainName(DomainNameT &&value)
bool DeadLetterQueueUrlHasBeenSet() const
const RuleBasedMatchingRequest & GetRuleBasedMatching() const
void SetTags(TagsT &&value)
void SetDeadLetterQueueUrl(DeadLetterQueueUrlT &&value)
UpdateDomainRequest & WithDeadLetterQueueUrl(DeadLetterQueueUrlT &&value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
UpdateDomainRequest & WithDefaultEncryptionKey(DefaultEncryptionKeyT &&value)
bool RuleBasedMatchingHasBeenSet() const
UpdateDomainRequest & WithRuleBasedMatching(RuleBasedMatchingT &&value)
const Aws::String & GetDefaultEncryptionKey() const
bool MatchingHasBeenSet() const
const MatchingRequest & GetMatching() const
UpdateDomainRequest & WithDomainName(DomainNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool DefaultEncryptionKeyHasBeenSet() const
bool DomainNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDefaultEncryptionKey(DefaultEncryptionKeyT &&value)
bool TagsHasBeenSet() const
UpdateDomainRequest & WithTags(TagsT &&value)
int GetDefaultExpirationDays() 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