7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/guardduty/model/ScanThreatName.h>
48 inline void SetItemCount(
int value) { m_itemCountHasBeenSet =
true; m_itemCount = value; }
70 inline void SetShortened(
bool value) { m_shortenedHasBeenSet =
true; m_shortened = value; }
90 bool m_itemCountHasBeenSet =
false;
92 int m_uniqueThreatNameCount;
93 bool m_uniqueThreatNameCountHasBeenSet =
false;
96 bool m_shortenedHasBeenSet =
false;
99 bool m_threatNamesHasBeenSet =
false;
void SetShortened(bool value)
bool UniqueThreatNameCountHasBeenSet() const
bool ThreatNamesHasBeenSet() const
ThreatDetectedByName & WithItemCount(int value)
ThreatDetectedByName & WithShortened(bool value)
ThreatDetectedByName & WithThreatNames(Aws::Vector< ScanThreatName > &&value)
AWS_GUARDDUTY_API ThreatDetectedByName()
bool ShortenedHasBeenSet() const
void SetItemCount(int value)
ThreatDetectedByName & AddThreatNames(ScanThreatName &&value)
ThreatDetectedByName & WithThreatNames(const Aws::Vector< ScanThreatName > &value)
void SetThreatNames(Aws::Vector< ScanThreatName > &&value)
void SetThreatNames(const Aws::Vector< ScanThreatName > &value)
const Aws::Vector< ScanThreatName > & GetThreatNames() const
AWS_GUARDDUTY_API ThreatDetectedByName & operator=(Aws::Utils::Json::JsonView jsonValue)
ThreatDetectedByName & WithUniqueThreatNameCount(int value)
ThreatDetectedByName & AddThreatNames(const ScanThreatName &value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API ThreatDetectedByName(Aws::Utils::Json::JsonView jsonValue)
int GetUniqueThreatNameCount() const
void SetUniqueThreatNameCount(int value)
bool ItemCountHasBeenSet() const
bool GetShortened() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue