Interface MedicalTranscriptResultStream
- All Superinterfaces:
 SdkPojo
- All Known Implementing Classes:
 MedicalTranscriptEvent
@Generated("software.amazon.awssdk:codegen")
public interface MedicalTranscriptResultStream
extends SdkPojo
Base interface for all event types in MedicalTranscriptResultStream.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forMedicalTranscriptResultStream. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MedicalTranscriptResultStreamSpecial type ofMedicalTranscriptResultStreamfor 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 ofMedicalTranscriptResultStream.The type of this event.Create a builder for theTranscriptEventevent type for this stream.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Field Details
- 
UNKNOWN
Special type ofMedicalTranscriptResultStreamfor unknown types of events that this version of the SDK does not know about 
 - 
 - 
Method Details
- 
transcriptEventBuilder
Create a builder for theTranscriptEventevent 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 ofMedicalTranscriptResultStream.- Parameters:
 visitor- Visitor to invoke.
 
 -