Package software.amazon.awssdk.services.bedrockagentruntime.model.retrieveandgeneratestreamresponseoutput
Class DefaultOutput
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateOutputEvent
software.amazon.awssdk.services.bedrockagentruntime.model.retrieveandgeneratestreamresponseoutput.DefaultOutput
- All Implemented Interfaces:
Serializable,SdkPojo,RetrieveAndGenerateStreamResponseOutput,ToCopyableBuilder<RetrieveAndGenerateOutputEvent.Builder,RetrieveAndGenerateOutputEvent>
@SdkInternalApi
@Generated("software.amazon.awssdk:codegen")
public final class DefaultOutput
extends RetrieveAndGenerateOutputEvent
A specialization of
software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateOutputEvent
that represents the RetrieveAndGenerateStreamResponseOutput$output event. Do not use this class directly.
Instead, use the static builder methods on
RetrieveAndGenerateStreamResponseOutput.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateStreamResponseOutput
RetrieveAndGenerateStreamResponseOutput.EventType -
Field Summary
Fields inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateStreamResponseOutput
UNKNOWN -
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofRetrieveAndGenerateOutputEvent.static DefaultOutput.Builderbuilder()The type of this event.Methods inherited from class software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateOutputEvent
copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, text, toString
-
Method Details
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<RetrieveAndGenerateOutputEvent.Builder,RetrieveAndGenerateOutputEvent> - Overrides:
toBuilderin classRetrieveAndGenerateOutputEvent
-
builder
-
accept
Description copied from class:RetrieveAndGenerateOutputEventCalls the appropriate visit method depending on the subtype ofRetrieveAndGenerateOutputEvent.- Specified by:
acceptin interfaceRetrieveAndGenerateStreamResponseOutput- Overrides:
acceptin classRetrieveAndGenerateOutputEvent- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
Description copied from interface:RetrieveAndGenerateStreamResponseOutputThe type of this event. Corresponds to the:event-typeheader on the Message.
-