7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
9#include <aws/pinpoint/model/ResultRow.h>
45 template <
typename RowsT = Aws::Vector<ResultRow>>
47 m_rowsHasBeenSet =
true;
48 m_rows = std::forward<RowsT>(value);
50 template <
typename RowsT = Aws::Vector<ResultRow>>
52 SetRows(std::forward<RowsT>(value));
55 template <
typename RowsT = ResultRow>
57 m_rowsHasBeenSet =
true;
58 m_rows.emplace_back(std::forward<RowsT>(value));
64 bool m_rowsHasBeenSet =
false;
void SetRows(RowsT &&value)
AWS_PINPOINT_API BaseKpiResult & operator=(Aws::Utils::Json::JsonView jsonValue)
BaseKpiResult & AddRows(RowsT &&value)
BaseKpiResult & WithRows(RowsT &&value)
AWS_PINPOINT_API BaseKpiResult(Aws::Utils::Json::JsonView jsonValue)
bool RowsHasBeenSet() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< ResultRow > & GetRows() const
AWS_PINPOINT_API BaseKpiResult()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue