7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/IntentSortAttribute.h>
9#include <aws/lexv2-models/model/SortOrder.h>
61 inline void SetOrder(
SortOrder&& value) { m_orderHasBeenSet =
true; m_order = std::move(value); }
68 bool m_attributeHasBeenSet =
false;
71 bool m_orderHasBeenSet =
false;
void SetAttribute(const IntentSortAttribute &value)
AWS_LEXMODELSV2_API IntentSortBy(Aws::Utils::Json::JsonView jsonValue)
bool AttributeHasBeenSet() const
AWS_LEXMODELSV2_API IntentSortBy & operator=(Aws::Utils::Json::JsonView jsonValue)
IntentSortBy & WithOrder(const SortOrder &value)
void SetAttribute(IntentSortAttribute &&value)
AWS_LEXMODELSV2_API IntentSortBy()
void SetOrder(const SortOrder &value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const IntentSortAttribute & GetAttribute() const
IntentSortBy & WithAttribute(IntentSortAttribute &&value)
const SortOrder & GetOrder() const
IntentSortBy & WithOrder(SortOrder &&value)
IntentSortBy & WithAttribute(const IntentSortAttribute &value)
void SetOrder(SortOrder &&value)
bool OrderHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue