7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename SubjectT = Aws::String>
47 void SetSubject(SubjectT&& value) { m_subjectHasBeenSet =
true; m_subject = std::forward<SubjectT>(value); }
48 template<
typename SubjectT = Aws::String>
58 template<
typename BodyT = Aws::String>
59 void SetBody(BodyT&& value) { m_bodyHasBeenSet =
true; m_body = std::forward<BodyT>(value); }
60 template<
typename BodyT = Aws::String>
71 template<
typename ContentTypeT = Aws::String>
72 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
73 template<
typename ContentTypeT = Aws::String>
79 bool m_subjectHasBeenSet =
false;
82 bool m_bodyHasBeenSet =
false;
85 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