46 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
47 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
59 inline void SetText(
const Content& value) { m_textHasBeenSet =
true; m_text = value; }
65 inline void SetText(
Content&& value) { m_textHasBeenSet =
true; m_text = value; }
91 inline void SetHtml(
const Content& value) { m_htmlHasBeenSet =
true; m_html = value; }
98 inline void SetHtml(
Content&& value) { m_htmlHasBeenSet =
true; m_html = value; }
116 bool m_textHasBeenSet;
118 bool m_htmlHasBeenSet;
void SetHtml(const Content &value)
const Content & GetHtml() const
Body & WithText(const Content &value)
void SetHtml(Content &&value)
void SetText(Content &&value)
Body & WithHtml(Content &&value)
Body & WithText(Content &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetText(const Content &value)
Body & WithHtml(const Content &value)
const Content & GetText() const
JSON (JavaScript Object Notation).