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>
68 template<
typename DefaultEncryptionKeyT = Aws::String>
69 void SetDefaultEncryptionKey(DefaultEncryptionKeyT&& value) { m_defaultEncryptionKeyHasBeenSet =
true; m_defaultEncryptionKey = std::forward<DefaultEncryptionKeyT>(value); }
70 template<
typename DefaultEncryptionKeyT = Aws::String>
83 template<
typename DeadLetterQueueUrlT = Aws::String>
84 void SetDeadLetterQueueUrl(DeadLetterQueueUrlT&& value) { m_deadLetterQueueUrlHasBeenSet =
true; m_deadLetterQueueUrl = std::forward<DeadLetterQueueUrlT>(value); }
85 template<
typename DeadLetterQueueUrlT = Aws::String>
104 template<
typename MatchingT = MatchingRequest>
105 void SetMatching(MatchingT&& value) { m_matchingHasBeenSet =
true; m_matching = std::forward<MatchingT>(value); }
106 template<
typename MatchingT = MatchingRequest>
123 template<
typename RuleBasedMatchingT = RuleBasedMatchingRequest>
124 void SetRuleBasedMatching(RuleBasedMatchingT&& value) { m_ruleBasedMatchingHasBeenSet =
true; m_ruleBasedMatching = std::forward<RuleBasedMatchingT>(value); }
125 template<
typename RuleBasedMatchingT = RuleBasedMatchingRequest>
135 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
137 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
139 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
141 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
147 bool m_domainNameHasBeenSet =
false;
149 int m_defaultExpirationDays{0};
150 bool m_defaultExpirationDaysHasBeenSet =
false;
153 bool m_defaultEncryptionKeyHasBeenSet =
false;
156 bool m_deadLetterQueueUrlHasBeenSet =
false;
158 MatchingRequest m_matching;
159 bool m_matchingHasBeenSet =
false;
161 RuleBasedMatchingRequest m_ruleBasedMatching;
162 bool m_ruleBasedMatchingHasBeenSet =
false;
165 bool m_tagsHasBeenSet =
false;
CreateDomainRequest & WithDefaultExpirationDays(int value)
const Aws::String & GetDomainName() const
bool MatchingHasBeenSet() const
const Aws::String & GetDefaultEncryptionKey() const
void SetDefaultEncryptionKey(DefaultEncryptionKeyT &&value)
CreateDomainRequest & WithDefaultEncryptionKey(DefaultEncryptionKeyT &&value)
AWS_CUSTOMERPROFILES_API CreateDomainRequest()=default
CreateDomainRequest & WithRuleBasedMatching(RuleBasedMatchingT &&value)
bool TagsHasBeenSet() const
void SetDomainName(DomainNameT &&value)
void SetMatching(MatchingT &&value)
CreateDomainRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateDomainRequest & WithDeadLetterQueueUrl(DeadLetterQueueUrlT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateDomainRequest & WithDomainName(DomainNameT &&value)
void SetDeadLetterQueueUrl(DeadLetterQueueUrlT &&value)
const MatchingRequest & GetMatching() const
void SetTags(TagsT &&value)
bool RuleBasedMatchingHasBeenSet() const
const RuleBasedMatchingRequest & GetRuleBasedMatching() const
bool DeadLetterQueueUrlHasBeenSet() const
CreateDomainRequest & WithTags(TagsT &&value)
bool DomainNameHasBeenSet() const
const Aws::String & GetDeadLetterQueueUrl() const
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
CreateDomainRequest & WithMatching(MatchingT &&value)
bool DefaultEncryptionKeyHasBeenSet() const
void SetRuleBasedMatching(RuleBasedMatchingT &&value)
int GetDefaultExpirationDays() const
bool DefaultExpirationDaysHasBeenSet() const
void SetDefaultExpirationDays(int value)
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