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 of
software.amazon.awssdk.services.qbusiness.model.ActionExecutionEvent
that represents the
ChatInputStream$actionExecutionEvent
event. Do not use this class directly. Instead, use the static builder
methods on ChatInputStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatInputStream
ChatInputStream.EventType
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.qbusiness.model.ActionExecutionEvent
copy, equals, equalsBySdkFields, getValueForField, hashCode, hasPayload, payload, payloadFieldNameSeparator, pluginId, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ActionExecutionEvent.Builder,
ActionExecutionEvent> - Overrides:
toBuilder
in classActionExecutionEvent
- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:ChatInputStream
The type of this event. Corresponds to the:event-type
header on the Message.
-