7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pinpoint/model/ResultRowValue.h>
51 template<
typename GroupedBysT = Aws::Vector<ResultRowValue>>
52 void SetGroupedBys(GroupedBysT&& value) { m_groupedBysHasBeenSet =
true; m_groupedBys = std::forward<GroupedBysT>(value); }
53 template<
typename GroupedBysT = Aws::Vector<ResultRowValue>>
55 template<
typename GroupedBysT = ResultRowValue>
56 ResultRow&
AddGroupedBys(GroupedBysT&& value) { m_groupedBysHasBeenSet =
true; m_groupedBys.emplace_back(std::forward<GroupedBysT>(value));
return *
this; }
66 template<
typename ValuesT = Aws::Vector<ResultRowValue>>
67 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
68 template<
typename ValuesT = Aws::Vector<ResultRowValue>>
70 template<
typename ValuesT = ResultRowValue>
71 ResultRow&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
76 bool m_groupedBysHasBeenSet =
false;
79 bool m_valuesHasBeenSet =
false;
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PINPOINT_API ResultRow()=default
AWS_PINPOINT_API ResultRow(Aws::Utils::Json::JsonView jsonValue)
ResultRow & WithValues(ValuesT &&value)
ResultRow & AddValues(ValuesT &&value)
void SetGroupedBys(GroupedBysT &&value)
const Aws::Vector< ResultRowValue > & GetGroupedBys() const
bool GroupedBysHasBeenSet() const
bool ValuesHasBeenSet() const
ResultRow & WithGroupedBys(GroupedBysT &&value)
ResultRow & AddGroupedBys(GroupedBysT &&value)
const Aws::Vector< ResultRowValue > & GetValues() const
AWS_PINPOINT_API ResultRow & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValues(ValuesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue