7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/guardduty/GuardDuty_EXPORTS.h>
42 template <
typename ThreatListNameT = Aws::String>
44 m_threatListNameHasBeenSet =
true;
45 m_threatListName = std::forward<ThreatListNameT>(value);
47 template <
typename ThreatListNameT = Aws::String>
61 template <
typename ThreatNamesT = Aws::Vector<Aws::String>>
63 m_threatNamesHasBeenSet =
true;
64 m_threatNames = std::forward<ThreatNamesT>(value);
66 template <
typename ThreatNamesT = Aws::Vector<Aws::String>>
71 template <
typename ThreatNamesT = Aws::String>
73 m_threatNamesHasBeenSet =
true;
74 m_threatNames.emplace_back(std::forward<ThreatNamesT>(value));
85 template <
typename ThreatFileSha256T = Aws::String>
87 m_threatFileSha256HasBeenSet =
true;
88 m_threatFileSha256 = std::forward<ThreatFileSha256T>(value);
90 template <
typename ThreatFileSha256T = Aws::String>
102 bool m_threatListNameHasBeenSet =
false;
103 bool m_threatNamesHasBeenSet =
false;
104 bool m_threatFileSha256HasBeenSet =
false;
ThreatIntelligenceDetail & WithThreatListName(ThreatListNameT &&value)
bool ThreatListNameHasBeenSet() const
bool ThreatFileSha256HasBeenSet() const
void SetThreatFileSha256(ThreatFileSha256T &&value)
const Aws::Vector< Aws::String > & GetThreatNames() const
ThreatIntelligenceDetail & WithThreatNames(ThreatNamesT &&value)
ThreatIntelligenceDetail & WithThreatFileSha256(ThreatFileSha256T &&value)
AWS_GUARDDUTY_API ThreatIntelligenceDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API ThreatIntelligenceDetail()=default
const Aws::String & GetThreatListName() const
AWS_GUARDDUTY_API ThreatIntelligenceDetail(Aws::Utils::Json::JsonView jsonValue)
void SetThreatListName(ThreatListNameT &&value)
bool ThreatNamesHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetThreatFileSha256() const
void SetThreatNames(ThreatNamesT &&value)
ThreatIntelligenceDetail & AddThreatNames(ThreatNamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue