7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/TextMessage.h>
46 template<
typename TextT = TextMessage>
47 void SetText(
TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
48 template<
typename TextT = TextMessage>
54 bool m_textHasBeenSet =
false;
const TextMessage & GetText() const
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
MessageData & WithText(TextT &&value)
AWS_QCONNECT_API MessageData()=default
void SetText(TextT &&value)
bool TextHasBeenSet() const
AWS_QCONNECT_API MessageData(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API MessageData & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue