7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QApps_EXPORTS.h>
9#include <aws/qapps/model/Sender.h>
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_typeHasBeenSet =
true;
73 bool m_bodyHasBeenSet =
false;
74 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