7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename TextT = Aws::Vector<Aws::String>>
49 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
50 template<
typename TextT = Aws::Vector<Aws::String>>
52 template<
typename TextT = Aws::String>
53 Observations&
AddText(TextT&& value) { m_textHasBeenSet =
true; m_text.emplace_back(std::forward<TextT>(value));
return *
this; }
58 bool m_textHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetText() const
void SetText(TextT &&value)
AWS_GUARDDUTY_API Observations & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
bool TextHasBeenSet() const
Observations & WithText(TextT &&value)
Observations & AddText(TextT &&value)
AWS_GUARDDUTY_API Observations(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Observations()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue