7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
11#include <aws/customer-profiles/model/DataStoreResponse.h>
12#include <aws/customer-profiles/model/MatchingResponse.h>
13#include <aws/customer-profiles/model/RuleBasedMatchingResponse.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace CustomerProfiles {
39 template <
typename DomainNameT = Aws::String>
41 m_domainNameHasBeenSet =
true;
42 m_domainName = std::forward<DomainNameT>(value);
44 template <
typename DomainNameT = Aws::String>
57 m_defaultExpirationDaysHasBeenSet =
true;
58 m_defaultExpirationDays = value;
73 template <
typename DefaultEncryptionKeyT = Aws::String>
75 m_defaultEncryptionKeyHasBeenSet =
true;
76 m_defaultEncryptionKey = std::forward<DefaultEncryptionKeyT>(value);
78 template <
typename DefaultEncryptionKeyT = Aws::String>
91 template <
typename DeadLetterQueueUrlT = Aws::String>
93 m_deadLetterQueueUrlHasBeenSet =
true;
94 m_deadLetterQueueUrl = std::forward<DeadLetterQueueUrlT>(value);
96 template <
typename DeadLetterQueueUrlT = Aws::String>
117 template <
typename MatchingT = MatchingResponse>
119 m_matchingHasBeenSet =
true;
120 m_matching = std::forward<MatchingT>(value);
122 template <
typename MatchingT = MatchingResponse>
141 template <
typename RuleBasedMatchingT = RuleBasedMatchingResponse>
143 m_ruleBasedMatchingHasBeenSet =
true;
144 m_ruleBasedMatching = std::forward<RuleBasedMatchingT>(value);
146 template <
typename RuleBasedMatchingT = RuleBasedMatchingResponse>
158 template <
typename DataStoreT = DataStoreResponse>
160 m_dataStoreHasBeenSet =
true;
161 m_dataStore = std::forward<DataStoreT>(value);
163 template <
typename DataStoreT = DataStoreResponse>
175 template <
typename CreatedAtT = Aws::Utils::DateTime>
177 m_createdAtHasBeenSet =
true;
178 m_createdAt = std::forward<CreatedAtT>(value);
180 template <
typename CreatedAtT = Aws::Utils::DateTime>
192 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
194 m_lastUpdatedAtHasBeenSet =
true;
195 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
197 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
209 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
211 m_tagsHasBeenSet =
true;
212 m_tags = std::forward<TagsT>(value);
214 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
216 SetTags(std::forward<TagsT>(value));
219 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
221 m_tagsHasBeenSet =
true;
222 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
230 template <
typename RequestIdT = Aws::String>
232 m_requestIdHasBeenSet =
true;
233 m_requestId = std::forward<RequestIdT>(value);
235 template <
typename RequestIdT = Aws::String>
244 int m_defaultExpirationDays{0};
250 MatchingResponse m_matching;
252 RuleBasedMatchingResponse m_ruleBasedMatching;
254 DataStoreResponse m_dataStore;
263 bool m_domainNameHasBeenSet =
false;
264 bool m_defaultExpirationDaysHasBeenSet =
false;
265 bool m_defaultEncryptionKeyHasBeenSet =
false;
266 bool m_deadLetterQueueUrlHasBeenSet =
false;
267 bool m_matchingHasBeenSet =
false;
268 bool m_ruleBasedMatchingHasBeenSet =
false;
269 bool m_dataStoreHasBeenSet =
false;
270 bool m_createdAtHasBeenSet =
false;
271 bool m_lastUpdatedAtHasBeenSet =
false;
272 bool m_tagsHasBeenSet =
false;
273 bool m_requestIdHasBeenSet =
false;
CreateDomainResult & WithDomainName(DomainNameT &&value)
CreateDomainResult & WithRequestId(RequestIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_CUSTOMERPROFILES_API CreateDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDomainResult & WithMatching(MatchingT &&value)
void SetDataStore(DataStoreT &&value)
CreateDomainResult & WithTags(TagsT &&value)
const DataStoreResponse & GetDataStore() const
const Aws::String & GetDefaultEncryptionKey() const
void SetDeadLetterQueueUrl(DeadLetterQueueUrlT &&value)
CreateDomainResult & WithDefaultExpirationDays(int value)
int GetDefaultExpirationDays() const
const RuleBasedMatchingResponse & GetRuleBasedMatching() const
CreateDomainResult & WithRuleBasedMatching(RuleBasedMatchingT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetMatching(MatchingT &&value)
CreateDomainResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetDefaultExpirationDays(int value)
const MatchingResponse & GetMatching() const
void SetCreatedAt(CreatedAtT &&value)
AWS_CUSTOMERPROFILES_API CreateDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CUSTOMERPROFILES_API CreateDomainResult()=default
void SetDomainName(DomainNameT &&value)
CreateDomainResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetRuleBasedMatching(RuleBasedMatchingT &&value)
void SetTags(TagsT &&value)
CreateDomainResult & WithDeadLetterQueueUrl(DeadLetterQueueUrlT &&value)
const Aws::String & GetDeadLetterQueueUrl() const
CreateDomainResult & WithDefaultEncryptionKey(DefaultEncryptionKeyT &&value)
CreateDomainResult & WithDataStore(DataStoreT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetDefaultEncryptionKey(DefaultEncryptionKeyT &&value)
const Aws::String & GetRequestId() const
CreateDomainResult & WithCreatedAt(CreatedAtT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDomainName() 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
Aws::Utils::Json::JsonValue JsonValue