7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pinpoint/model/Include.h>
10#include <aws/pinpoint/model/SegmentGroup.h>
50 template<
typename GroupsT = Aws::Vector<SegmentGroup>>
51 void SetGroups(GroupsT&& value) { m_groupsHasBeenSet =
true; m_groups = std::forward<GroupsT>(value); }
52 template<
typename GroupsT = Aws::Vector<SegmentGroup>>
54 template<
typename GroupsT = SegmentGroup>
55 SegmentGroupList&
AddGroups(GroupsT&& value) { m_groupsHasBeenSet =
true; m_groups.emplace_back(std::forward<GroupsT>(value));
return *
this; }
72 bool m_groupsHasBeenSet =
false;
75 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