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>
69 bool m_groupsHasBeenSet =
false;
72 bool m_includeHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API SegmentGroupStructure()=default
bool GroupsHasBeenSet() const
void SetInclude(IncludeOptions value)
const Aws::Vector< Group > & GetGroups() const
SegmentGroupStructure & AddGroups(GroupsT &&value)
bool IncludeHasBeenSet() const
SegmentGroupStructure & WithGroups(GroupsT &&value)
void SetGroups(GroupsT &&value)
AWS_CUSTOMERPROFILES_API SegmentGroupStructure(Aws::Utils::Json::JsonView jsonValue)
IncludeOptions GetInclude() const
AWS_CUSTOMERPROFILES_API SegmentGroupStructure & operator=(Aws::Utils::Json::JsonView jsonValue)
SegmentGroupStructure & WithInclude(IncludeOptions value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue