Class AuthChallengeRequestEvent
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.AuthChallengeRequestEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ChatOutputStream,ToCopyableBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>
- Direct Known Subclasses:
DefaultAuthChallengeRequestEvent
@Generated("software.amazon.awssdk:codegen") public class AuthChallengeRequestEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>, ChatOutputStream
An authentication verification event activated by an end user request to use a custom plugin.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAuthChallengeRequestEvent.Builderprotected static classAuthChallengeRequestEvent.BuilderImpl-
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuthChallengeRequestEvent(AuthChallengeRequestEvent.BuilderImpl builder)
-
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.StringauthorizationUrl()The URL sent by Amazon Q Business to a third party authentication server in response to an authentication verification event activated by an end user request to use a custom plugin.static AuthChallengeRequestEvent.Builderbuilder()AuthChallengeRequestEventcopy(Consumer<? super AuthChallengeRequestEvent.Builder> modifier)booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AuthChallengeRequestEvent.Builder>serializableBuilderClass()AuthChallengeRequestEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatOutputStream
sdkEventType
-
-
-
-
Constructor Detail
-
AuthChallengeRequestEvent
protected AuthChallengeRequestEvent(AuthChallengeRequestEvent.BuilderImpl builder)
-
-
Method Detail
-
authorizationUrl
public final String authorizationUrl()
The URL sent by Amazon Q Business to a third party authentication server in response to an authentication verification event activated by an end user request to use a custom plugin.
- Returns:
- The URL sent by Amazon Q Business to a third party authentication server in response to an authentication verification event activated by an end user request to use a custom plugin.
-
toBuilder
public AuthChallengeRequestEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>
-
builder
public static AuthChallengeRequestEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends AuthChallengeRequestEvent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
copy
public final AuthChallengeRequestEvent copy(Consumer<? super AuthChallengeRequestEvent.Builder> modifier)
- Specified by:
copyin interfaceToCopyableBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>
-
accept
public void accept(ChatResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype ofAuthChallengeRequestEvent.- Specified by:
acceptin interfaceChatOutputStream- Parameters:
visitor- Visitor to invoke.
-
-