7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
42 template <
typename PlainTextT = Aws::String>
44 m_plainTextHasBeenSet =
true;
45 m_plainText = std::forward<PlainTextT>(value);
47 template <
typename PlainTextT = Aws::String>
60 template <
typename RichTextT = Aws::String>
62 m_richTextHasBeenSet =
true;
63 m_richText = std::forward<RichTextT>(value);
65 template <
typename RichTextT = Aws::String>
75 bool m_plainTextHasBeenSet =
false;
76 bool m_richTextHasBeenSet =
false;
void SetRichText(RichTextT &&value)
bool PlainTextHasBeenSet() const
AWS_QUICKSIGHT_API LongFormatText(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPlainText() const
LongFormatText & WithPlainText(PlainTextT &&value)
const Aws::String & GetRichText() const
bool RichTextHasBeenSet() const
LongFormatText & WithRichText(RichTextT &&value)
AWS_QUICKSIGHT_API LongFormatText()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPlainText(PlainTextT &&value)
AWS_QUICKSIGHT_API LongFormatText & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue