@Generated(value="software.amazon.awssdk:codegen") public final class RespondToAuthChallengeResponse extends CognitoIdentityProviderResponse implements ToCopyableBuilder<RespondToAuthChallengeResponse.Builder,RespondToAuthChallengeResponse>
The response to respond to the authentication challenge.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RespondToAuthChallengeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResultType |
authenticationResult()
The result returned by the server in response to the request to respond to the authentication challenge.
|
static RespondToAuthChallengeResponse.Builder |
builder() |
ChallengeNameType |
challengeName()
The challenge name.
|
String |
challengeNameAsString()
The challenge name.
|
Map<String,String> |
challengeParameters()
The challenge parameters.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RespondToAuthChallengeResponse.Builder> |
serializableBuilderClass() |
String |
session()
The session which should be passed both ways in challenge-response calls to the service.
|
RespondToAuthChallengeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ChallengeNameType challengeName()
The challenge name. For more information, see .
If the service returns an enum value that is not available in the current SDK version, challengeName
will return ChallengeNameType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from challengeNameAsString().
ChallengeNameTypepublic String challengeNameAsString()
The challenge name. For more information, see .
If the service returns an enum value that is not available in the current SDK version, challengeName
will return ChallengeNameType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from challengeNameAsString().
ChallengeNameTypepublic String session()
The session which should be passed both ways in challenge-response calls to the service. If the or API call
determines that the caller needs to go through another challenge, they return a session with other challenge
parameters. This session should be passed as it is to the next RespondToAuthChallenge API call.
RespondToAuthChallenge API call.public Map<String,String> challengeParameters()
The challenge parameters. For more information, see .
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AuthenticationResultType authenticationResult()
The result returned by the server in response to the request to respond to the authentication challenge.
public RespondToAuthChallengeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RespondToAuthChallengeResponse.Builder,RespondToAuthChallengeResponse>toBuilder in class AwsResponsepublic static RespondToAuthChallengeResponse.Builder builder()
public static Class<? extends RespondToAuthChallengeResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.