7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/Sort.h>
47 template<
typename FieldNameT = Aws::String>
48 void SetFieldName(FieldNameT&& value) { m_fieldNameHasBeenSet =
true; m_fieldName = std::forward<FieldNameT>(value); }
49 template<
typename FieldNameT = Aws::String>
59 inline void SetSort(
Sort value) { m_sortHasBeenSet =
true; m_sort = value; }
65 bool m_fieldNameHasBeenSet =
false;
68 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