7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/DomainStats.h>
10#include <aws/customer-profiles/model/MatchingResponse.h>
11#include <aws/customer-profiles/model/RuleBasedMatchingResponse.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
28namespace CustomerProfiles
45 template<
typename DomainNameT = Aws::String>
46 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
47 template<
typename DomainNameT = Aws::String>
67 template<
typename DefaultEncryptionKeyT = Aws::String>
68 void SetDefaultEncryptionKey(DefaultEncryptionKeyT&& value) { m_defaultEncryptionKeyHasBeenSet =
true; m_defaultEncryptionKey = std::forward<DefaultEncryptionKeyT>(value); }
69 template<
typename DefaultEncryptionKeyT = Aws::String>
79 template<
typename DeadLetterQueueUrlT = Aws::String>
80 void SetDeadLetterQueueUrl(DeadLetterQueueUrlT&& value) { m_deadLetterQueueUrlHasBeenSet =
true; m_deadLetterQueueUrl = std::forward<DeadLetterQueueUrlT>(value); }
81 template<
typename DeadLetterQueueUrlT = Aws::String>
90 template<
typename StatsT = DomainStats>
91 void SetStats(StatsT&& value) { m_statsHasBeenSet =
true; m_stats = std::forward<StatsT>(value); }
92 template<
typename StatsT = DomainStats>
110 template<
typename MatchingT = MatchingResponse>
111 void SetMatching(MatchingT&& value) { m_matchingHasBeenSet =
true; m_matching = std::forward<MatchingT>(value); }
112 template<
typename MatchingT = MatchingResponse>
128 template<
typename RuleBasedMatchingT = RuleBasedMatchingResponse>
129 void SetRuleBasedMatching(RuleBasedMatchingT&& value) { m_ruleBasedMatchingHasBeenSet =
true; m_ruleBasedMatching = std::forward<RuleBasedMatchingT>(value); }
130 template<
typename RuleBasedMatchingT = RuleBasedMatchingResponse>
139 template<
typename CreatedAtT = Aws::Utils::DateTime>
140 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
141 template<
typename CreatedAtT = Aws::Utils::DateTime>
150 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
151 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
152 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
161 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
162 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
163 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
165 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
167 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
174 template<
typename RequestIdT = Aws::String>
175 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
176 template<
typename RequestIdT = Aws::String>
182 bool m_domainNameHasBeenSet =
false;
184 int m_defaultExpirationDays{0};
185 bool m_defaultExpirationDaysHasBeenSet =
false;
188 bool m_defaultEncryptionKeyHasBeenSet =
false;
191 bool m_deadLetterQueueUrlHasBeenSet =
false;
194 bool m_statsHasBeenSet =
false;
196 MatchingResponse m_matching;
197 bool m_matchingHasBeenSet =
false;
199 RuleBasedMatchingResponse m_ruleBasedMatching;
200 bool m_ruleBasedMatchingHasBeenSet =
false;
203 bool m_createdAtHasBeenSet =
false;
206 bool m_lastUpdatedAtHasBeenSet =
false;
209 bool m_tagsHasBeenSet =
false;
212 bool m_requestIdHasBeenSet =
false;
GetDomainResult & WithCreatedAt(CreatedAtT &&value)
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)
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)
void SetDeadLetterQueueUrl(DeadLetterQueueUrlT &&value)
void SetCreatedAt(CreatedAtT &&value)
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