7#include <aws/core/utils/memory/stl/AWSAllocator.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
20namespace TimestreamQuery {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
64 template <
typename TypeT = Type>
66 m_typeHasBeenSet =
true;
69 template <
typename TypeT = Type>
71 SetType(std::forward<TypeT>(value));
78 std::shared_ptr<Type> m_type;
79 bool m_nameHasBeenSet =
false;
80 bool m_typeHasBeenSet =
false;
ColumnInfo & WithType(TypeT &&value)
AWS_TIMESTREAMQUERY_API ColumnInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API ColumnInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API ColumnInfo()=default
void SetName(NameT &&value)
const Aws::String & GetName() const
bool TypeHasBeenSet() const
bool NameHasBeenSet() const
void SetType(TypeT &&value)
ColumnInfo & WithName(NameT &&value)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
const Type & GetType() 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