7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
9#include <aws/timestream-query/model/Type.h>
20namespace TimestreamQuery {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
57 template <
typename TypeT = Type>
59 m_typeHasBeenSet =
true;
60 m_type = std::forward<TypeT>(value);
62 template <
typename TypeT = Type>
64 SetType(std::forward<TypeT>(value));
72 bool m_nameHasBeenSet =
false;
73 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