7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/AttachmentOutput.h>
51 inline void SetConversationId(
const char* value) { m_conversationIdHasBeenSet =
true; m_conversationId.assign(value); }
66 inline void SetUserMessageId(
const char* value) { m_userMessageIdHasBeenSet =
true; m_userMessageId.assign(value); }
81 inline void SetSystemMessageId(
const char* value) { m_systemMessageIdHasBeenSet =
true; m_systemMessageId.assign(value); }
99 bool m_conversationIdHasBeenSet =
false;
102 bool m_userMessageIdHasBeenSet =
false;
105 bool m_systemMessageIdHasBeenSet =
false;
108 bool m_attachmentHasBeenSet =
false;
bool ConversationIdHasBeenSet() const
const Aws::String & GetConversationId() const
const Aws::String & GetSystemMessageId() const
void SetAttachment(const AttachmentOutput &value)
FailedAttachmentEvent & WithUserMessageId(Aws::String &&value)
void SetConversationId(const char *value)
AWS_QBUSINESS_API FailedAttachmentEvent(Aws::Utils::Json::JsonView jsonValue)
bool SystemMessageIdHasBeenSet() const
FailedAttachmentEvent & WithAttachment(const AttachmentOutput &value)
FailedAttachmentEvent & WithConversationId(const Aws::String &value)
FailedAttachmentEvent & WithUserMessageId(const Aws::String &value)
AWS_QBUSINESS_API FailedAttachmentEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSystemMessageId(Aws::String &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
FailedAttachmentEvent & WithSystemMessageId(Aws::String &&value)
void SetSystemMessageId(const char *value)
FailedAttachmentEvent & WithAttachment(AttachmentOutput &&value)
bool AttachmentHasBeenSet() const
const AttachmentOutput & GetAttachment() const
void SetAttachment(AttachmentOutput &&value)
FailedAttachmentEvent & WithSystemMessageId(const char *value)
void SetSystemMessageId(const Aws::String &value)
void SetUserMessageId(Aws::String &&value)
FailedAttachmentEvent & WithConversationId(const char *value)
const Aws::String & GetUserMessageId() const
void SetUserMessageId(const char *value)
void SetUserMessageId(const Aws::String &value)
void SetConversationId(const Aws::String &value)
void SetConversationId(Aws::String &&value)
FailedAttachmentEvent & WithSystemMessageId(const Aws::String &value)
bool UserMessageIdHasBeenSet() const
FailedAttachmentEvent & WithConversationId(Aws::String &&value)
FailedAttachmentEvent & WithUserMessageId(const char *value)
AWS_QBUSINESS_API FailedAttachmentEvent()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue