Class DefaultActionExecutionEvent
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.ActionExecutionEvent
-
- software.amazon.awssdk.services.qbusiness.model.chatinputstream.DefaultActionExecutionEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ChatInputStream,ToCopyableBuilder<ActionExecutionEvent.Builder,ActionExecutionEvent>
@Generated("software.amazon.awssdk:codegen") public final class DefaultActionExecutionEvent extends ActionExecutionEvent
A specialization ofsoftware.amazon.awssdk.services.qbusiness.model.ActionExecutionEventthat represents theChatInputStream$actionExecutionEventevent. 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 interfaceDefaultActionExecutionEvent.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 DefaultActionExecutionEvent.Builderbuilder()ChatInputStream.EventTypesdkEventType()The type of this event.DefaultActionExecutionEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.qbusiness.model.ActionExecutionEvent
copy, equals, equalsBySdkFields, getValueForField, hashCode, hasPayload, payload, payloadFieldNameSeparator, pluginId, sdkFields, serializableBuilderClass, toString
-
-
-
-
Method Detail
-
toBuilder
public DefaultActionExecutionEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActionExecutionEvent.Builder,ActionExecutionEvent>- Overrides:
toBuilderin classActionExecutionEvent
-
builder
public static DefaultActionExecutionEvent.Builder builder()
-
sdkEventType
public ChatInputStream.EventType sdkEventType()
Description copied from interface:ChatInputStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-