7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename SubjectT = Aws::String>
42 m_subjectHasBeenSet =
true;
43 m_subject = std::forward<SubjectT>(value);
45 template <
typename SubjectT = Aws::String>
58 template <
typename BodyT = Aws::String>
60 m_bodyHasBeenSet =
true;
61 m_body = std::forward<BodyT>(value);
63 template <
typename BodyT = Aws::String>
65 SetBody(std::forward<BodyT>(value));
77 template <
typename ContentTypeT = Aws::String>
79 m_contentTypeHasBeenSet =
true;
80 m_contentType = std::forward<ContentTypeT>(value);
82 template <
typename ContentTypeT = Aws::String>
94 bool m_subjectHasBeenSet =
false;
95 bool m_bodyHasBeenSet =
false;
96 bool m_contentTypeHasBeenSet =
false;
void SetSubject(SubjectT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
OutboundRawMessage & WithContentType(ContentTypeT &&value)
void SetBody(BodyT &&value)
AWS_CONNECT_API OutboundRawMessage()=default
const Aws::String & GetBody() const
AWS_CONNECT_API OutboundRawMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BodyHasBeenSet() const
bool SubjectHasBeenSet() const
OutboundRawMessage & WithBody(BodyT &&value)
void SetContentType(ContentTypeT &&value)
OutboundRawMessage & WithSubject(SubjectT &&value)
bool ContentTypeHasBeenSet() const
AWS_CONNECT_API OutboundRawMessage(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSubject() const
const Aws::String & GetContentType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue