Class DefaultAuthChallengeRequestEvent
java.lang.Object
software.amazon.awssdk.services.qbusiness.model.AuthChallengeRequestEvent
software.amazon.awssdk.services.qbusiness.model.chatoutputstream.DefaultAuthChallengeRequestEvent
- All Implemented Interfaces:
Serializable
,SdkPojo
,ChatOutputStream
,ToCopyableBuilder<AuthChallengeRequestEvent.Builder,
AuthChallengeRequestEvent>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultAuthChallengeRequestEvent
extends AuthChallengeRequestEvent
A specialization of
software.amazon.awssdk.services.qbusiness.model.AuthChallengeRequestEvent
that represents
the ChatOutputStream$authChallengeRequestEvent
event. Do not use this class directly. Instead, use the static
builder methods on ChatOutputStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatOutputStream
ChatOutputStream.EventType
-
Field Summary
Fields inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatOutputStream
UNKNOWN
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ChatResponseHandler.Visitor visitor) Calls the appropriate visit method depending on the subtype ofAuthChallengeRequestEvent
.builder()
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.AuthChallengeRequestEvent
authorizationUrl, copy, equals, equalsBySdkFields, getValueForField, hashCode, 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<AuthChallengeRequestEvent.Builder,
AuthChallengeRequestEvent> - Overrides:
toBuilder
in classAuthChallengeRequestEvent
- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:AuthChallengeRequestEvent
Calls the appropriate visit method depending on the subtype ofAuthChallengeRequestEvent
.- Specified by:
accept
in interfaceChatOutputStream
- Overrides:
accept
in classAuthChallengeRequestEvent
- Parameters:
visitor
- Visitor to invoke.
-
sdkEventType
Description copied from interface:ChatOutputStream
The type of this event. Corresponds to the:event-type
header on the Message.
-