7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/model/Sender.h>
48 template<
typename BodyT = Aws::String>
49 void SetBody(
BodyT&& value) { m_bodyHasBeenSet =
true; m_body = std::forward<BodyT>(value); }
50 template<
typename BodyT = Aws::String>
60 inline void SetType(
Sender value) { m_typeHasBeenSet =
true; m_type = value; }
66 bool m_bodyHasBeenSet =
false;
69 bool m_typeHasBeenSet =
false;
ConversationMessage & WithType(Sender value)
AWS_QAPPS_API ConversationMessage()=default
ConversationMessage & WithBody(BodyT &&value)
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
bool BodyHasBeenSet() const
void SetBody(BodyT &&value)
bool TypeHasBeenSet() const
AWS_QAPPS_API ConversationMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBody() const
void SetType(Sender value)
AWS_QAPPS_API ConversationMessage(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue