Class DefaultFiles
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.FilePart
-
- software.amazon.awssdk.services.bedrockagentruntime.model.responsestream.DefaultFiles
-
- All Implemented Interfaces:
Serializable,SdkPojo,ResponseStream,ToCopyableBuilder<FilePart.Builder,FilePart>
@Generated("software.amazon.awssdk:codegen") public final class DefaultFiles extends FilePart
A specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FilePartthat represents theResponseStream$filesevent. Do not use this class directly. Instead, use the static builder methods onResponseStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultFiles.Builder-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.ResponseStream
ResponseStream.EventType
-
-
Field Summary
-
Fields inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.ResponseStream
UNKNOWN
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(InvokeAgentResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofFilePart.static DefaultFiles.Builderbuilder()ResponseStream.EventTypesdkEventType()The type of this event.DefaultFiles.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.bedrockagentruntime.model.FilePart
copy, equals, equalsBySdkFields, files, getValueForField, hasFiles, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
-
-
-
Method Detail
-
toBuilder
public DefaultFiles.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FilePart.Builder,FilePart>- Overrides:
toBuilderin classFilePart
-
builder
public static DefaultFiles.Builder builder()
-
accept
public void accept(InvokeAgentResponseHandler.Visitor visitor)
Description copied from class:FilePartCalls the appropriate visit method depending on the subtype ofFilePart.- Specified by:
acceptin interfaceResponseStream- Overrides:
acceptin classFilePart- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
public ResponseStream.EventType sdkEventType()
Description copied from interface:ResponseStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-