7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/model/IncludeOptions.h>
10#include <aws/customer-profiles/model/Group.h>
23namespace CustomerProfiles
48 template<
typename GroupsT = Aws::Vector<Group>>
49 void SetGroups(GroupsT&& value) { m_groupsHasBeenSet =
true; m_groups = std::forward<GroupsT>(value); }
50 template<
typename GroupsT = Aws::Vector<Group>>
52 template<
typename GroupsT = Group>
53 SegmentGroup&
AddGroups(GroupsT&& value) { m_groupsHasBeenSet =
true; m_groups.emplace_back(std::forward<GroupsT>(value));
return *
this; }
69 bool m_groupsHasBeenSet =
false;
72 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