@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthChallengeRequest extends Object implements Serializable, Cloneable, StructuredPojo
A request made by Amazon Q Business to a third paty authentication server to authenticate a custom plugin user.
Constructor and Description |
---|
AuthChallengeRequest() |
Modifier and Type | Method and Description |
---|---|
AuthChallengeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAuthorizationUrl()
The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin user
through an OAuth protocol.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuthorizationUrl(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.
|
String |
toString()
Returns a string representation of this object.
|
AuthChallengeRequest |
withAuthorizationUrl(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.
|
public void setAuthorizationUrl(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.
authorizationUrl
- The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin
user through an OAuth protocol.public String getAuthorizationUrl()
The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin user through an OAuth protocol.
public AuthChallengeRequest withAuthorizationUrl(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.
authorizationUrl
- The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin
user through an OAuth protocol.public String toString()
toString
in class Object
Object.toString()
public AuthChallengeRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.