ToCopyableBuilder<AdminRespondToAuthChallengeResponse.Builder,AdminRespondToAuthChallengeResponse>
@Generated("software.amazon.awssdk:codegen") public class AdminRespondToAuthChallengeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<AdminRespondToAuthChallengeResponse.Builder,AdminRespondToAuthChallengeResponse>
Responds to the authentication challenge, as an administrator.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AdminRespondToAuthChallengeResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
AuthenticationResultType |
authenticationResult() |
The result returned by the server in response to the authentication request.
|
static AdminRespondToAuthChallengeResponse.Builder |
builder() |
|
String |
challengeName() |
The name of the challenge.
|
Map<String,String> |
challengeParameters() |
The challenge parameters.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends AdminRespondToAuthChallengeResponse.Builder> |
serializableBuilderClass() |
|
String |
session() |
The session which should be passed both ways in challenge-response calls to the service.
|
AdminRespondToAuthChallengeResponse.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 name of the challenge. For more information, see AdminInitiateAuth.
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 AdminInitiateAuth.
public AuthenticationResultType authenticationResult()
The result returned by the server in response to the authentication request.
public AdminRespondToAuthChallengeResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AdminRespondToAuthChallengeResponse.Builder,AdminRespondToAuthChallengeResponse>
public static AdminRespondToAuthChallengeResponse.Builder builder()
public static Class<? extends AdminRespondToAuthChallengeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.