#include <FindingStatistics.h>
Contains information about finding statistics.
See Also:
AWS API Reference
Definition at line 32 of file FindingStatistics.h.
◆ FindingStatistics() [1/2]
Aws::GuardDuty::Model::FindingStatistics::FindingStatistics |
( |
| ) |
|
◆ FindingStatistics() [2/2]
◆ AddCountBySeverity() [1/3]
Represents a map of severity to count statistics for a set of findings.
Definition at line 79 of file FindingStatistics.h.
◆ AddCountBySeverity() [2/3]
Represents a map of severity to count statistics for a set of findings.
Definition at line 74 of file FindingStatistics.h.
◆ AddCountBySeverity() [3/3]
FindingStatistics& Aws::GuardDuty::Model::FindingStatistics::AddCountBySeverity |
( |
const char * |
key, |
|
|
int |
value |
|
) |
| |
|
inline |
Represents a map of severity to count statistics for a set of findings.
Definition at line 84 of file FindingStatistics.h.
◆ CountBySeverityHasBeenSet()
bool Aws::GuardDuty::Model::FindingStatistics::CountBySeverityHasBeenSet |
( |
| ) |
const |
|
inline |
Represents a map of severity to count statistics for a set of findings.
Definition at line 49 of file FindingStatistics.h.
◆ GetCountBySeverity()
const Aws::Map<Aws::String, int>& Aws::GuardDuty::Model::FindingStatistics::GetCountBySeverity |
( |
| ) |
const |
|
inline |
Represents a map of severity to count statistics for a set of findings.
Definition at line 44 of file FindingStatistics.h.
◆ Jsonize()
◆ operator=()
◆ SetCountBySeverity() [1/2]
void Aws::GuardDuty::Model::FindingStatistics::SetCountBySeverity |
( |
Aws::Map< Aws::String, int > && |
value | ) |
|
|
inline |
Represents a map of severity to count statistics for a set of findings.
Definition at line 59 of file FindingStatistics.h.
◆ SetCountBySeverity() [2/2]
void Aws::GuardDuty::Model::FindingStatistics::SetCountBySeverity |
( |
const Aws::Map< Aws::String, int > & |
value | ) |
|
|
inline |
Represents a map of severity to count statistics for a set of findings.
Definition at line 54 of file FindingStatistics.h.
◆ WithCountBySeverity() [1/2]
Represents a map of severity to count statistics for a set of findings.
Definition at line 69 of file FindingStatistics.h.
◆ WithCountBySeverity() [2/2]
Represents a map of severity to count statistics for a set of findings.
Definition at line 64 of file FindingStatistics.h.
The documentation for this class was generated from the following file: