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 {
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>
96 template <
typename AttributeDetailsT = AttributeDetails>
98 m_attributeDetailsHasBeenSet =
true;
99 m_attributeDetails = std::forward<AttributeDetailsT>(value);
101 template <
typename AttributeDetailsT = AttributeDetails>
114 template <
typename ConditionsT = Conditions>
116 m_conditionsHasBeenSet =
true;
117 m_conditions = std::forward<ConditionsT>(value);
119 template <
typename ConditionsT = Conditions>
131 template <
typename FilterT = Filter>
133 m_filterHasBeenSet =
true;
134 m_filter = std::forward<FilterT>(value);
136 template <
typename FilterT = Filter>
149 m_statisticHasBeenSet =
true;
163 template <
typename CreatedAtT = Aws::Utils::DateTime>
165 m_createdAtHasBeenSet =
true;
166 m_createdAt = std::forward<CreatedAtT>(value);
168 template <
typename CreatedAtT = Aws::Utils::DateTime>
181 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
183 m_lastUpdatedAtHasBeenSet =
true;
184 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
186 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
200 m_useHistoricalDataHasBeenSet =
true;
201 m_useHistoricalData = value;
216 m_statusHasBeenSet =
true;
231 template <
typename ReadinessT = Readiness>
233 m_readinessHasBeenSet =
true;
234 m_readiness = std::forward<ReadinessT>(value);
236 template <
typename ReadinessT = Readiness>
248 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
250 m_tagsHasBeenSet =
true;
251 m_tags = std::forward<TagsT>(value);
253 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
255 SetTags(std::forward<TagsT>(value));
258 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
260 m_tagsHasBeenSet =
true;
261 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
269 template <
typename RequestIdT = Aws::String>
271 m_requestIdHasBeenSet =
true;
272 m_requestId = std::forward<RequestIdT>(value);
274 template <
typename RequestIdT = Aws::String>
299 bool m_useHistoricalData{
false};
303 Readiness m_readiness;
308 bool m_calculatedAttributeNameHasBeenSet =
false;
309 bool m_displayNameHasBeenSet =
false;
310 bool m_descriptionHasBeenSet =
false;
311 bool m_attributeDetailsHasBeenSet =
false;
312 bool m_conditionsHasBeenSet =
false;
313 bool m_filterHasBeenSet =
false;
314 bool m_statisticHasBeenSet =
false;
315 bool m_createdAtHasBeenSet =
false;
316 bool m_lastUpdatedAtHasBeenSet =
false;
317 bool m_useHistoricalDataHasBeenSet =
false;
318 bool m_statusHasBeenSet =
false;
319 bool m_readinessHasBeenSet =
false;
320 bool m_tagsHasBeenSet =
false;
321 bool m_requestIdHasBeenSet =
false;
CreateCalculatedAttributeDefinitionResult & WithAttributeDetails(AttributeDetailsT &&value)
CreateCalculatedAttributeDefinitionResult & WithReadiness(ReadinessT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDescription() const
CreateCalculatedAttributeDefinitionResult & WithStatistic(Statistic value)
void SetCreatedAt(CreatedAtT &&value)
void SetStatistic(Statistic value)
CreateCalculatedAttributeDefinitionResult & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetDisplayName() const
void SetReadiness(ReadinessT &&value)
CreateCalculatedAttributeDefinitionResult & WithUseHistoricalData(bool value)
const Conditions & GetConditions() const
CreateCalculatedAttributeDefinitionResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
CreateCalculatedAttributeDefinitionResult & WithFilter(FilterT &&value)
void SetFilter(FilterT &&value)
AWS_CUSTOMERPROFILES_API CreateCalculatedAttributeDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
CreateCalculatedAttributeDefinitionResult & WithDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
void SetAttributeDetails(AttributeDetailsT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetCalculatedAttributeName(CalculatedAttributeNameT &&value)
CreateCalculatedAttributeDefinitionResult & WithRequestId(RequestIdT &&value)
void SetStatus(ReadinessStatus value)
AWS_CUSTOMERPROFILES_API CreateCalculatedAttributeDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Readiness & GetReadiness() const
const Filter & GetFilter() const
void SetDescription(DescriptionT &&value)
CreateCalculatedAttributeDefinitionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateCalculatedAttributeDefinitionResult & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
Statistic GetStatistic() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
CreateCalculatedAttributeDefinitionResult & WithConditions(ConditionsT &&value)
bool GetUseHistoricalData() const
ReadinessStatus GetStatus() const
AWS_CUSTOMERPROFILES_API CreateCalculatedAttributeDefinitionResult()=default
CreateCalculatedAttributeDefinitionResult & WithCalculatedAttributeName(CalculatedAttributeNameT &&value)
void SetUseHistoricalData(bool value)
const Aws::String & GetCalculatedAttributeName() const
void SetConditions(ConditionsT &&value)
const AttributeDetails & GetAttributeDetails() const
CreateCalculatedAttributeDefinitionResult & WithStatus(ReadinessStatus value)
CreateCalculatedAttributeDefinitionResult & WithCreatedAt(CreatedAtT &&value)
void SetTags(TagsT &&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