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/Filter.h>
15#include <aws/customer-profiles/model/Readiness.h>
16#include <aws/customer-profiles/model/ReadinessStatus.h>
17#include <aws/customer-profiles/model/Statistic.h>
22template <
typename RESULT_TYPE>
23class AmazonWebServiceResult;
30namespace CustomerProfiles {
45 template <
typename CalculatedAttributeNameT = Aws::String>
47 m_calculatedAttributeNameHasBeenSet =
true;
48 m_calculatedAttributeName = std::forward<CalculatedAttributeNameT>(value);
50 template <
typename CalculatedAttributeNameT = Aws::String>
62 template <
typename DisplayNameT = Aws::String>
64 m_displayNameHasBeenSet =
true;
65 m_displayName = std::forward<DisplayNameT>(value);
67 template <
typename DisplayNameT = Aws::String>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename AttributeDetailsT = AttributeDetails>
99 m_attributeDetailsHasBeenSet =
true;
100 m_attributeDetails = std::forward<AttributeDetailsT>(value);
102 template <
typename AttributeDetailsT = AttributeDetails>
115 template <
typename ConditionsT = Conditions>
117 m_conditionsHasBeenSet =
true;
118 m_conditions = std::forward<ConditionsT>(value);
120 template <
typename ConditionsT = Conditions>
132 template <
typename FilterT = Filter>
134 m_filterHasBeenSet =
true;
135 m_filter = std::forward<FilterT>(value);
137 template <
typename FilterT = Filter>
150 m_statisticHasBeenSet =
true;
164 template <
typename CreatedAtT = Aws::Utils::DateTime>
166 m_createdAtHasBeenSet =
true;
167 m_createdAt = std::forward<CreatedAtT>(value);
169 template <
typename CreatedAtT = Aws::Utils::DateTime>
182 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
184 m_lastUpdatedAtHasBeenSet =
true;
185 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
187 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
201 m_useHistoricalDataHasBeenSet =
true;
202 m_useHistoricalData = value;
217 m_statusHasBeenSet =
true;
232 template <
typename ReadinessT = Readiness>
234 m_readinessHasBeenSet =
true;
235 m_readiness = std::forward<ReadinessT>(value);
237 template <
typename ReadinessT = Readiness>
249 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
251 m_tagsHasBeenSet =
true;
252 m_tags = std::forward<TagsT>(value);
254 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
256 SetTags(std::forward<TagsT>(value));
259 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
261 m_tagsHasBeenSet =
true;
262 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
270 template <
typename RequestIdT = Aws::String>
272 m_requestIdHasBeenSet =
true;
273 m_requestId = std::forward<RequestIdT>(value);
275 template <
typename RequestIdT = Aws::String>
302 bool m_useHistoricalData{
false};
306 Readiness m_readiness;
312 bool m_calculatedAttributeNameHasBeenSet =
false;
313 bool m_displayNameHasBeenSet =
false;
314 bool m_descriptionHasBeenSet =
false;
315 bool m_attributeDetailsHasBeenSet =
false;
316 bool m_conditionsHasBeenSet =
false;
317 bool m_filterHasBeenSet =
false;
318 bool m_statisticHasBeenSet =
false;
319 bool m_createdAtHasBeenSet =
false;
320 bool m_lastUpdatedAtHasBeenSet =
false;
321 bool m_useHistoricalDataHasBeenSet =
false;
322 bool m_statusHasBeenSet =
false;
323 bool m_readinessHasBeenSet =
false;
324 bool m_tagsHasBeenSet =
false;
325 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::Http::HttpResponseCode GetHttpResponseCode() 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