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/MatchingResponse.h>
14#include <aws/customer-profiles/model/RuleBasedMatchingResponse.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace CustomerProfiles {
40 template <
typename DomainNameT = Aws::String>
42 m_domainNameHasBeenSet =
true;
43 m_domainName = std::forward<DomainNameT>(value);
45 template <
typename DomainNameT = Aws::String>
58 m_defaultExpirationDaysHasBeenSet =
true;
59 m_defaultExpirationDays = value;
74 template <
typename DefaultEncryptionKeyT = Aws::String>
76 m_defaultEncryptionKeyHasBeenSet =
true;
77 m_defaultEncryptionKey = std::forward<DefaultEncryptionKeyT>(value);
79 template <
typename DefaultEncryptionKeyT = Aws::String>
92 template <
typename DeadLetterQueueUrlT = Aws::String>
94 m_deadLetterQueueUrlHasBeenSet =
true;
95 m_deadLetterQueueUrl = std::forward<DeadLetterQueueUrlT>(value);
97 template <
typename DeadLetterQueueUrlT = Aws::String>
118 template <
typename MatchingT = MatchingResponse>
120 m_matchingHasBeenSet =
true;
121 m_matching = std::forward<MatchingT>(value);
123 template <
typename MatchingT = MatchingResponse>
142 template <
typename RuleBasedMatchingT = RuleBasedMatchingResponse>
144 m_ruleBasedMatchingHasBeenSet =
true;
145 m_ruleBasedMatching = std::forward<RuleBasedMatchingT>(value);
147 template <
typename RuleBasedMatchingT = RuleBasedMatchingResponse>
159 template <
typename DataStoreT = DataStoreResponse>
161 m_dataStoreHasBeenSet =
true;
162 m_dataStore = std::forward<DataStoreT>(value);
164 template <
typename DataStoreT = DataStoreResponse>
176 template <
typename CreatedAtT = Aws::Utils::DateTime>
178 m_createdAtHasBeenSet =
true;
179 m_createdAt = std::forward<CreatedAtT>(value);
181 template <
typename CreatedAtT = Aws::Utils::DateTime>
193 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
195 m_lastUpdatedAtHasBeenSet =
true;
196 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
198 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
210 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
212 m_tagsHasBeenSet =
true;
213 m_tags = std::forward<TagsT>(value);
215 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
217 SetTags(std::forward<TagsT>(value));
220 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
222 m_tagsHasBeenSet =
true;
223 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
231 template <
typename RequestIdT = Aws::String>
233 m_requestIdHasBeenSet =
true;
234 m_requestId = std::forward<RequestIdT>(value);
236 template <
typename RequestIdT = Aws::String>
247 int m_defaultExpirationDays{0};
253 MatchingResponse m_matching;
255 RuleBasedMatchingResponse m_ruleBasedMatching;
257 DataStoreResponse m_dataStore;
267 bool m_domainNameHasBeenSet =
false;
268 bool m_defaultExpirationDaysHasBeenSet =
false;
269 bool m_defaultEncryptionKeyHasBeenSet =
false;
270 bool m_deadLetterQueueUrlHasBeenSet =
false;
271 bool m_matchingHasBeenSet =
false;
272 bool m_ruleBasedMatchingHasBeenSet =
false;
273 bool m_dataStoreHasBeenSet =
false;
274 bool m_createdAtHasBeenSet =
false;
275 bool m_lastUpdatedAtHasBeenSet =
false;
276 bool m_tagsHasBeenSet =
false;
277 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateDomainResult & WithRequestId(RequestIdT &&value)
const RuleBasedMatchingResponse & GetRuleBasedMatching() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetDefaultEncryptionKey(DefaultEncryptionKeyT &&value)
void SetTags(TagsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
UpdateDomainResult & WithCreatedAt(CreatedAtT &&value)
void SetRuleBasedMatching(RuleBasedMatchingT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetDataStore(DataStoreT &&value)
void SetDomainName(DomainNameT &&value)
void SetDefaultExpirationDays(int value)
AWS_CUSTOMERPROFILES_API UpdateDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
int GetDefaultExpirationDays() const
UpdateDomainResult & WithDefaultEncryptionKey(DefaultEncryptionKeyT &&value)
UpdateDomainResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetDeadLetterQueueUrl() const
const Aws::String & GetDomainName() const
UpdateDomainResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
UpdateDomainResult & WithDataStore(DataStoreT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
UpdateDomainResult & WithRuleBasedMatching(RuleBasedMatchingT &&value)
void SetDeadLetterQueueUrl(DeadLetterQueueUrlT &&value)
AWS_CUSTOMERPROFILES_API UpdateDomainResult()=default
void SetMatching(MatchingT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CUSTOMERPROFILES_API UpdateDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateDomainResult & WithTags(TagsT &&value)
UpdateDomainResult & WithDeadLetterQueueUrl(DeadLetterQueueUrlT &&value)
const Aws::String & GetDefaultEncryptionKey() const
const MatchingResponse & GetMatching() const
UpdateDomainResult & WithMatching(MatchingT &&value)
UpdateDomainResult & WithDefaultExpirationDays(int value)
const Aws::String & GetRequestId() const
UpdateDomainResult & WithDomainName(DomainNameT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const DataStoreResponse & GetDataStore() 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