7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
9#include <aws/pinpoint/model/Include.h>
10#include <aws/pinpoint/model/SegmentGroup.h>
44 template <
typename GroupsT = Aws::Vector<SegmentGroup>>
46 m_groupsHasBeenSet =
true;
47 m_groups = std::forward<GroupsT>(value);
49 template <
typename GroupsT = Aws::Vector<SegmentGroup>>
54 template <
typename GroupsT = SegmentGroup>
56 m_groupsHasBeenSet =
true;
57 m_groups.emplace_back(std::forward<GroupsT>(value));
71 m_includeHasBeenSet =
true;
83 bool m_groupsHasBeenSet =
false;
84 bool m_includeHasBeenSet =
false;
SegmentGroupList & WithGroups(GroupsT &&value)
SegmentGroupList & WithInclude(Include value)
void SetGroups(GroupsT &&value)
bool IncludeHasBeenSet() const
void SetInclude(Include value)
SegmentGroupList & AddGroups(GroupsT &&value)
Include GetInclude() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool GroupsHasBeenSet() const
AWS_PINPOINT_API SegmentGroupList()=default
const Aws::Vector< SegmentGroup > & GetGroups() const
AWS_PINPOINT_API SegmentGroupList & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API SegmentGroupList(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue