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
47 template<
typename NameT = Aws::String>
48 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
57 template<
typename TypeT = Type>
58 void SetType(
TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
59 template<
typename TypeT = Type>
65 bool m_nameHasBeenSet =
false;
68 bool m_typeHasBeenSet =
false;
void SetType(TypeT &&value)
AWS_TIMESTREAMQUERY_API ParameterMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API ParameterMapping()=default
const Aws::String & GetName() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
ParameterMapping & WithName(NameT &&value)
bool NameHasBeenSet() const
bool TypeHasBeenSet() const
AWS_TIMESTREAMQUERY_API ParameterMapping(Aws::Utils::Json::JsonView jsonValue)
const Type & GetType() const
ParameterMapping & WithType(TypeT &&value)
void SetName(NameT &&value)
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