7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/model/DimensionType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
63 template<
typename ValuesT = Aws::Vector<Aws::String>>
64 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
65 template<
typename ValuesT = Aws::Vector<Aws::String>>
67 template<
typename ValuesT = Aws::String>
68 SetDimension&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
73 bool m_dimensionTypeHasBeenSet =
false;
76 bool m_valuesHasBeenSet =
false;
bool DimensionTypeHasBeenSet() const
AWS_PINPOINT_API SetDimension & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetValues() const
void SetDimensionType(DimensionType value)
SetDimension & AddValues(ValuesT &&value)
AWS_PINPOINT_API SetDimension()=default
DimensionType GetDimensionType() const
SetDimension & WithValues(ValuesT &&value)
void SetValues(ValuesT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
SetDimension & WithDimensionType(DimensionType value)
AWS_PINPOINT_API SetDimension(Aws::Utils::Json::JsonView jsonValue)
bool ValuesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue