7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/customer-profiles/model/Statistic.h>
11#include <aws/customer-profiles/model/Filter.h>
12#include <aws/customer-profiles/model/Conditions.h>
13#include <aws/customer-profiles/model/AttributeDetails.h>
14#include <aws/customer-profiles/model/ReadinessStatus.h>
15#include <aws/customer-profiles/model/Readiness.h>
16#include <aws/core/utils/memory/stl/AWSMap.h>
21template<
typename RESULT_TYPE>
22class AmazonWebServiceResult;
31namespace CustomerProfiles
48 template<
typename CalculatedAttributeNameT = Aws::String>
49 void SetCalculatedAttributeName(CalculatedAttributeNameT&& value) { m_calculatedAttributeNameHasBeenSet =
true; m_calculatedAttributeName = std::forward<CalculatedAttributeNameT>(value); }
50 template<
typename CalculatedAttributeNameT = Aws::String>
59 template<
typename DisplayNameT = Aws::String>
60 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
61 template<
typename DisplayNameT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
81 template<
typename CreatedAtT = Aws::Utils::DateTime>
82 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
83 template<
typename CreatedAtT = Aws::Utils::DateTime>
93 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
94 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
95 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
113 template<
typename FilterT = Filter>
114 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
115 template<
typename FilterT = Filter>
125 template<
typename ConditionsT = Conditions>
126 void SetConditions(ConditionsT&& value) { m_conditionsHasBeenSet =
true; m_conditions = std::forward<ConditionsT>(value); }
127 template<
typename ConditionsT = Conditions>
137 template<
typename AttributeDetailsT = AttributeDetails>
138 void SetAttributeDetails(AttributeDetailsT&& value) { m_attributeDetailsHasBeenSet =
true; m_attributeDetails = std::forward<AttributeDetailsT>(value); }
139 template<
typename AttributeDetailsT = AttributeDetails>
149 inline void SetUseHistoricalData(
bool value) { m_useHistoricalDataHasBeenSet =
true; m_useHistoricalData = value; }
169 template<
typename ReadinessT = Readiness>
170 void SetReadiness(ReadinessT&& value) { m_readinessHasBeenSet =
true; m_readiness = std::forward<ReadinessT>(value); }
171 template<
typename ReadinessT = Readiness>
180 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
181 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
182 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
184 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
186 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
193 template<
typename RequestIdT = Aws::String>
194 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
195 template<
typename RequestIdT = Aws::String>
201 bool m_calculatedAttributeNameHasBeenSet =
false;
204 bool m_displayNameHasBeenSet =
false;
207 bool m_descriptionHasBeenSet =
false;
210 bool m_createdAtHasBeenSet =
false;
213 bool m_lastUpdatedAtHasBeenSet =
false;
216 bool m_statisticHasBeenSet =
false;
219 bool m_filterHasBeenSet =
false;
221 Conditions m_conditions;
222 bool m_conditionsHasBeenSet =
false;
224 AttributeDetails m_attributeDetails;
225 bool m_attributeDetailsHasBeenSet =
false;
227 bool m_useHistoricalData{
false};
228 bool m_useHistoricalDataHasBeenSet =
false;
231 bool m_statusHasBeenSet =
false;
233 Readiness m_readiness;
234 bool m_readinessHasBeenSet =
false;
237 bool m_tagsHasBeenSet =
false;
240 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