7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/AttachmentOutput.h>
49 template<
typename ConversationIdT = Aws::String>
51 template<
typename ConversationIdT = Aws::String>
62 template<
typename UserMessageIdT = Aws::String>
64 template<
typename UserMessageIdT = Aws::String>
75 template<
typename SystemMessageIdT = Aws::String>
77 template<
typename SystemMessageIdT = Aws::String>
85 template<
typename AttachmentT = AttachmentOutput>
87 template<
typename AttachmentT = AttachmentOutput>
93 bool m_conversationIdHasBeenSet =
false;
96 bool m_userMessageIdHasBeenSet =
false;
99 bool m_systemMessageIdHasBeenSet =
false;
102 bool m_attachmentHasBeenSet =
false;
bool ConversationIdHasBeenSet() const
void SetAttachment(AttachmentT &&value)
const Aws::String & GetConversationId() const
const Aws::String & GetSystemMessageId() const
FailedAttachmentEvent & WithSystemMessageId(SystemMessageIdT &&value)
FailedAttachmentEvent & WithAttachment(AttachmentT &&value)
AWS_QBUSINESS_API FailedAttachmentEvent(Aws::Utils::Json::JsonView jsonValue)
bool SystemMessageIdHasBeenSet() const
void SetUserMessageId(UserMessageIdT &&value)
AWS_QBUSINESS_API FailedAttachmentEvent()=default
AWS_QBUSINESS_API FailedAttachmentEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
FailedAttachmentEvent & WithConversationId(ConversationIdT &&value)
bool AttachmentHasBeenSet() const
const AttachmentOutput & GetAttachment() const
void SetSystemMessageId(SystemMessageIdT &&value)
void SetConversationId(ConversationIdT &&value)
const Aws::String & GetUserMessageId() const
bool UserMessageIdHasBeenSet() const
FailedAttachmentEvent & WithUserMessageId(UserMessageIdT &&value)
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