7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename ColumnT = Aws::String>
42 m_columnHasBeenSet =
true;
43 m_column = std::forward<ColumnT>(value);
45 template <
typename ColumnT = Aws::String>
60 m_sortOrderHasBeenSet =
true;
72 bool m_columnHasBeenSet =
false;
73 bool m_sortOrderHasBeenSet =
false;
Order & WithSortOrder(int value)
void SetColumn(ColumnT &&value)
void SetSortOrder(int value)
bool ColumnHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetColumn() const
bool SortOrderHasBeenSet() const
AWS_GLUE_API Order(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Order & operator=(Aws::Utils::Json::JsonView jsonValue)
Order & WithColumn(ColumnT &&value)
AWS_GLUE_API Order()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue