7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
41 template <
typename SeverityT = Aws::String>
43 m_severityHasBeenSet =
true;
44 m_severity = std::forward<SeverityT>(value);
46 template <
typename SeverityT = Aws::String>
60 template <
typename ThreatNameT = Aws::String>
62 m_threatNameHasBeenSet =
true;
63 m_threatName = std::forward<ThreatNameT>(value);
65 template <
typename ThreatNameT = Aws::String>
76 inline int GetCount()
const {
return m_count; }
79 m_countHasBeenSet =
true;
93 bool m_severityHasBeenSet =
false;
94 bool m_threatNameHasBeenSet =
false;
95 bool m_countHasBeenSet =
false;
AWS_GUARDDUTY_API HighestSeverityThreatDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetThreatName() const
bool CountHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetThreatName(ThreatNameT &&value)
HighestSeverityThreatDetails & WithCount(int value)
HighestSeverityThreatDetails & WithThreatName(ThreatNameT &&value)
bool SeverityHasBeenSet() const
void SetSeverity(SeverityT &&value)
const Aws::String & GetSeverity() const
bool ThreatNameHasBeenSet() const
AWS_GUARDDUTY_API HighestSeverityThreatDetails(Aws::Utils::Json::JsonView jsonValue)
HighestSeverityThreatDetails & WithSeverity(SeverityT &&value)
AWS_GUARDDUTY_API HighestSeverityThreatDetails()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue