7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetConversationId(
const char* value) { m_conversationIdHasBeenSet =
true; m_conversationId.assign(value); }
64 inline void SetUserMessageId(
const char* value) { m_userMessageIdHasBeenSet =
true; m_userMessageId.assign(value); }
79 inline void SetSystemMessageId(
const char* value) { m_systemMessageIdHasBeenSet =
true; m_systemMessageId.assign(value); }
93 inline void SetSystemMessage(
const char* value) { m_systemMessageHasBeenSet =
true; m_systemMessage.assign(value); }
101 bool m_conversationIdHasBeenSet =
false;
104 bool m_userMessageIdHasBeenSet =
false;
107 bool m_systemMessageIdHasBeenSet =
false;
110 bool m_systemMessageHasBeenSet =
false;
TextOutputEvent & WithSystemMessageId(const char *value)
void SetSystemMessageId(Aws::String &&value)
TextOutputEvent & WithSystemMessage(const Aws::String &value)
TextOutputEvent & WithUserMessageId(Aws::String &&value)
void SetSystemMessage(const Aws::String &value)
const Aws::String & GetSystemMessage() const
void SetConversationId(const Aws::String &value)
void SetUserMessageId(const Aws::String &value)
const Aws::String & GetUserMessageId() const
void SetUserMessageId(const char *value)
TextOutputEvent & WithSystemMessage(const char *value)
TextOutputEvent & WithSystemMessageId(Aws::String &&value)
TextOutputEvent & WithUserMessageId(const char *value)
bool ConversationIdHasBeenSet() const
TextOutputEvent & WithUserMessageId(const Aws::String &value)
void SetConversationId(Aws::String &&value)
AWS_QBUSINESS_API TextOutputEvent()
void SetUserMessageId(Aws::String &&value)
bool SystemMessageIdHasBeenSet() const
void SetSystemMessageId(const char *value)
TextOutputEvent & WithConversationId(const char *value)
bool SystemMessageHasBeenSet() const
TextOutputEvent & WithConversationId(Aws::String &&value)
TextOutputEvent & WithConversationId(const Aws::String &value)
const Aws::String & GetConversationId() const
AWS_QBUSINESS_API TextOutputEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSystemMessage(Aws::String &&value)
void SetSystemMessageId(const Aws::String &value)
bool UserMessageIdHasBeenSet() const
TextOutputEvent & WithSystemMessageId(const Aws::String &value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSystemMessageId() const
void SetConversationId(const char *value)
void SetSystemMessage(const char *value)
AWS_QBUSINESS_API TextOutputEvent(Aws::Utils::Json::JsonView jsonValue)
TextOutputEvent & WithSystemMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue