/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that represents the content of the email, and optionally a
* character set specification.See Also:
AWS API
* Reference
The content of the message itself.
*/ inline const Aws::String& GetData() const{ return m_data; } /** *The content of the message itself.
*/ inline bool DataHasBeenSet() const { return m_dataHasBeenSet; } /** *The content of the message itself.
*/ inline void SetData(const Aws::String& value) { m_dataHasBeenSet = true; m_data = value; } /** *The content of the message itself.
*/ inline void SetData(Aws::String&& value) { m_dataHasBeenSet = true; m_data = std::move(value); } /** *The content of the message itself.
*/ inline void SetData(const char* value) { m_dataHasBeenSet = true; m_data.assign(value); } /** *The content of the message itself.
*/ inline Content& WithData(const Aws::String& value) { SetData(value); return *this;} /** *The content of the message itself.
*/ inline Content& WithData(Aws::String&& value) { SetData(std::move(value)); return *this;} /** *The content of the message itself.
*/ inline Content& WithData(const char* value) { SetData(value); return *this;} /** *The character set for the content. Because of the constraints of the SMTP
* protocol, Amazon SES uses 7-bit ASCII by default. If the text includes
* characters outside of the ASCII range, you have to specify a character set. For
* example, you could specify UTF-8
, ISO-8859-1
, or
* Shift_JIS
.
The character set for the content. Because of the constraints of the SMTP
* protocol, Amazon SES uses 7-bit ASCII by default. If the text includes
* characters outside of the ASCII range, you have to specify a character set. For
* example, you could specify UTF-8
, ISO-8859-1
, or
* Shift_JIS
.
The character set for the content. Because of the constraints of the SMTP
* protocol, Amazon SES uses 7-bit ASCII by default. If the text includes
* characters outside of the ASCII range, you have to specify a character set. For
* example, you could specify UTF-8
, ISO-8859-1
, or
* Shift_JIS
.
The character set for the content. Because of the constraints of the SMTP
* protocol, Amazon SES uses 7-bit ASCII by default. If the text includes
* characters outside of the ASCII range, you have to specify a character set. For
* example, you could specify UTF-8
, ISO-8859-1
, or
* Shift_JIS
.
The character set for the content. Because of the constraints of the SMTP
* protocol, Amazon SES uses 7-bit ASCII by default. If the text includes
* characters outside of the ASCII range, you have to specify a character set. For
* example, you could specify UTF-8
, ISO-8859-1
, or
* Shift_JIS
.
The character set for the content. Because of the constraints of the SMTP
* protocol, Amazon SES uses 7-bit ASCII by default. If the text includes
* characters outside of the ASCII range, you have to specify a character set. For
* example, you could specify UTF-8
, ISO-8859-1
, or
* Shift_JIS
.
The character set for the content. Because of the constraints of the SMTP
* protocol, Amazon SES uses 7-bit ASCII by default. If the text includes
* characters outside of the ASCII range, you have to specify a character set. For
* example, you could specify UTF-8
, ISO-8859-1
, or
* Shift_JIS
.
The character set for the content. Because of the constraints of the SMTP
* protocol, Amazon SES uses 7-bit ASCII by default. If the text includes
* characters outside of the ASCII range, you have to specify a character set. For
* example, you could specify UTF-8
, ISO-8859-1
, or
* Shift_JIS
.