Class AuthChallengeRequest
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.AuthChallengeRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AuthChallengeRequest.Builder,AuthChallengeRequest>
@Generated("software.amazon.awssdk:codegen") public final class AuthChallengeRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuthChallengeRequest.Builder,AuthChallengeRequest>
A request made by Amazon Q Business to a third paty authentication server to authenticate a custom plugin user.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAuthChallengeRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringauthorizationUrl()The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin user through an OAuth protocol.static AuthChallengeRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AuthChallengeRequest.Builder>serializableBuilderClass()AuthChallengeRequest.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.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
authorizationUrl
public final String authorizationUrl()
The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin user through an OAuth protocol.
- Returns:
- The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin user through an OAuth protocol.
-
toBuilder
public AuthChallengeRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AuthChallengeRequest.Builder,AuthChallengeRequest>
-
builder
public static AuthChallengeRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends AuthChallengeRequest.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.
-
-