7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ContentTypeT = Aws::String>
44 m_contentTypeHasBeenSet =
true;
45 m_contentType = std::forward<ContentTypeT>(value);
47 template <
typename ContentTypeT = Aws::String>
66 template <
typename ContentT = Aws::String>
68 m_contentHasBeenSet =
true;
69 m_content = std::forward<ContentT>(value);
71 template <
typename ContentT = Aws::String>
81 bool m_contentTypeHasBeenSet =
false;
82 bool m_contentHasBeenSet =
false;
void SetContentType(ContentTypeT &&value)
AWS_CONNECT_API ChatMessage()=default
ChatMessage & WithContent(ContentT &&value)
const Aws::String & GetContent() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API ChatMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContent(ContentT &&value)
AWS_CONNECT_API ChatMessage(Aws::Utils::Json::JsonView jsonValue)
bool ContentTypeHasBeenSet() const
ChatMessage & WithContentType(ContentTypeT &&value)
const Aws::String & GetContentType() const
bool ContentHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue