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
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
70 bool m_nameHasBeenSet =
false;
73 bool m_dimensionValueTypeHasBeenSet =
false;
AWS_TIMESTREAMQUERY_API DimensionMapping(Aws::Utils::Json::JsonView jsonValue)
DimensionMapping & WithName(const char *value)
void SetDimensionValueType(DimensionValueType &&value)
DimensionMapping & WithDimensionValueType(const DimensionValueType &value)
const DimensionValueType & GetDimensionValueType() const
AWS_TIMESTREAMQUERY_API DimensionMapping()
void SetName(const Aws::String &value)
DimensionMapping & WithName(Aws::String &&value)
void SetDimensionValueType(const DimensionValueType &value)
const Aws::String & GetName() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
DimensionMapping & WithName(const Aws::String &value)
bool DimensionValueTypeHasBeenSet() const
void SetName(Aws::String &&value)
AWS_TIMESTREAMQUERY_API DimensionMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
DimensionMapping & WithDimensionValueType(DimensionValueType &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue