Interface AgenticRetrieveStreamResponseOutput
- All Superinterfaces:
SdkPojo
- All Known Implementing Classes:
AgenticRetrieveResponseEvent,AgenticRetrieveResultEvent,AgenticRetrieveTraceEvent,DefaultResponseEvent,DefaultResult,DefaultTraceEvent
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface AgenticRetrieveStreamResponseOutput
extends SdkPojo
Base interface for all event types in AgenticRetrieveStreamResponseOutput.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forAgenticRetrieveStreamResponseOutput. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AgenticRetrieveStreamResponseOutputSpecial type ofAgenticRetrieveStreamResponseOutputfor unknown types of events that this version of the SDK does not know about -
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofAgenticRetrieveStreamResponseOutput.Create a builder for theresponseEventevent type for this stream.Create a builder for theresultevent type for this stream.The type of this event.Create a builder for thetraceEventevent type for this stream.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Field Details
-
UNKNOWN
Special type ofAgenticRetrieveStreamResponseOutputfor unknown types of events that this version of the SDK does not know about
-
-
Method Details
-
responseEventBuilder
Create a builder for theresponseEventevent type for this stream. -
resultBuilder
Create a builder for theresultevent type for this stream. -
traceEventBuilder
Create a builder for thetraceEventevent 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 ofAgenticRetrieveStreamResponseOutput.- Parameters:
visitor- Visitor to invoke.
-