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/Conditions.h>
12#include <aws/customer-profiles/model/AttributeDetails.h>
13#include <aws/customer-profiles/model/ReadinessStatus.h>
14#include <aws/customer-profiles/model/Readiness.h>
15#include <aws/core/utils/memory/stl/AWSMap.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
30namespace CustomerProfiles
47 template<
typename CalculatedAttributeNameT = Aws::String>
48 void SetCalculatedAttributeName(CalculatedAttributeNameT&& value) { m_calculatedAttributeNameHasBeenSet =
true; m_calculatedAttributeName = std::forward<CalculatedAttributeNameT>(value); }
49 template<
typename CalculatedAttributeNameT = Aws::String>
58 template<
typename DisplayNameT = Aws::String>
59 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
60 template<
typename DisplayNameT = Aws::String>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
80 template<
typename CreatedAtT = Aws::Utils::DateTime>
81 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
82 template<
typename CreatedAtT = Aws::Utils::DateTime>
92 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
93 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
94 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
113 template<
typename ConditionsT = Conditions>
114 void SetConditions(ConditionsT&& value) { m_conditionsHasBeenSet =
true; m_conditions = std::forward<ConditionsT>(value); }
115 template<
typename ConditionsT = Conditions>
125 template<
typename AttributeDetailsT = AttributeDetails>
126 void SetAttributeDetails(AttributeDetailsT&& value) { m_attributeDetailsHasBeenSet =
true; m_attributeDetails = std::forward<AttributeDetailsT>(value); }
127 template<
typename AttributeDetailsT = AttributeDetails>
137 inline void SetUseHistoricalData(
bool value) { m_useHistoricalDataHasBeenSet =
true; m_useHistoricalData = value; }
157 template<
typename ReadinessT = Readiness>
158 void SetReadiness(ReadinessT&& value) { m_readinessHasBeenSet =
true; m_readiness = std::forward<ReadinessT>(value); }
159 template<
typename ReadinessT = Readiness>
168 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
169 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
170 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
172 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
174 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
181 template<
typename RequestIdT = Aws::String>
182 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
183 template<
typename RequestIdT = Aws::String>
189 bool m_calculatedAttributeNameHasBeenSet =
false;
192 bool m_displayNameHasBeenSet =
false;
195 bool m_descriptionHasBeenSet =
false;
198 bool m_createdAtHasBeenSet =
false;
201 bool m_lastUpdatedAtHasBeenSet =
false;
204 bool m_statisticHasBeenSet =
false;
206 Conditions m_conditions;
207 bool m_conditionsHasBeenSet =
false;
209 AttributeDetails m_attributeDetails;
210 bool m_attributeDetailsHasBeenSet =
false;
212 bool m_useHistoricalData{
false};
213 bool m_useHistoricalDataHasBeenSet =
false;
216 bool m_statusHasBeenSet =
false;
218 Readiness m_readiness;
219 bool m_readinessHasBeenSet =
false;
222 bool m_tagsHasBeenSet =
false;
225 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)
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