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> 
@SdkInternalApi
@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 SummaryNested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.lexruntimev2.model.StartConversationRequestEventStreamStartConversationRequestEventStream.EventType
- 
Method SummaryModifier 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.DisconnectionEventclientTimestampMillis, copy, equals, equalsBySdkFields, eventId, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
- 
Method Details- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<DisconnectionEvent.Builder,- DisconnectionEvent> 
- Overrides:
- toBuilderin class- DisconnectionEvent
- Returns:
- a builder for type T
 
- 
builder
- 
sdkEventTypeDescription copied from interface:StartConversationRequestEventStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
 
-