7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
12#include <aws/customer-profiles/model/DataStoreResponse.h>
13#include <aws/customer-profiles/model/DomainStats.h>
14#include <aws/customer-profiles/model/MatchingResponse.h>
15#include <aws/customer-profiles/model/RuleBasedMatchingResponse.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace CustomerProfiles {
41 template <
typename DomainNameT = Aws::String>
43 m_domainNameHasBeenSet =
true;
44 m_domainName = std::forward<DomainNameT>(value);
46 template <
typename DomainNameT = Aws::String>
59 m_defaultExpirationDaysHasBeenSet =
true;
60 m_defaultExpirationDays = value;
75 template <
typename DefaultEncryptionKeyT = Aws::String>
77 m_defaultEncryptionKeyHasBeenSet =
true;
78 m_defaultEncryptionKey = std::forward<DefaultEncryptionKeyT>(value);
80 template <
typename DefaultEncryptionKeyT = Aws::String>
93 template <
typename DeadLetterQueueUrlT = Aws::String>
95 m_deadLetterQueueUrlHasBeenSet =
true;
96 m_deadLetterQueueUrl = std::forward<DeadLetterQueueUrlT>(value);
98 template <
typename DeadLetterQueueUrlT = Aws::String>
110 template <
typename StatsT = DomainStats>
112 m_statsHasBeenSet =
true;
113 m_stats = std::forward<StatsT>(value);
115 template <
typename StatsT = DomainStats>
117 SetStats(std::forward<StatsT>(value));
136 template <
typename MatchingT = MatchingResponse>
138 m_matchingHasBeenSet =
true;
139 m_matching = std::forward<MatchingT>(value);
141 template <
typename MatchingT = MatchingResponse>
160 template <
typename RuleBasedMatchingT = RuleBasedMatchingResponse>
162 m_ruleBasedMatchingHasBeenSet =
true;
163 m_ruleBasedMatching = std::forward<RuleBasedMatchingT>(value);
165 template <
typename RuleBasedMatchingT = RuleBasedMatchingResponse>
177 template <
typename DataStoreT = DataStoreResponse>
179 m_dataStoreHasBeenSet =
true;
180 m_dataStore = std::forward<DataStoreT>(value);
182 template <
typename DataStoreT = DataStoreResponse>
194 template <
typename CreatedAtT = Aws::Utils::DateTime>
196 m_createdAtHasBeenSet =
true;
197 m_createdAt = std::forward<CreatedAtT>(value);
199 template <
typename CreatedAtT = Aws::Utils::DateTime>
211 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
213 m_lastUpdatedAtHasBeenSet =
true;
214 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
216 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
228 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
230 m_tagsHasBeenSet =
true;
231 m_tags = std::forward<TagsT>(value);
233 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
235 SetTags(std::forward<TagsT>(value));
238 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
240 m_tagsHasBeenSet =
true;
241 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
249 template <
typename RequestIdT = Aws::String>
251 m_requestIdHasBeenSet =
true;
252 m_requestId = std::forward<RequestIdT>(value);
254 template <
typename RequestIdT = Aws::String>
265 int m_defaultExpirationDays{0};
273 MatchingResponse m_matching;
275 RuleBasedMatchingResponse m_ruleBasedMatching;
277 DataStoreResponse m_dataStore;
287 bool m_domainNameHasBeenSet =
false;
288 bool m_defaultExpirationDaysHasBeenSet =
false;
289 bool m_defaultEncryptionKeyHasBeenSet =
false;
290 bool m_deadLetterQueueUrlHasBeenSet =
false;
291 bool m_statsHasBeenSet =
false;
292 bool m_matchingHasBeenSet =
false;
293 bool m_ruleBasedMatchingHasBeenSet =
false;
294 bool m_dataStoreHasBeenSet =
false;
295 bool m_createdAtHasBeenSet =
false;
296 bool m_lastUpdatedAtHasBeenSet =
false;
297 bool m_tagsHasBeenSet =
false;
298 bool m_requestIdHasBeenSet =
false;
GetDomainResult & WithCreatedAt(CreatedAtT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetDomainResult & WithRuleBasedMatching(RuleBasedMatchingT &&value)
GetDomainResult & WithTags(TagsT &&value)
const DomainStats & GetStats() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
int GetDefaultExpirationDays() const
AWS_CUSTOMERPROFILES_API GetDomainResult()=default
GetDomainResult & WithDomainName(DomainNameT &&value)
GetDomainResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetDataStore(DataStoreT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetDefaultEncryptionKey() const
void SetRequestId(RequestIdT &&value)
GetDomainResult & WithRequestId(RequestIdT &&value)
void SetDefaultExpirationDays(int value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetTags(TagsT &&value)
GetDomainResult & WithDataStore(DataStoreT &&value)
void SetDeadLetterQueueUrl(DeadLetterQueueUrlT &&value)
void SetCreatedAt(CreatedAtT &&value)
const DataStoreResponse & GetDataStore() const
const Aws::String & GetDomainName() const
const RuleBasedMatchingResponse & GetRuleBasedMatching() const
void SetStats(StatsT &&value)
const MatchingResponse & GetMatching() const
const Aws::String & GetRequestId() const
void SetDomainName(DomainNameT &&value)
GetDomainResult & WithDefaultEncryptionKey(DefaultEncryptionKeyT &&value)
GetDomainResult & WithStats(StatsT &&value)
GetDomainResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetDomainResult & WithMatching(MatchingT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
AWS_CUSTOMERPROFILES_API GetDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDefaultEncryptionKey(DefaultEncryptionKeyT &&value)
GetDomainResult & WithDeadLetterQueueUrl(DeadLetterQueueUrlT &&value)
void SetRuleBasedMatching(RuleBasedMatchingT &&value)
const Aws::String & GetDeadLetterQueueUrl() const
AWS_CUSTOMERPROFILES_API GetDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDomainResult & WithDefaultExpirationDays(int value)
void SetMatching(MatchingT &&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
Aws::Utils::Json::JsonValue JsonValue