AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
SortDirection.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/Wickr_EXPORTS.h>
9
10namespace Aws {
11namespace Wickr {
12namespace Model {
13enum class SortDirection { NOT_SET, ASC, DESC };
14
15namespace SortDirectionMapper {
17
19} // namespace SortDirectionMapper
20} // namespace Model
21} // namespace Wickr
22} // namespace Aws
AWS_WICKR_API Aws::String GetNameForSortDirection(SortDirection value)
AWS_WICKR_API SortDirection GetSortDirectionForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String