7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
10#include <aws/customer-profiles/model/CalculatedAttributeDimension.h>
11#include <aws/customer-profiles/model/ProfileAttributes.h>
22namespace CustomerProfiles {
44 template <
typename ProfileAttributesT = ProfileAttributes>
46 m_profileAttributesHasBeenSet =
true;
47 m_profileAttributes = std::forward<ProfileAttributesT>(value);
49 template <
typename ProfileAttributesT = ProfileAttributes>
62 template <
typename CalculatedAttributesT = Aws::Map<Aws::String, CalculatedAttributeDimension>>
64 m_calculatedAttributesHasBeenSet =
true;
65 m_calculatedAttributes = std::forward<CalculatedAttributesT>(value);
67 template <
typename CalculatedAttributesT = Aws::Map<Aws::String, CalculatedAttributeDimension>>
72 template <
typename CalculatedAttributesKeyT = Aws::String,
typename CalculatedAttributesValueT = CalculatedAttributeDimension>
74 m_calculatedAttributesHasBeenSet =
true;
75 m_calculatedAttributes.emplace(std::forward<CalculatedAttributesKeyT>(key), std::forward<CalculatedAttributesValueT>(value));
83 bool m_profileAttributesHasBeenSet =
false;
84 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