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/AttributeDetails.h>
13#include <aws/customer-profiles/model/Conditions.h>
14#include <aws/customer-profiles/model/Readiness.h>
15#include <aws/customer-profiles/model/ReadinessStatus.h>
16#include <aws/customer-profiles/model/Statistic.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace CustomerProfiles {
44 template <
typename CalculatedAttributeNameT = Aws::String>
46 m_calculatedAttributeNameHasBeenSet =
true;
47 m_calculatedAttributeName = std::forward<CalculatedAttributeNameT>(value);
49 template <
typename CalculatedAttributeNameT = Aws::String>
61 template <
typename DisplayNameT = Aws::String>
63 m_displayNameHasBeenSet =
true;
64 m_displayName = std::forward<DisplayNameT>(value);
66 template <
typename DisplayNameT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
95 template <
typename CreatedAtT = Aws::Utils::DateTime>
97 m_createdAtHasBeenSet =
true;
98 m_createdAt = std::forward<CreatedAtT>(value);
100 template <
typename CreatedAtT = Aws::Utils::DateTime>
113 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
115 m_lastUpdatedAtHasBeenSet =
true;
116 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
118 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
131 m_statisticHasBeenSet =
true;
146 template <
typename ConditionsT = Conditions>
148 m_conditionsHasBeenSet =
true;
149 m_conditions = std::forward<ConditionsT>(value);
151 template <
typename ConditionsT = Conditions>
164 template <
typename AttributeDetailsT = AttributeDetails>
166 m_attributeDetailsHasBeenSet =
true;
167 m_attributeDetails = std::forward<AttributeDetailsT>(value);
169 template <
typename AttributeDetailsT = AttributeDetails>
183 m_useHistoricalDataHasBeenSet =
true;
184 m_useHistoricalData = value;
199 m_statusHasBeenSet =
true;
214 template <
typename ReadinessT = Readiness>
216 m_readinessHasBeenSet =
true;
217 m_readiness = std::forward<ReadinessT>(value);
219 template <
typename ReadinessT = Readiness>
231 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
233 m_tagsHasBeenSet =
true;
234 m_tags = std::forward<TagsT>(value);
236 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
238 SetTags(std::forward<TagsT>(value));
241 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
243 m_tagsHasBeenSet =
true;
244 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
252 template <
typename RequestIdT = Aws::String>
254 m_requestIdHasBeenSet =
true;
255 m_requestId = std::forward<RequestIdT>(value);
257 template <
typename RequestIdT = Aws::String>
278 Conditions m_conditions;
280 AttributeDetails m_attributeDetails;
282 bool m_useHistoricalData{
false};
286 Readiness m_readiness;
292 bool m_calculatedAttributeNameHasBeenSet =
false;
293 bool m_displayNameHasBeenSet =
false;
294 bool m_descriptionHasBeenSet =
false;
295 bool m_createdAtHasBeenSet =
false;
296 bool m_lastUpdatedAtHasBeenSet =
false;
297 bool m_statisticHasBeenSet =
false;
298 bool m_conditionsHasBeenSet =
false;
299 bool m_attributeDetailsHasBeenSet =
false;
300 bool m_useHistoricalDataHasBeenSet =
false;
301 bool m_statusHasBeenSet =
false;
302 bool m_readinessHasBeenSet =
false;
303 bool m_tagsHasBeenSet =
false;
304 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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