7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/accessanalyzer/model/OrderBy.h>
22namespace AccessAnalyzer
47 template<
typename AttributeNameT = Aws::String>
48 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
49 template<
typename AttributeNameT = Aws::String>
65 bool m_attributeNameHasBeenSet =
false;
68 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