7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/model/AttributeItem.h>
23namespace CustomerProfiles
49 template<
typename AttributesT = Aws::Vector<AttributeItem>>
50 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
51 template<
typename AttributesT = Aws::Vector<AttributeItem>>
53 template<
typename AttributesT = AttributeItem>
54 AttributeDetails&
AddAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes.emplace_back(std::forward<AttributesT>(value));
return *
this; }
65 template<
typename ExpressionT = Aws::String>
66 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
67 template<
typename ExpressionT = Aws::String>
73 bool m_attributesHasBeenSet =
false;
76 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