7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename TextT = Aws::String>
50 void SetText(
TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
51 template<
typename TextT = Aws::String>
57 bool m_textHasBeenSet =
false;
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool TextHasBeenSet() const
void SetText(TextT &&value)
AWS_QBUSINESS_API SnippetExcerpt & operator=(Aws::Utils::Json::JsonView jsonValue)
SnippetExcerpt & WithText(TextT &&value)
AWS_QBUSINESS_API SnippetExcerpt(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetText() const
AWS_QBUSINESS_API SnippetExcerpt()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue