7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/model/AttributeType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
72 template<
typename ValuesT = Aws::Vector<Aws::String>>
73 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
74 template<
typename ValuesT = Aws::Vector<Aws::String>>
76 template<
typename ValuesT = Aws::String>
77 AttributeDimension&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
82 bool m_attributeTypeHasBeenSet =
false;
85 bool m_valuesHasBeenSet =
false;
AttributeDimension & WithValues(ValuesT &&value)
AttributeType GetAttributeType() const
AWS_PINPOINT_API AttributeDimension & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API AttributeDimension()=default
AttributeDimension & WithAttributeType(AttributeType value)
void SetValues(ValuesT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValuesHasBeenSet() const
AWS_PINPOINT_API AttributeDimension(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetValues() const
void SetAttributeType(AttributeType value)
bool AttributeTypeHasBeenSet() const
AttributeDimension & AddValues(ValuesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue