7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/model/CommentBodyTextType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConnectCases {
42 template <
typename BodyT = Aws::String>
44 m_bodyHasBeenSet =
true;
45 m_body = std::forward<BodyT>(value);
47 template <
typename BodyT = Aws::String>
49 SetBody(std::forward<BodyT>(value));
61 m_contentTypeHasBeenSet =
true;
62 m_contentType = value;
73 bool m_bodyHasBeenSet =
false;
74 bool m_contentTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue