7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/timestream-query/model/Type.h>
22namespace TimestreamQuery
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
59 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
60 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
67 bool m_nameHasBeenSet =
false;
70 bool m_typeHasBeenSet =
false;
ParameterMapping & WithName(Aws::String &&value)
AWS_TIMESTREAMQUERY_API ParameterMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(Aws::String &&value)
bool NameHasBeenSet() const
ParameterMapping & WithType(Type &&value)
bool TypeHasBeenSet() const
ParameterMapping & WithName(const Aws::String &value)
AWS_TIMESTREAMQUERY_API ParameterMapping(Aws::Utils::Json::JsonView jsonValue)
const Type & GetType() const
ParameterMapping & WithName(const char *value)
void SetName(const Aws::String &value)
void SetName(const char *value)
AWS_TIMESTREAMQUERY_API ParameterMapping()
ParameterMapping & WithType(const Type &value)
void SetType(const Type &value)
void SetType(Type &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue