7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9#include <aws/customer-profiles/model/SortAttribute.h>
20namespace CustomerProfiles {
43 template <
typename AttributesT = Aws::Vector<SortAttribute>>
45 m_attributesHasBeenSet =
true;
46 m_attributes = std::forward<AttributesT>(value);
48 template <
typename AttributesT = Aws::Vector<SortAttribute>>
53 template <
typename AttributesT = SortAttribute>
55 m_attributesHasBeenSet =
true;
56 m_attributes.emplace_back(std::forward<AttributesT>(value));
62 bool m_attributesHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API SegmentSort(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAttributes(AttributesT &&value)
AWS_CUSTOMERPROFILES_API SegmentSort()=default
SegmentSort & WithAttributes(AttributesT &&value)
SegmentSort & AddAttributes(AttributesT &&value)
AWS_CUSTOMERPROFILES_API SegmentSort & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SortAttribute > & GetAttributes() const
bool AttributesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue