7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 inline void SetThreatListName(
const char* value) { m_threatListNameHasBeenSet =
true; m_threatListName.assign(value); }
80 inline void SetThreatFileSha256(
const char* value) { m_threatFileSha256HasBeenSet =
true; m_threatFileSha256.assign(value); }
88 bool m_threatListNameHasBeenSet =
false;
91 bool m_threatNamesHasBeenSet =
false;
94 bool m_threatFileSha256HasBeenSet =
false;
void SetThreatListName(const Aws::String &value)
bool ThreatListNameHasBeenSet() const
bool ThreatFileSha256HasBeenSet() const
const Aws::Vector< Aws::String > & GetThreatNames() const
void SetThreatFileSha256(Aws::String &&value)
void SetThreatFileSha256(const Aws::String &value)
ThreatIntelligenceDetail & WithThreatNames(const Aws::Vector< Aws::String > &value)
void SetThreatNames(Aws::Vector< Aws::String > &&value)
ThreatIntelligenceDetail & AddThreatNames(const char *value)
void SetThreatNames(const Aws::Vector< Aws::String > &value)
void SetThreatListName(Aws::String &&value)
ThreatIntelligenceDetail & WithThreatFileSha256(Aws::String &&value)
AWS_GUARDDUTY_API ThreatIntelligenceDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
ThreatIntelligenceDetail & WithThreatFileSha256(const Aws::String &value)
ThreatIntelligenceDetail & AddThreatNames(const Aws::String &value)
ThreatIntelligenceDetail & WithThreatListName(Aws::String &&value)
const Aws::String & GetThreatListName() const
void SetThreatListName(const char *value)
void SetThreatFileSha256(const char *value)
ThreatIntelligenceDetail & WithThreatListName(const char *value)
AWS_GUARDDUTY_API ThreatIntelligenceDetail()
AWS_GUARDDUTY_API ThreatIntelligenceDetail(Aws::Utils::Json::JsonView jsonValue)
bool ThreatNamesHasBeenSet() const
ThreatIntelligenceDetail & WithThreatNames(Aws::Vector< Aws::String > &&value)
ThreatIntelligenceDetail & AddThreatNames(Aws::String &&value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
ThreatIntelligenceDetail & WithThreatFileSha256(const char *value)
ThreatIntelligenceDetail & WithThreatListName(const Aws::String &value)
const Aws::String & GetThreatFileSha256() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue