7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
51 template <
typename KeyT = Aws::String>
53 m_keyHasBeenSet =
true;
54 m_key = std::forward<KeyT>(value);
56 template <
typename KeyT = Aws::String>
58 SetKey(std::forward<KeyT>(value));
72 template <
typename ValuesT = Aws::Vector<Aws::String>>
74 m_valuesHasBeenSet =
true;
75 m_values = std::forward<ValuesT>(value);
77 template <
typename ValuesT = Aws::Vector<Aws::String>>
82 template <
typename ValuesT = Aws::String>
84 m_valuesHasBeenSet =
true;
85 m_values.emplace_back(std::forward<ValuesT>(value));
96 template <
typename TitleT = Aws::String>
98 m_titleHasBeenSet =
true;
99 m_title = std::forward<TitleT>(value);
101 template <
typename TitleT = Aws::String>
103 SetTitle(std::forward<TitleT>(value));
114 template <
typename TypeT = Aws::String>
116 m_typeHasBeenSet =
true;
117 m_type = std::forward<TypeT>(value);
119 template <
typename TypeT = Aws::String>
121 SetType(std::forward<TypeT>(value));
133 bool m_keyHasBeenSet =
false;
134 bool m_valuesHasBeenSet =
false;
135 bool m_titleHasBeenSet =
false;
136 bool m_typeHasBeenSet =
false;
bool ValuesHasBeenSet() const
const Aws::String & GetKey() const
Indicator & WithType(TypeT &&value)
void SetTitle(TitleT &&value)
AWS_SECURITYHUB_API Indicator & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TitleHasBeenSet() const
Indicator & WithTitle(TitleT &&value)
void SetType(TypeT &&value)
bool KeyHasBeenSet() const
void SetKey(KeyT &&value)
Indicator & WithKey(KeyT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
Indicator & WithValues(ValuesT &&value)
bool TypeHasBeenSet() const
const Aws::Vector< Aws::String > & GetValues() const
AWS_SECURITYHUB_API Indicator(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Indicator()=default
Indicator & AddValues(ValuesT &&value)
void SetValues(ValuesT &&value)
const Aws::String & GetTitle() const
const Aws::String & GetType() 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