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/AttributeDetails.h>
12#include <aws/customer-profiles/model/Conditions.h>
13#include <aws/customer-profiles/model/Readiness.h>
14#include <aws/customer-profiles/model/ReadinessStatus.h>
15#include <aws/customer-profiles/model/Statistic.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace CustomerProfiles {
43 template <
typename CalculatedAttributeNameT = Aws::String>
45 m_calculatedAttributeNameHasBeenSet =
true;
46 m_calculatedAttributeName = std::forward<CalculatedAttributeNameT>(value);
48 template <
typename CalculatedAttributeNameT = Aws::String>
60 template <
typename DisplayNameT = Aws::String>
62 m_displayNameHasBeenSet =
true;
63 m_displayName = std::forward<DisplayNameT>(value);
65 template <
typename DisplayNameT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
94 template <
typename CreatedAtT = Aws::Utils::DateTime>
96 m_createdAtHasBeenSet =
true;
97 m_createdAt = std::forward<CreatedAtT>(value);
99 template <
typename CreatedAtT = Aws::Utils::DateTime>
112 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
114 m_lastUpdatedAtHasBeenSet =
true;
115 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
117 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
130 m_statisticHasBeenSet =
true;
145 template <
typename ConditionsT = Conditions>
147 m_conditionsHasBeenSet =
true;
148 m_conditions = std::forward<ConditionsT>(value);
150 template <
typename ConditionsT = Conditions>
163 template <
typename AttributeDetailsT = AttributeDetails>
165 m_attributeDetailsHasBeenSet =
true;
166 m_attributeDetails = std::forward<AttributeDetailsT>(value);
168 template <
typename AttributeDetailsT = AttributeDetails>
182 m_useHistoricalDataHasBeenSet =
true;
183 m_useHistoricalData = value;
198 m_statusHasBeenSet =
true;
213 template <
typename ReadinessT = Readiness>
215 m_readinessHasBeenSet =
true;
216 m_readiness = std::forward<ReadinessT>(value);
218 template <
typename ReadinessT = Readiness>
230 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
232 m_tagsHasBeenSet =
true;
233 m_tags = std::forward<TagsT>(value);
235 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
237 SetTags(std::forward<TagsT>(value));
240 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
242 m_tagsHasBeenSet =
true;
243 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
251 template <
typename RequestIdT = Aws::String>
253 m_requestIdHasBeenSet =
true;
254 m_requestId = std::forward<RequestIdT>(value);
256 template <
typename RequestIdT = Aws::String>
275 Conditions m_conditions;
277 AttributeDetails m_attributeDetails;
279 bool m_useHistoricalData{
false};
283 Readiness m_readiness;
288 bool m_calculatedAttributeNameHasBeenSet =
false;
289 bool m_displayNameHasBeenSet =
false;
290 bool m_descriptionHasBeenSet =
false;
291 bool m_createdAtHasBeenSet =
false;
292 bool m_lastUpdatedAtHasBeenSet =
false;
293 bool m_statisticHasBeenSet =
false;
294 bool m_conditionsHasBeenSet =
false;
295 bool m_attributeDetailsHasBeenSet =
false;
296 bool m_useHistoricalDataHasBeenSet =
false;
297 bool m_statusHasBeenSet =
false;
298 bool m_readinessHasBeenSet =
false;
299 bool m_tagsHasBeenSet =
false;
300 bool m_requestIdHasBeenSet =
false;
UpdateCalculatedAttributeDefinitionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
UpdateCalculatedAttributeDefinitionResult & WithStatus(ReadinessStatus value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
UpdateCalculatedAttributeDefinitionResult & WithStatistic(Statistic value)
UpdateCalculatedAttributeDefinitionResult & WithTags(TagsT &&value)
ReadinessStatus GetStatus() const
Statistic GetStatistic() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetDisplayName(DisplayNameT &&value)
UpdateCalculatedAttributeDefinitionResult & WithRequestId(RequestIdT &&value)
AWS_CUSTOMERPROFILES_API UpdateCalculatedAttributeDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const AttributeDetails & GetAttributeDetails() const
UpdateCalculatedAttributeDefinitionResult & WithCreatedAt(CreatedAtT &&value)
void SetConditions(ConditionsT &&value)
UpdateCalculatedAttributeDefinitionResult & WithUseHistoricalData(bool value)
const Aws::String & GetCalculatedAttributeName() const
UpdateCalculatedAttributeDefinitionResult & WithDisplayName(DisplayNameT &&value)
void SetStatus(ReadinessStatus value)
const Aws::String & GetDisplayName() const
void SetDescription(DescriptionT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
UpdateCalculatedAttributeDefinitionResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetUseHistoricalData(bool value)
const Aws::String & GetRequestId() const
UpdateCalculatedAttributeDefinitionResult & WithConditions(ConditionsT &&value)
bool GetUseHistoricalData() const
const Readiness & GetReadiness() const
const Conditions & GetConditions() const
AWS_CUSTOMERPROFILES_API UpdateCalculatedAttributeDefinitionResult()=default
void SetAttributeDetails(AttributeDetailsT &&value)
void SetCalculatedAttributeName(CalculatedAttributeNameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
UpdateCalculatedAttributeDefinitionResult & WithAttributeDetails(AttributeDetailsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_CUSTOMERPROFILES_API UpdateCalculatedAttributeDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatistic(Statistic value)
void SetReadiness(ReadinessT &&value)
UpdateCalculatedAttributeDefinitionResult & WithReadiness(ReadinessT &&value)
void SetTags(TagsT &&value)
UpdateCalculatedAttributeDefinitionResult & WithDescription(DescriptionT &&value)
UpdateCalculatedAttributeDefinitionResult & WithCalculatedAttributeName(CalculatedAttributeNameT &&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