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>
10#include <aws/guardduty/model/IndicatorType.h>
47 m_keyHasBeenSet =
true;
65 template <
typename ValuesT = Aws::Vector<Aws::String>>
67 m_valuesHasBeenSet =
true;
68 m_values = std::forward<ValuesT>(value);
70 template <
typename ValuesT = Aws::Vector<Aws::String>>
75 template <
typename ValuesT = Aws::String>
77 m_valuesHasBeenSet =
true;
78 m_values.emplace_back(std::forward<ValuesT>(value));
89 template <
typename TitleT = Aws::String>
91 m_titleHasBeenSet =
true;
92 m_title = std::forward<TitleT>(value);
94 template <
typename TitleT = Aws::String>
96 SetTitle(std::forward<TitleT>(value));
106 bool m_keyHasBeenSet =
false;
107 bool m_valuesHasBeenSet =
false;
108 bool m_titleHasBeenSet =
false;
void SetKey(IndicatorType value)
bool TitleHasBeenSet() const
Indicator & WithTitle(TitleT &&value)
bool ValuesHasBeenSet() const
void SetValues(ValuesT &&value)
Indicator & WithValues(ValuesT &&value)
AWS_GUARDDUTY_API Indicator(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTitle() const
bool KeyHasBeenSet() const
IndicatorType GetKey() const
Indicator & AddValues(ValuesT &&value)
Indicator & WithKey(IndicatorType value)
AWS_GUARDDUTY_API Indicator()=default
void SetTitle(TitleT &&value)
AWS_GUARDDUTY_API Indicator & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetValues() 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