7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/SearchSortOrder.h>
41 template <
typename AttributeT = Aws::String>
43 m_attributeHasBeenSet =
true;
44 m_attribute = std::forward<AttributeT>(value);
46 template <
typename AttributeT = Aws::String>
61 m_orderHasBeenSet =
true;
73 bool m_attributeHasBeenSet =
false;
74 bool m_orderHasBeenSet =
false;
AWS_GLUE_API SearchSort()=default
bool AttributeHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOrder(SearchSortOrder value)
SearchSort & WithOrder(SearchSortOrder value)
const Aws::String & GetAttribute() const
bool OrderHasBeenSet() const
SearchSortOrder GetOrder() const
SearchSort & WithAttribute(AttributeT &&value)
AWS_GLUE_API SearchSort & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttribute(AttributeT &&value)
AWS_GLUE_API SearchSort(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue