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 ofsoftware.amazon.awssdk.services.qbusiness.model.AuthChallengeRequestEventthat represents theChatOutputStream$authChallengeRequestEventevent. Do not use this class directly. Instead, use the static builder methods onChatOutputStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultAuthChallengeRequestEvent.Builder-
Nested 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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ChatResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofAuthChallengeRequestEvent.static DefaultAuthChallengeRequestEvent.Builderbuilder()ChatOutputStream.EventTypesdkEventType()The type of this event.DefaultAuthChallengeRequestEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.qbusiness.model.AuthChallengeRequestEvent
authorizationUrl, copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFields, serializableBuilderClass, toString
-
-
-
-
Method Detail
-
toBuilder
public DefaultAuthChallengeRequestEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>- Overrides:
toBuilderin classAuthChallengeRequestEvent
-
builder
public static DefaultAuthChallengeRequestEvent.Builder builder()
-
accept
public void accept(ChatResponseHandler.Visitor visitor)
Description copied from class:AuthChallengeRequestEventCalls the appropriate visit method depending on the subtype ofAuthChallengeRequestEvent.- Specified by:
acceptin interfaceChatOutputStream- Overrides:
acceptin classAuthChallengeRequestEvent- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
public ChatOutputStream.EventType sdkEventType()
Description copied from interface:ChatOutputStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-