7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSAllocator.h>
22namespace TimestreamQuery
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
66 template<
typename TypeT = Type>
68 m_typeHasBeenSet =
true;
71 template<
typename TypeT = Type>
77 bool m_nameHasBeenSet =
false;
79 std::shared_ptr<Type> m_type;
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