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>
54 inline Observations&
AddText(
const char* value) { m_textHasBeenSet =
true; m_text.push_back(value);
return *
this; }
59 bool m_textHasBeenSet =
false;
void SetText(const Aws::Vector< Aws::String > &value)
Observations & WithText(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetText() const
AWS_GUARDDUTY_API Observations & operator=(Aws::Utils::Json::JsonView jsonValue)
Observations & WithText(Aws::Vector< Aws::String > &&value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetText(Aws::Vector< Aws::String > &&value)
AWS_GUARDDUTY_API Observations()
bool TextHasBeenSet() const
Observations & AddText(const char *value)
Observations & AddText(Aws::String &&value)
AWS_GUARDDUTY_API Observations(Aws::Utils::Json::JsonView jsonValue)
Observations & AddText(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue