7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/CustomerProfilesRequest.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
11#include <aws/customer-profiles/model/DataStoreRequest.h>
12#include <aws/customer-profiles/model/MatchingRequest.h>
13#include <aws/customer-profiles/model/RuleBasedMatchingRequest.h>
18namespace CustomerProfiles {
41 template <
typename DomainNameT = Aws::String>
43 m_domainNameHasBeenSet =
true;
44 m_domainName = std::forward<DomainNameT>(value);
46 template <
typename DomainNameT = Aws::String>
60 m_defaultExpirationDaysHasBeenSet =
true;
61 m_defaultExpirationDays = value;
77 template <
typename DefaultEncryptionKeyT = Aws::String>
79 m_defaultEncryptionKeyHasBeenSet =
true;
80 m_defaultEncryptionKey = std::forward<DefaultEncryptionKeyT>(value);
82 template <
typename DefaultEncryptionKeyT = Aws::String>
98 template <
typename DeadLetterQueueUrlT = Aws::String>
100 m_deadLetterQueueUrlHasBeenSet =
true;
101 m_deadLetterQueueUrl = std::forward<DeadLetterQueueUrlT>(value);
103 template <
typename DeadLetterQueueUrlT = Aws::String>
125 template <
typename MatchingT = MatchingRequest>
127 m_matchingHasBeenSet =
true;
128 m_matching = std::forward<MatchingT>(value);
130 template <
typename MatchingT = MatchingRequest>
150 template <
typename RuleBasedMatchingT = RuleBasedMatchingRequest>
152 m_ruleBasedMatchingHasBeenSet =
true;
153 m_ruleBasedMatching = std::forward<RuleBasedMatchingT>(value);
155 template <
typename RuleBasedMatchingT = RuleBasedMatchingRequest>
168 template <
typename DataStoreT = DataStoreRequest>
170 m_dataStoreHasBeenSet =
true;
171 m_dataStore = std::forward<DataStoreT>(value);
173 template <
typename DataStoreT = DataStoreRequest>
186 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
188 m_tagsHasBeenSet =
true;
189 m_tags = std::forward<TagsT>(value);
191 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
193 SetTags(std::forward<TagsT>(value));
196 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
198 m_tagsHasBeenSet =
true;
199 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
206 int m_defaultExpirationDays{0};
212 MatchingRequest m_matching;
214 RuleBasedMatchingRequest m_ruleBasedMatching;
216 DataStoreRequest m_dataStore;
219 bool m_domainNameHasBeenSet =
false;
220 bool m_defaultExpirationDaysHasBeenSet =
false;
221 bool m_defaultEncryptionKeyHasBeenSet =
false;
222 bool m_deadLetterQueueUrlHasBeenSet =
false;
223 bool m_matchingHasBeenSet =
false;
224 bool m_ruleBasedMatchingHasBeenSet =
false;
225 bool m_dataStoreHasBeenSet =
false;
226 bool m_tagsHasBeenSet =
false;
CreateDomainRequest & WithDefaultExpirationDays(int value)
const Aws::String & GetDomainName() const
bool MatchingHasBeenSet() const
const Aws::String & GetDefaultEncryptionKey() const
CreateDomainRequest & WithDataStore(DataStoreT &&value)
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)
void SetDataStore(DataStoreT &&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 DataStoreHasBeenSet() const
const DataStoreRequest & GetDataStore() const
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