Class DefaultAuthChallengeResponseEvent
java.lang.Object
software.amazon.awssdk.services.qbusiness.model.AuthChallengeResponseEvent
software.amazon.awssdk.services.qbusiness.model.chatinputstream.DefaultAuthChallengeResponseEvent
- All Implemented Interfaces:
Serializable
,SdkPojo
,ChatInputStream
,ToCopyableBuilder<AuthChallengeResponseEvent.Builder,
AuthChallengeResponseEvent>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultAuthChallengeResponseEvent
extends AuthChallengeResponseEvent
A specialization of
software.amazon.awssdk.services.qbusiness.model.AuthChallengeResponseEvent
that
represents the ChatInputStream$authChallengeResponseEvent
event. Do not use this class directly. Instead, use
the static builder methods on ChatInputStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatInputStream
ChatInputStream.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.qbusiness.model.AuthChallengeResponseEvent
copy, equals, equalsBySdkFields, getValueForField, hashCode, hasResponseMap, responseMap, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<AuthChallengeResponseEvent.Builder,
AuthChallengeResponseEvent> - Overrides:
toBuilder
in classAuthChallengeResponseEvent
- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:ChatInputStream
The type of this event. Corresponds to the:event-type
header on the Message.
-