7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/model/Sender.h>
50 inline void SetBody(
const char* value) { m_bodyHasBeenSet =
true; m_body.assign(value); }
62 inline void SetType(
const Sender& value) { m_typeHasBeenSet =
true; m_type = value; }
63 inline void SetType(
Sender&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
70 bool m_bodyHasBeenSet =
false;
73 bool m_typeHasBeenSet =
false;
ConversationMessage & WithBody(Aws::String &&value)
void SetType(const Sender &value)
ConversationMessage & WithType(Sender &&value)
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
bool BodyHasBeenSet() const
AWS_QAPPS_API ConversationMessage()
void SetBody(Aws::String &&value)
void SetBody(const Aws::String &value)
const Sender & GetType() const
ConversationMessage & WithBody(const char *value)
void SetBody(const char *value)
bool TypeHasBeenSet() const
AWS_QAPPS_API ConversationMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
ConversationMessage & WithBody(const Aws::String &value)
const Aws::String & GetBody() const
ConversationMessage & WithType(const Sender &value)
void SetType(Sender &&value)
AWS_QAPPS_API ConversationMessage(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue