Class DefaultFlowOutputEvent
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputEvent
-
- software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream.DefaultFlowOutputEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,FlowResponseStream,ToCopyableBuilder<FlowOutputEvent.Builder,FlowOutputEvent>
@Generated("software.amazon.awssdk:codegen") public final class DefaultFlowOutputEvent extends FlowOutputEvent
A specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputEventthat represents theFlowResponseStream$flowOutputEventevent. Do not use this class directly. Instead, use the static builder methods onFlowResponseStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultFlowOutputEvent.Builder-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.FlowResponseStream
FlowResponseStream.EventType
-
-
Field Summary
-
Fields inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.FlowResponseStream
UNKNOWN
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(InvokeFlowResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofFlowOutputEvent.static DefaultFlowOutputEvent.Builderbuilder()FlowResponseStream.EventTypesdkEventType()The type of this event.DefaultFlowOutputEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputEvent
content, copy, equals, equalsBySdkFields, getValueForField, hashCode, nodeName, nodeType, nodeTypeAsString, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
-
-
-
Method Detail
-
toBuilder
public DefaultFlowOutputEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowOutputEvent.Builder,FlowOutputEvent>- Overrides:
toBuilderin classFlowOutputEvent
-
builder
public static DefaultFlowOutputEvent.Builder builder()
-
accept
public void accept(InvokeFlowResponseHandler.Visitor visitor)
Description copied from class:FlowOutputEventCalls the appropriate visit method depending on the subtype ofFlowOutputEvent.- Specified by:
acceptin interfaceFlowResponseStream- Overrides:
acceptin classFlowOutputEvent- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
public FlowResponseStream.EventType sdkEventType()
Description copied from interface:FlowResponseStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-