7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9#include <aws/customer-profiles/model/Group.h>
10#include <aws/customer-profiles/model/IncludeOptions.h>
21namespace CustomerProfiles {
42 template <
typename GroupsT = Aws::Vector<Group>>
44 m_groupsHasBeenSet =
true;
45 m_groups = std::forward<GroupsT>(value);
47 template <
typename GroupsT = Aws::Vector<Group>>
52 template <
typename GroupsT = Group>
54 m_groupsHasBeenSet =
true;
55 m_groups.emplace_back(std::forward<GroupsT>(value));
68 m_includeHasBeenSet =
true;
80 bool m_groupsHasBeenSet =
false;
81 bool m_includeHasBeenSet =
false;
void SetInclude(IncludeOptions value)
IncludeOptions GetInclude() const
AWS_CUSTOMERPROFILES_API SegmentGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CUSTOMERPROFILES_API SegmentGroup(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API SegmentGroup()=default
bool IncludeHasBeenSet() const
SegmentGroup & WithInclude(IncludeOptions value)
void SetGroups(GroupsT &&value)
SegmentGroup & AddGroups(GroupsT &&value)
bool GroupsHasBeenSet() const
SegmentGroup & WithGroups(GroupsT &&value)
const Aws::Vector< Group > & GetGroups() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue