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>
66 inline void SetInclude(
const Include& value) { m_includeHasBeenSet =
true; m_include = value; }
67 inline void SetInclude(
Include&& value) { m_includeHasBeenSet =
true; m_include = std::move(value); }
74 bool m_groupsHasBeenSet =
false;
77 bool m_includeHasBeenSet =
false;
SegmentGroupList & AddGroups(SegmentGroup &&value)
const Include & GetInclude() const
bool IncludeHasBeenSet() const
void SetGroups(const Aws::Vector< SegmentGroup > &value)
SegmentGroupList & WithInclude(Include &&value)
SegmentGroupList & AddGroups(const SegmentGroup &value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool GroupsHasBeenSet() const
const Aws::Vector< SegmentGroup > & GetGroups() const
void SetInclude(const Include &value)
SegmentGroupList & WithInclude(const Include &value)
SegmentGroupList & WithGroups(Aws::Vector< SegmentGroup > &&value)
AWS_PINPOINT_API SegmentGroupList & operator=(Aws::Utils::Json::JsonView jsonValue)
SegmentGroupList & WithGroups(const Aws::Vector< SegmentGroup > &value)
void SetInclude(Include &&value)
AWS_PINPOINT_API SegmentGroupList(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API SegmentGroupList()
void SetGroups(Aws::Vector< SegmentGroup > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue