7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/model/IndicatorType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
65 template<
typename ValuesT = Aws::Vector<Aws::String>>
66 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
67 template<
typename ValuesT = Aws::Vector<Aws::String>>
69 template<
typename ValuesT = Aws::String>
70 Indicator&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
79 template<
typename TitleT = Aws::String>
80 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
81 template<
typename TitleT = Aws::String>
87 bool m_keyHasBeenSet =
false;
90 bool m_valuesHasBeenSet =
false;
93 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