Class DefaultCloseStreamEvent
java.lang.Object
software.amazon.awssdk.services.polly.model.CloseStreamEvent
software.amazon.awssdk.services.polly.model.startspeechsynthesisstreamactionstream.DefaultCloseStreamEvent
- All Implemented Interfaces:
Serializable,SdkPojo,StartSpeechSynthesisStreamActionStream,ToCopyableBuilder<CloseStreamEvent.Builder,CloseStreamEvent>
@SdkInternalApi
@Generated("software.amazon.awssdk:codegen")
public final class DefaultCloseStreamEvent
extends CloseStreamEvent
A specialization of
software.amazon.awssdk.services.polly.model.CloseStreamEvent that represents the
StartSpeechSynthesisStreamActionStream$CloseStreamEvent event. Do not use this class directly. Instead, use
the static builder methods on
StartSpeechSynthesisStreamActionStream.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.polly.model.StartSpeechSynthesisStreamActionStream
StartSpeechSynthesisStreamActionStream.EventType -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.polly.model.CloseStreamEvent
copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<CloseStreamEvent.Builder,CloseStreamEvent> - Overrides:
toBuilderin classCloseStreamEvent- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:StartSpeechSynthesisStreamActionStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-