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;
AWS_QUICKSIGHT_API ShortFormatText(Aws::Utils::Json::JsonView jsonValue)
ShortFormatText & WithPlainText(PlainTextT &&value)
bool PlainTextHasBeenSet() const
ShortFormatText & WithRichText(RichTextT &&value)
void SetRichText(RichTextT &&value)
AWS_QUICKSIGHT_API ShortFormatText()=default
const Aws::String & GetPlainText() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPlainText(PlainTextT &&value)
AWS_QUICKSIGHT_API ShortFormatText & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RichTextHasBeenSet() const
const Aws::String & GetRichText() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue