7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
10#include <aws/customer-profiles/model/AttributeItem.h>
21namespace CustomerProfiles {
43 template <
typename AttributesT = Aws::Vector<AttributeItem>>
45 m_attributesHasBeenSet =
true;
46 m_attributes = std::forward<AttributesT>(value);
48 template <
typename AttributesT = Aws::Vector<AttributeItem>>
53 template <
typename AttributesT = AttributeItem>
55 m_attributesHasBeenSet =
true;
56 m_attributes.emplace_back(std::forward<AttributesT>(value));
69 template <
typename ExpressionT = Aws::String>
71 m_expressionHasBeenSet =
true;
72 m_expression = std::forward<ExpressionT>(value);
74 template <
typename ExpressionT = Aws::String>
84 bool m_attributesHasBeenSet =
false;
85 bool m_expressionHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API AttributeDetails()=default
AWS_CUSTOMERPROFILES_API AttributeDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< AttributeItem > & GetAttributes() const
AttributeDetails & WithExpression(ExpressionT &&value)
AttributeDetails & WithAttributes(AttributesT &&value)
bool AttributesHasBeenSet() const
const Aws::String & GetExpression() const
bool ExpressionHasBeenSet() const
AWS_CUSTOMERPROFILES_API AttributeDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AttributeDetails & AddAttributes(AttributesT &&value)
void SetAttributes(AttributesT &&value)
void SetExpression(ExpressionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue