7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/timestream-query/model/DimensionValueType.h>
22namespace TimestreamQuery
48 template<
typename NameT = Aws::String>
49 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
66 bool m_nameHasBeenSet =
false;
69 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