Interface FlowResponseStream
- All Superinterfaces:
 SdkPojo
- All Known Implementing Classes:
 DefaultFlowCompletionEvent,DefaultFlowMultiTurnInputRequestEvent,DefaultFlowOutputEvent,DefaultFlowTraceEvent,FlowCompletionEvent,FlowMultiTurnInputRequestEvent,FlowOutputEvent,FlowTraceEvent
Base interface for all event types in FlowResponseStream.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forFlowResponseStream. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FlowResponseStreamSpecial type ofFlowResponseStreamfor unknown types of events that this version of the SDK does not know about - 
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(InvokeFlowResponseHandler.Visitor visitor) Calls the appropriate visit method depending on the subtype ofFlowResponseStream.static FlowCompletionEvent.BuilderCreate a builder for theflowCompletionEventevent type for this stream.Create a builder for theflowMultiTurnInputRequestEventevent type for this stream.static FlowOutputEvent.BuilderCreate a builder for theflowOutputEventevent type for this stream.static FlowTraceEvent.BuilderCreate a builder for theflowTraceEventevent type for this stream.default FlowResponseStream.EventTypeThe type of this event.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Field Details
- 
UNKNOWN
Special type ofFlowResponseStreamfor unknown types of events that this version of the SDK does not know about 
 - 
 - 
Method Details
- 
flowCompletionEventBuilder
Create a builder for theflowCompletionEventevent type for this stream. - 
flowMultiTurnInputRequestEventBuilder
Create a builder for theflowMultiTurnInputRequestEventevent type for this stream. - 
flowOutputEventBuilder
Create a builder for theflowOutputEventevent type for this stream. - 
flowTraceEventBuilder
Create a builder for theflowTraceEventevent type for this stream. - 
sdkEventType
The type of this event. Corresponds to the:event-typeheader on the Message. - 
accept
Calls the appropriate visit method depending on the subtype ofFlowResponseStream.- Parameters:
 visitor- Visitor to invoke.
 
 -