Interface InvokeWithResponseStreamResponseEvent
- All Superinterfaces:
SdkPojo
- All Known Implementing Classes:
DefaultInvokeComplete,DefaultPayloadChunk,InvokeResponseStreamUpdate,InvokeWithResponseStreamCompleteEvent
@Generated("software.amazon.awssdk:codegen")
public interface InvokeWithResponseStreamResponseEvent
extends SdkPojo
Base interface for all event types in InvokeWithResponseStreamResponseEvent.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forInvokeWithResponseStreamResponseEvent. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InvokeWithResponseStreamResponseEventSpecial type ofInvokeWithResponseStreamResponseEventfor unknown types of events that this version of the SDK does not know about -
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofInvokeWithResponseStreamResponseEvent.Create a builder for theInvokeCompleteevent type for this stream.Create a builder for thePayloadChunkevent type for this stream.The type of this event.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Field Details
-
UNKNOWN
Special type ofInvokeWithResponseStreamResponseEventfor unknown types of events that this version of the SDK does not know about
-
-
Method Details
-
payloadChunkBuilder
Create a builder for thePayloadChunkevent type for this stream. -
invokeCompleteBuilder
Create a builder for theInvokeCompleteevent type for this stream. -
sdkEventType
The type of this event. Corresponds to the:event-typeheader on the Message. -
accept
Calls the appropriate visit method depending on the subtype ofInvokeWithResponseStreamResponseEvent.- Parameters:
visitor- Visitor to invoke.
-