7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/Sort.h>
41 template <
typename FieldNameT = Aws::String>
43 m_fieldNameHasBeenSet =
true;
44 m_fieldName = std::forward<FieldNameT>(value);
46 template <
typename FieldNameT = Aws::String>
60 m_sortHasBeenSet =
true;
72 bool m_fieldNameHasBeenSet =
false;
73 bool m_sortHasBeenSet =
false;
AWS_GLUE_API SortCriterion(Aws::Utils::Json::JsonView jsonValue)
SortCriterion & WithSort(Sort value)
SortCriterion & WithFieldName(FieldNameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API SortCriterion()=default
void SetFieldName(FieldNameT &&value)
bool SortHasBeenSet() const
AWS_GLUE_API SortCriterion & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FieldNameHasBeenSet() const
const Aws::String & GetFieldName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue