7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/accessanalyzer/model/OrderBy.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace AccessAnalyzer {
41 template <
typename AttributeNameT = Aws::String>
43 m_attributeNameHasBeenSet =
true;
44 m_attributeName = std::forward<AttributeNameT>(value);
46 template <
typename AttributeNameT = Aws::String>
60 m_orderByHasBeenSet =
true;
70 bool m_attributeNameHasBeenSet =
false;
73 bool m_orderByHasBeenSet =
false;
bool AttributeNameHasBeenSet() const
void SetOrderBy(OrderBy value)
AWS_ACCESSANALYZER_API SortCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCESSANALYZER_API SortCriteria(Aws::Utils::Json::JsonView jsonValue)
void SetAttributeName(AttributeNameT &&value)
SortCriteria & WithAttributeName(AttributeNameT &&value)
AWS_ACCESSANALYZER_API SortCriteria()=default
const Aws::String & GetAttributeName() const
bool OrderByHasBeenSet() const
SortCriteria & WithOrderBy(OrderBy value)
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
OrderBy GetOrderBy() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue