7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/ThreatIntelIndicatorCategory.h>
10#include <aws/securityhub/model/ThreatIntelIndicatorType.h>
44 m_typeHasBeenSet =
true;
60 template <
typename ValueT = Aws::String>
62 m_valueHasBeenSet =
true;
63 m_value = std::forward<ValueT>(value);
65 template <
typename ValueT = Aws::String>
67 SetValue(std::forward<ValueT>(value));
79 m_categoryHasBeenSet =
true;
97 template <
typename LastObservedAtT = Aws::String>
99 m_lastObservedAtHasBeenSet =
true;
100 m_lastObservedAt = std::forward<LastObservedAtT>(value);
102 template <
typename LastObservedAtT = Aws::String>
116 template <
typename SourceT = Aws::String>
118 m_sourceHasBeenSet =
true;
119 m_source = std::forward<SourceT>(value);
121 template <
typename SourceT = Aws::String>
135 template <
typename SourceUrlT = Aws::String>
137 m_sourceUrlHasBeenSet =
true;
138 m_sourceUrl = std::forward<SourceUrlT>(value);
140 template <
typename SourceUrlT = Aws::String>
158 bool m_typeHasBeenSet =
false;
159 bool m_valueHasBeenSet =
false;
160 bool m_categoryHasBeenSet =
false;
161 bool m_lastObservedAtHasBeenSet =
false;
162 bool m_sourceHasBeenSet =
false;
163 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