7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
9#include <aws/timestream-query/model/DimensionValueType.h>
20namespace TimestreamQuery {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 m_dimensionValueTypeHasBeenSet =
true;
62 m_dimensionValueType = value;
73 bool m_nameHasBeenSet =
false;
74 bool m_dimensionValueTypeHasBeenSet =
false;
void SetName(NameT &&value)
DimensionValueType GetDimensionValueType() const
void SetDimensionValueType(DimensionValueType value)
AWS_TIMESTREAMQUERY_API DimensionMapping(Aws::Utils::Json::JsonView jsonValue)
DimensionMapping & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
DimensionMapping & WithDimensionValueType(DimensionValueType value)
bool DimensionValueTypeHasBeenSet() const
AWS_TIMESTREAMQUERY_API DimensionMapping()=default
AWS_TIMESTREAMQUERY_API DimensionMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue