7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/Document.h>
35 AWS_IOTTWINMAKER_API
Row() =
default;
47 template<
typename RowDataT = Aws::Vector<Aws::Utils::Document>>
48 void SetRowData(RowDataT&& value) { m_rowDataHasBeenSet =
true; m_rowData = std::forward<RowDataT>(value); }
49 template<
typename RowDataT = Aws::Vector<Aws::Utils::Document>>
51 template<
typename RowDataT = Aws::Utils::Document>
52 Row&
AddRowData(RowDataT&& value) { m_rowDataHasBeenSet =
true; m_rowData.emplace_back(std::forward<RowDataT>(value));
return *
this; }
57 bool m_rowDataHasBeenSet =
false;
Row & WithRowData(RowDataT &&value)
AWS_IOTTWINMAKER_API Row()=default
AWS_IOTTWINMAKER_API Row(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::Utils::Document > & GetRowData() const
Row & AddRowData(RowDataT &&value)
bool RowDataHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRowData(RowDataT &&value)
AWS_IOTTWINMAKER_API Row & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue