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/Filter.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 {
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;
144 template <
typename FilterT = Filter>
146 m_filterHasBeenSet =
true;
147 m_filter = std::forward<FilterT>(value);
149 template <
typename FilterT = Filter>
162 template <
typename ConditionsT = Conditions>
164 m_conditionsHasBeenSet =
true;
165 m_conditions = std::forward<ConditionsT>(value);
167 template <
typename ConditionsT = Conditions>
180 template <
typename AttributeDetailsT = AttributeDetails>
182 m_attributeDetailsHasBeenSet =
true;
183 m_attributeDetails = std::forward<AttributeDetailsT>(value);
185 template <
typename AttributeDetailsT = AttributeDetails>
199 m_useHistoricalDataHasBeenSet =
true;
200 m_useHistoricalData = value;
215 m_statusHasBeenSet =
true;
230 template <
typename ReadinessT = Readiness>
232 m_readinessHasBeenSet =
true;
233 m_readiness = std::forward<ReadinessT>(value);
235 template <
typename ReadinessT = Readiness>
247 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
249 m_tagsHasBeenSet =
true;
250 m_tags = std::forward<TagsT>(value);
252 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
254 SetTags(std::forward<TagsT>(value));
257 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
259 m_tagsHasBeenSet =
true;
260 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
268 template <
typename RequestIdT = Aws::String>
270 m_requestIdHasBeenSet =
true;
271 m_requestId = std::forward<RequestIdT>(value);
273 template <
typename RequestIdT = Aws::String>
294 Conditions m_conditions;
296 AttributeDetails m_attributeDetails;
298 bool m_useHistoricalData{
false};
302 Readiness m_readiness;
307 bool m_calculatedAttributeNameHasBeenSet =
false;
308 bool m_displayNameHasBeenSet =
false;
309 bool m_descriptionHasBeenSet =
false;
310 bool m_createdAtHasBeenSet =
false;
311 bool m_lastUpdatedAtHasBeenSet =
false;
312 bool m_statisticHasBeenSet =
false;
313 bool m_filterHasBeenSet =
false;
314 bool m_conditionsHasBeenSet =
false;
315 bool m_attributeDetailsHasBeenSet =
false;
316 bool m_useHistoricalDataHasBeenSet =
false;
317 bool m_statusHasBeenSet =
false;
318 bool m_readinessHasBeenSet =
false;
319 bool m_tagsHasBeenSet =
false;
320 bool m_requestIdHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API GetCalculatedAttributeDefinitionResult()=default
GetCalculatedAttributeDefinitionResult & WithDescription(DescriptionT &&value)
GetCalculatedAttributeDefinitionResult & WithRequestId(RequestIdT &&value)
const Conditions & GetConditions() const
const Filter & GetFilter() const
GetCalculatedAttributeDefinitionResult & WithTags(TagsT &&value)
void SetAttributeDetails(AttributeDetailsT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetUseHistoricalData(bool value)
GetCalculatedAttributeDefinitionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetRequestId(RequestIdT &&value)
void SetConditions(ConditionsT &&value)
GetCalculatedAttributeDefinitionResult & WithConditions(ConditionsT &&value)
void SetCalculatedAttributeName(CalculatedAttributeNameT &&value)
void SetStatistic(Statistic value)
const Aws::String & GetDescription() const
void SetCreatedAt(CreatedAtT &&value)
GetCalculatedAttributeDefinitionResult & WithUseHistoricalData(bool value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetReadiness(ReadinessT &&value)
const Aws::String & GetCalculatedAttributeName() const
GetCalculatedAttributeDefinitionResult & WithCalculatedAttributeName(CalculatedAttributeNameT &&value)
GetCalculatedAttributeDefinitionResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
GetCalculatedAttributeDefinitionResult & WithStatistic(Statistic value)
void SetFilter(FilterT &&value)
void SetTags(TagsT &&value)
void SetStatus(ReadinessStatus value)
GetCalculatedAttributeDefinitionResult & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetRequestId() const
GetCalculatedAttributeDefinitionResult & WithStatus(ReadinessStatus value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetDisplayName() const
bool GetUseHistoricalData() const
ReadinessStatus GetStatus() const
AWS_CUSTOMERPROFILES_API GetCalculatedAttributeDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Statistic GetStatistic() const
void SetDescription(DescriptionT &&value)
GetCalculatedAttributeDefinitionResult & WithReadiness(ReadinessT &&value)
GetCalculatedAttributeDefinitionResult & WithCreatedAt(CreatedAtT &&value)
GetCalculatedAttributeDefinitionResult & WithAttributeDetails(AttributeDetailsT &&value)
const AttributeDetails & GetAttributeDetails() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_CUSTOMERPROFILES_API GetCalculatedAttributeDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Readiness & GetReadiness() const
GetCalculatedAttributeDefinitionResult & WithFilter(FilterT &&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