#include <SortCriteria.h>
Contains information about the criteria used for sorting findings.
See Also:
AWS API Reference
Definition at line 33 of file SortCriteria.h.
◆ SortCriteria() [1/2]
Aws::GuardDuty::Model::SortCriteria::SortCriteria |
( |
| ) |
|
◆ SortCriteria() [2/2]
◆ AttributeNameHasBeenSet()
bool Aws::GuardDuty::Model::SortCriteria::AttributeNameHasBeenSet |
( |
| ) |
const |
|
inline |
Represents the finding attribute (for example, accountId) to sort findings by.
Definition at line 52 of file SortCriteria.h.
◆ GetAttributeName()
const Aws::String& Aws::GuardDuty::Model::SortCriteria::GetAttributeName |
( |
| ) |
const |
|
inline |
Represents the finding attribute (for example, accountId) to sort findings by.
Definition at line 46 of file SortCriteria.h.
◆ GetOrderBy()
const OrderBy& Aws::GuardDuty::Model::SortCriteria::GetOrderBy |
( |
| ) |
const |
|
inline |
The order by which the sorted findings are to be displayed.
Definition at line 94 of file SortCriteria.h.
◆ Jsonize()
◆ operator=()
◆ OrderByHasBeenSet()
bool Aws::GuardDuty::Model::SortCriteria::OrderByHasBeenSet |
( |
| ) |
const |
|
inline |
The order by which the sorted findings are to be displayed.
Definition at line 99 of file SortCriteria.h.
◆ SetAttributeName() [1/3]
void Aws::GuardDuty::Model::SortCriteria::SetAttributeName |
( |
Aws::String && |
value | ) |
|
|
inline |
Represents the finding attribute (for example, accountId) to sort findings by.
Definition at line 64 of file SortCriteria.h.
◆ SetAttributeName() [2/3]
void Aws::GuardDuty::Model::SortCriteria::SetAttributeName |
( |
const Aws::String & |
value | ) |
|
|
inline |
Represents the finding attribute (for example, accountId) to sort findings by.
Definition at line 58 of file SortCriteria.h.
◆ SetAttributeName() [3/3]
void Aws::GuardDuty::Model::SortCriteria::SetAttributeName |
( |
const char * |
value | ) |
|
|
inline |
Represents the finding attribute (for example, accountId) to sort findings by.
Definition at line 70 of file SortCriteria.h.
◆ SetOrderBy() [1/2]
void Aws::GuardDuty::Model::SortCriteria::SetOrderBy |
( |
const OrderBy & |
value | ) |
|
|
inline |
The order by which the sorted findings are to be displayed.
Definition at line 104 of file SortCriteria.h.
◆ SetOrderBy() [2/2]
void Aws::GuardDuty::Model::SortCriteria::SetOrderBy |
( |
OrderBy && |
value | ) |
|
|
inline |
The order by which the sorted findings are to be displayed.
Definition at line 109 of file SortCriteria.h.
◆ WithAttributeName() [1/3]
Represents the finding attribute (for example, accountId) to sort findings by.
Definition at line 82 of file SortCriteria.h.
◆ WithAttributeName() [2/3]
Represents the finding attribute (for example, accountId) to sort findings by.
Definition at line 76 of file SortCriteria.h.
◆ WithAttributeName() [3/3]
SortCriteria& Aws::GuardDuty::Model::SortCriteria::WithAttributeName |
( |
const char * |
value | ) |
|
|
inline |
Represents the finding attribute (for example, accountId) to sort findings by.
Definition at line 88 of file SortCriteria.h.
◆ WithOrderBy() [1/2]
The order by which the sorted findings are to be displayed.
Definition at line 114 of file SortCriteria.h.
◆ WithOrderBy() [2/2]
The order by which the sorted findings are to be displayed.
Definition at line 119 of file SortCriteria.h.
The documentation for this class was generated from the following file: