ToCopyableBuilder<RespondToAuthChallengeResponse.Builder,RespondToAuthChallengeResponse>
@Generated("software.amazon.awssdk:codegen") public class RespondToAuthChallengeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<RespondToAuthChallengeResponse.Builder,RespondToAuthChallengeResponse>
The response to respond to the authentication challenge.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RespondToAuthChallengeResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
AuthenticationResultType |
authenticationResult() |
The result returned by the server in response to the request to respond to the authentication challenge.
|
static RespondToAuthChallengeResponse.Builder |
builder() |
|
String |
challengeName() |
The challenge name.
|
Map<String,String> |
challengeParameters() |
The challenge parameters.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String challengeName()
The challenge name. For more information, see InitiateAuth.
ChallengeNameType
public String session()
The session which should be passed both ways in challenge-response calls to the service. If the InitiateAuth or RespondToAuthChallenge 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 InitiateAuth.
public AuthenticationResultType authenticationResult()
The result returned by the server in response to the request to respond to the authentication challenge.
public RespondToAuthChallengeResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RespondToAuthChallengeResponse.Builder,RespondToAuthChallengeResponse>
public static RespondToAuthChallengeResponse.Builder builder()
public static Class<? extends RespondToAuthChallengeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.