7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
9#include <aws/timestream-query/model/Datum.h>
20namespace TimestreamQuery {
31 AWS_TIMESTREAMQUERY_API
Row() =
default;
42 template <
typename DataT = Aws::Vector<Datum>>
44 m_dataHasBeenSet =
true;
45 m_data = std::forward<DataT>(value);
47 template <
typename DataT = Aws::Vector<Datum>>
49 SetData(std::forward<DataT>(value));
52 template <
typename DataT = Datum>
54 m_dataHasBeenSet =
true;
55 m_data.emplace_back(std::forward<DataT>(value));
61 bool m_dataHasBeenSet =
false;
bool DataHasBeenSet() const
Row & AddData(DataT &&value)
AWS_TIMESTREAMQUERY_API Row()=default
AWS_TIMESTREAMQUERY_API Row & operator=(Aws::Utils::Json::JsonView jsonValue)
Row & WithData(DataT &&value)
AWS_TIMESTREAMQUERY_API Row(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetData(DataT &&value)
const Aws::Vector< Datum > & GetData() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue