@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthChallengeResponse extends Object implements Serializable, Cloneable, StructuredPojo
Contains details of the authentication information received from a third party authentication server in response to an authentication challenge.
| Constructor and Description |
|---|
AuthChallengeResponse() |
| Modifier and Type | Method and Description |
|---|---|
AuthChallengeResponse |
addResponseMapEntry(String key,
String value)
Add a single ResponseMap entry
|
AuthChallengeResponse |
clearResponseMapEntries()
Removes all the entries added into ResponseMap.
|
AuthChallengeResponse |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getResponseMap()
The mapping of key-value pairs in an authentication challenge response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResponseMap(Map<String,String> responseMap)
The mapping of key-value pairs in an authentication challenge response.
|
String |
toString()
Returns a string representation of this object.
|
AuthChallengeResponse |
withResponseMap(Map<String,String> responseMap)
The mapping of key-value pairs in an authentication challenge response.
|
public Map<String,String> getResponseMap()
The mapping of key-value pairs in an authentication challenge response.
public void setResponseMap(Map<String,String> responseMap)
The mapping of key-value pairs in an authentication challenge response.
responseMap - The mapping of key-value pairs in an authentication challenge response.public AuthChallengeResponse withResponseMap(Map<String,String> responseMap)
The mapping of key-value pairs in an authentication challenge response.
responseMap - The mapping of key-value pairs in an authentication challenge response.public AuthChallengeResponse addResponseMapEntry(String key, String value)
public AuthChallengeResponse clearResponseMapEntries()
public String toString()
toString in class ObjectObject.toString()public AuthChallengeResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.