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 ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentFilePartthat represents theInlineAgentResponseStream$filesevent. Do not use this class directly. Instead, use the static builder methods onInlineAgentResponseStream.- 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.InlineAgentResponseStream
InlineAgentResponseStream.EventType
-
-
Field Summary
-
Fields inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentResponseStream
UNKNOWN
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(InvokeInlineAgentResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofInlineAgentFilePart.static DefaultFiles.Builderbuilder()InlineAgentResponseStream.EventTypesdkEventType()The type of this event.DefaultFiles.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentFilePart
copy, equals, equalsBySdkFields, files, getValueForField, hasFiles, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
-
-
-
Method Detail
-
toBuilder
public DefaultFiles.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InlineAgentFilePart.Builder,InlineAgentFilePart>- Overrides:
toBuilderin classInlineAgentFilePart
-
builder
public static DefaultFiles.Builder builder()
-
accept
public void accept(InvokeInlineAgentResponseHandler.Visitor visitor)
Description copied from class:InlineAgentFilePartCalls the appropriate visit method depending on the subtype ofInlineAgentFilePart.- Specified by:
acceptin interfaceInlineAgentResponseStream- Overrides:
acceptin classInlineAgentFilePart- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
public InlineAgentResponseStream.EventType sdkEventType()
Description copied from interface:InlineAgentResponseStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-