Class DefaultFiles
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentFilePart
software.amazon.awssdk.services.bedrockagentruntime.model.inlineagentresponsestream.DefaultFiles
- All Implemented Interfaces:
Serializable
,SdkPojo
,InlineAgentResponseStream
,ToCopyableBuilder<InlineAgentFilePart.Builder,
InlineAgentFilePart>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultFiles
extends InlineAgentFilePart
A specialization of
software.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentFilePart
that
represents the InlineAgentResponseStream$files
event. Do not use this class directly. Instead, use the static
builder methods on InlineAgentResponseStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentResponseStream
InlineAgentResponseStream.EventType
-
Field Summary
Fields inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentResponseStream
UNKNOWN
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Calls the appropriate visit method depending on the subtype ofInlineAgentFilePart
.static DefaultFiles.Builder
builder()
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.bedrockagentruntime.model.InlineAgentFilePart
copy, equals, equalsBySdkFields, files, getValueForField, hasFiles, hashCode, 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<InlineAgentFilePart.Builder,
InlineAgentFilePart> - Overrides:
toBuilder
in classInlineAgentFilePart
- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:InlineAgentFilePart
Calls the appropriate visit method depending on the subtype ofInlineAgentFilePart
.- Specified by:
accept
in interfaceInlineAgentResponseStream
- Overrides:
accept
in classInlineAgentFilePart
- Parameters:
visitor
- Visitor to invoke.
-
sdkEventType
Description copied from interface:InlineAgentResponseStream
The type of this event. Corresponds to the:event-type
header on the Message.
-