Class DefaultDisconnectionEvent
java.lang.Object
software.amazon.awssdk.services.lexruntimev2.model.DisconnectionEvent
software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream.DefaultDisconnectionEvent
- All Implemented Interfaces:
Serializable,SdkPojo,StartConversationRequestEventStream,ToCopyableBuilder<DisconnectionEvent.Builder,DisconnectionEvent>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultDisconnectionEvent
extends DisconnectionEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.DisconnectionEvent that represents the
StartConversationRequestEventStream$DisconnectionEvent event. Do not use this class directly. Instead, use
the static builder methods on
StartConversationRequestEventStream.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.lexruntimev2.model.StartConversationRequestEventStream
StartConversationRequestEventStream.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.lexruntimev2.model.DisconnectionEvent
clientTimestampMillis, copy, equals, equalsBySdkFields, eventId, getValueForField, hashCode, 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<DisconnectionEvent.Builder,DisconnectionEvent> - Overrides:
toBuilderin classDisconnectionEvent- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:StartConversationRequestEventStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-