7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/MatchingResponse.h>
10#include <aws/customer-profiles/model/RuleBasedMatchingResponse.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace 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>
66 template<
typename DefaultEncryptionKeyT = Aws::String>
67 void SetDefaultEncryptionKey(DefaultEncryptionKeyT&& value) { m_defaultEncryptionKeyHasBeenSet =
true; m_defaultEncryptionKey = std::forward<DefaultEncryptionKeyT>(value); }
68 template<
typename DefaultEncryptionKeyT = Aws::String>
78 template<
typename DeadLetterQueueUrlT = Aws::String>
79 void SetDeadLetterQueueUrl(DeadLetterQueueUrlT&& value) { m_deadLetterQueueUrlHasBeenSet =
true; m_deadLetterQueueUrl = std::forward<DeadLetterQueueUrlT>(value); }
80 template<
typename DeadLetterQueueUrlT = Aws::String>
98 template<
typename MatchingT = MatchingResponse>
99 void SetMatching(MatchingT&& value) { m_matchingHasBeenSet =
true; m_matching = std::forward<MatchingT>(value); }
100 template<
typename MatchingT = MatchingResponse>
116 template<
typename RuleBasedMatchingT = RuleBasedMatchingResponse>
117 void SetRuleBasedMatching(RuleBasedMatchingT&& value) { m_ruleBasedMatchingHasBeenSet =
true; m_ruleBasedMatching = std::forward<RuleBasedMatchingT>(value); }
118 template<
typename RuleBasedMatchingT = RuleBasedMatchingResponse>
127 template<
typename CreatedAtT = Aws::Utils::DateTime>
128 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
129 template<
typename CreatedAtT = Aws::Utils::DateTime>
138 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
139 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
140 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
149 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
150 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
151 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
153 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
155 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
162 template<
typename RequestIdT = Aws::String>
163 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
164 template<
typename RequestIdT = Aws::String>
170 bool m_domainNameHasBeenSet =
false;
172 int m_defaultExpirationDays{0};
173 bool m_defaultExpirationDaysHasBeenSet =
false;
176 bool m_defaultEncryptionKeyHasBeenSet =
false;
179 bool m_deadLetterQueueUrlHasBeenSet =
false;
181 MatchingResponse m_matching;
182 bool m_matchingHasBeenSet =
false;
184 RuleBasedMatchingResponse m_ruleBasedMatching;
185 bool m_ruleBasedMatchingHasBeenSet =
false;
188 bool m_createdAtHasBeenSet =
false;
191 bool m_lastUpdatedAtHasBeenSet =
false;
194 bool m_tagsHasBeenSet =
false;
197 bool m_requestIdHasBeenSet =
false;
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 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)
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)
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