7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/model/ThreatIntelIndicatorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityhub/model/ThreatIntelIndicatorCategory.h>
60 template<
typename ValueT = Aws::String>
61 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
62 template<
typename ValueT = Aws::String>
85 template<
typename LastObservedAtT = Aws::String>
86 void SetLastObservedAt(LastObservedAtT&& value) { m_lastObservedAtHasBeenSet =
true; m_lastObservedAt = std::forward<LastObservedAtT>(value); }
87 template<
typename LastObservedAtT = Aws::String>
98 template<
typename SourceT = Aws::String>
99 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
100 template<
typename SourceT = Aws::String>
111 template<
typename SourceUrlT = Aws::String>
112 void SetSourceUrl(SourceUrlT&& value) { m_sourceUrlHasBeenSet =
true; m_sourceUrl = std::forward<SourceUrlT>(value); }
113 template<
typename SourceUrlT = Aws::String>
119 bool m_typeHasBeenSet =
false;
122 bool m_valueHasBeenSet =
false;
125 bool m_categoryHasBeenSet =
false;
128 bool m_lastObservedAtHasBeenSet =
false;
131 bool m_sourceHasBeenSet =
false;
134 bool m_sourceUrlHasBeenSet =
false;
const Aws::String & GetValue() const
bool ValueHasBeenSet() const
AWS_SECURITYHUB_API ThreatIntelIndicator()=default
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API ThreatIntelIndicator(Aws::Utils::Json::JsonView jsonValue)
ThreatIntelIndicator & WithSource(SourceT &&value)
void SetSource(SourceT &&value)
void SetType(ThreatIntelIndicatorType value)
ThreatIntelIndicator & WithSourceUrl(SourceUrlT &&value)
ThreatIntelIndicator & WithValue(ValueT &&value)
const Aws::String & GetSource() const
void SetCategory(ThreatIntelIndicatorCategory value)
ThreatIntelIndicator & WithCategory(ThreatIntelIndicatorCategory value)
void SetSourceUrl(SourceUrlT &&value)
void SetLastObservedAt(LastObservedAtT &&value)
ThreatIntelIndicatorCategory GetCategory() const
bool SourceUrlHasBeenSet() const
bool LastObservedAtHasBeenSet() const
void SetValue(ValueT &&value)
bool CategoryHasBeenSet() const
ThreatIntelIndicator & WithType(ThreatIntelIndicatorType value)
const Aws::String & GetSourceUrl() const
const Aws::String & GetLastObservedAt() const
bool TypeHasBeenSet() const
bool SourceHasBeenSet() const
ThreatIntelIndicator & WithLastObservedAt(LastObservedAtT &&value)
ThreatIntelIndicatorType GetType() const
AWS_SECURITYHUB_API ThreatIntelIndicator & operator=(Aws::Utils::Json::JsonView jsonValue)
ThreatIntelIndicatorCategory
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue