7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/model/OrderBy.h>
51 template<
typename AttributeNameT = Aws::String>
52 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
53 template<
typename AttributeNameT = Aws::String>
71 bool m_attributeNameHasBeenSet =
false;
74 bool m_orderByHasBeenSet =
false;
void SetOrderBy(OrderBy value)
void SetAttributeName(AttributeNameT &&value)
AWS_MACIE2_API BucketSortCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
bool OrderByHasBeenSet() const
const Aws::String & GetAttributeName() const
OrderBy GetOrderBy() const
AWS_MACIE2_API BucketSortCriteria(Aws::Utils::Json::JsonView jsonValue)
bool AttributeNameHasBeenSet() const
BucketSortCriteria & WithAttributeName(AttributeNameT &&value)
AWS_MACIE2_API BucketSortCriteria()=default
BucketSortCriteria & WithOrderBy(OrderBy value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue