7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/ProfileAttributes.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/customer-profiles/model/CalculatedAttributeDimension.h>
24namespace CustomerProfiles
50 template<
typename ProfileAttributesT = ProfileAttributes>
51 void SetProfileAttributes(ProfileAttributesT&& value) { m_profileAttributesHasBeenSet =
true; m_profileAttributes = std::forward<ProfileAttributesT>(value); }
52 template<
typename ProfileAttributesT = ProfileAttributes>
62 template<
typename CalculatedAttributesT = Aws::Map<Aws::String, CalculatedAttributeDimension>>
63 void SetCalculatedAttributes(CalculatedAttributesT&& value) { m_calculatedAttributesHasBeenSet =
true; m_calculatedAttributes = std::forward<CalculatedAttributesT>(value); }
64 template<
typename CalculatedAttributesT = Aws::Map<Aws::String, CalculatedAttributeDimension>>
66 template<
typename CalculatedAttributesKeyT = Aws::String,
typename CalculatedAttributesValueT = CalculatedAttributeDimension>
68 m_calculatedAttributesHasBeenSet =
true; m_calculatedAttributes.emplace(std::forward<CalculatedAttributesKeyT>(key), std::forward<CalculatedAttributesValueT>(value));
return *
this;
74 bool m_profileAttributesHasBeenSet =
false;
77 bool m_calculatedAttributesHasBeenSet =
false;
bool ProfileAttributesHasBeenSet() const
void SetProfileAttributes(ProfileAttributesT &&value)
Dimension & AddCalculatedAttributes(CalculatedAttributesKeyT &&key, CalculatedAttributesValueT &&value)
bool CalculatedAttributesHasBeenSet() const
AWS_CUSTOMERPROFILES_API Dimension & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCalculatedAttributes(CalculatedAttributesT &&value)
const ProfileAttributes & GetProfileAttributes() const
Dimension & WithProfileAttributes(ProfileAttributesT &&value)
Dimension & WithCalculatedAttributes(CalculatedAttributesT &&value)
AWS_CUSTOMERPROFILES_API Dimension()=default
const Aws::Map< Aws::String, CalculatedAttributeDimension > & GetCalculatedAttributes() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CUSTOMERPROFILES_API Dimension(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue