Class DefaultFailedAttachmentEvent
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.FailedAttachmentEvent
-
- software.amazon.awssdk.services.qbusiness.model.chatoutputstream.DefaultFailedAttachmentEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ChatOutputStream,ToCopyableBuilder<FailedAttachmentEvent.Builder,FailedAttachmentEvent>
@Generated("software.amazon.awssdk:codegen") public final class DefaultFailedAttachmentEvent extends FailedAttachmentEvent
A specialization ofsoftware.amazon.awssdk.services.qbusiness.model.FailedAttachmentEventthat represents theChatOutputStream$failedAttachmentEventevent. Do not use this class directly. Instead, use the static builder methods onChatOutputStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultFailedAttachmentEvent.Builder-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatOutputStream
ChatOutputStream.EventType
-
-
Field Summary
-
Fields inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatOutputStream
UNKNOWN
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ChatResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofFailedAttachmentEvent.static DefaultFailedAttachmentEvent.Builderbuilder()ChatOutputStream.EventTypesdkEventType()The type of this event.DefaultFailedAttachmentEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.qbusiness.model.FailedAttachmentEvent
attachment, conversationId, copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFields, serializableBuilderClass, systemMessageId, toString, userMessageId
-
-
-
-
Method Detail
-
toBuilder
public DefaultFailedAttachmentEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FailedAttachmentEvent.Builder,FailedAttachmentEvent>- Overrides:
toBuilderin classFailedAttachmentEvent
-
builder
public static DefaultFailedAttachmentEvent.Builder builder()
-
accept
public void accept(ChatResponseHandler.Visitor visitor)
Description copied from class:FailedAttachmentEventCalls the appropriate visit method depending on the subtype ofFailedAttachmentEvent.- Specified by:
acceptin interfaceChatOutputStream- Overrides:
acceptin classFailedAttachmentEvent- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
public ChatOutputStream.EventType sdkEventType()
Description copied from interface:ChatOutputStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-