7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ce/model/SortOrder.h>
47 template<
typename KeyT = Aws::String>
48 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
49 template<
typename KeyT = Aws::String>
65 bool m_keyHasBeenSet =
false;
68 bool m_sortOrderHasBeenSet =
false;
AWS_COSTEXPLORER_API SortDefinition()=default
SortDefinition & WithKey(KeyT &&value)
void SetSortOrder(SortOrder value)
SortOrder GetSortOrder() const
void SetKey(KeyT &&value)
bool SortOrderHasBeenSet() const
const Aws::String & GetKey() const
SortDefinition & WithSortOrder(SortOrder value)
AWS_COSTEXPLORER_API SortDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
bool KeyHasBeenSet() const
AWS_COSTEXPLORER_API SortDefinition(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue