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>
48 template<
typename ThreatListNameT = Aws::String>
49 void SetThreatListName(ThreatListNameT&& value) { m_threatListNameHasBeenSet =
true; m_threatListName = std::forward<ThreatListNameT>(value); }
50 template<
typename ThreatListNameT = Aws::String>
61 template<
typename ThreatNamesT = Aws::Vector<Aws::String>>
62 void SetThreatNames(ThreatNamesT&& value) { m_threatNamesHasBeenSet =
true; m_threatNames = std::forward<ThreatNamesT>(value); }
63 template<
typename ThreatNamesT = Aws::Vector<Aws::String>>
65 template<
typename ThreatNamesT = Aws::String>
75 template<
typename ThreatFileSha256T = Aws::String>
76 void SetThreatFileSha256(ThreatFileSha256T&& value) { m_threatFileSha256HasBeenSet =
true; m_threatFileSha256 = std::forward<ThreatFileSha256T>(value); }
77 template<
typename ThreatFileSha256T = Aws::String>
83 bool m_threatListNameHasBeenSet =
false;
86 bool m_threatNamesHasBeenSet =
false;
89 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