Interface InvokeModelWithBidirectionalStreamOutput
-
- All Superinterfaces:
SdkPojo
- All Known Implementing Classes:
BidirectionalOutputPayloadPart,DefaultChunk
@Generated("software.amazon.awssdk:codegen") public interface InvokeModelWithBidirectionalStreamOutput extends SdkPojo
Base interface for all event types in InvokeModelWithBidirectionalStreamOutput.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInvokeModelWithBidirectionalStreamOutput.EventTypeThe known possible types of events forInvokeModelWithBidirectionalStreamOutput.
-
Field Summary
Fields Modifier and Type Field Description static InvokeModelWithBidirectionalStreamOutputUNKNOWNSpecial type ofInvokeModelWithBidirectionalStreamOutputfor unknown types of events that this version of the SDK does not know about
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaccept(InvokeModelWithBidirectionalStreamResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofInvokeModelWithBidirectionalStreamOutput.static BidirectionalOutputPayloadPart.BuilderchunkBuilder()Create a builder for thechunkevent type for this stream.default InvokeModelWithBidirectionalStreamOutput.EventTypesdkEventType()The type of this event.-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Field Detail
-
UNKNOWN
static final InvokeModelWithBidirectionalStreamOutput UNKNOWN
Special type ofInvokeModelWithBidirectionalStreamOutputfor unknown types of events that this version of the SDK does not know about
-
-
Method Detail
-
chunkBuilder
static BidirectionalOutputPayloadPart.Builder chunkBuilder()
Create a builder for thechunkevent type for this stream.
-
sdkEventType
default InvokeModelWithBidirectionalStreamOutput.EventType sdkEventType()
The type of this event. Corresponds to the:event-typeheader on the Message.
-
accept
void accept(InvokeModelWithBidirectionalStreamResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype ofInvokeModelWithBidirectionalStreamOutput.- Parameters:
visitor- Visitor to invoke.
-
-