Class DefaultAttachmentEvent
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.AttachmentInputEvent
-
- software.amazon.awssdk.services.qbusiness.model.chatinputstream.DefaultAttachmentEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ChatInputStream,ToCopyableBuilder<AttachmentInputEvent.Builder,AttachmentInputEvent>
@Generated("software.amazon.awssdk:codegen") public final class DefaultAttachmentEvent extends AttachmentInputEvent
A specialization ofsoftware.amazon.awssdk.services.qbusiness.model.AttachmentInputEventthat represents theChatInputStream$attachmentEventevent. Do not use this class directly. Instead, use the static builder methods onChatInputStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultAttachmentEvent.Builder-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatInputStream
ChatInputStream.EventType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultAttachmentEvent.Builderbuilder()ChatInputStream.EventTypesdkEventType()The type of this event.DefaultAttachmentEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.qbusiness.model.AttachmentInputEvent
attachment, copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFields, serializableBuilderClass, toString
-
-
-
-
Method Detail
-
toBuilder
public DefaultAttachmentEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AttachmentInputEvent.Builder,AttachmentInputEvent>- Overrides:
toBuilderin classAttachmentInputEvent
-
builder
public static DefaultAttachmentEvent.Builder builder()
-
sdkEventType
public ChatInputStream.EventType sdkEventType()
Description copied from interface:ChatInputStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-