public static interface VerifySoftwareTokenResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<VerifySoftwareTokenResponse.Builder,VerifySoftwareTokenResponse>
Modifier and Type | Method and Description |
---|---|
VerifySoftwareTokenResponse.Builder |
session(String session)
The session which should be passed both ways in challenge-response calls to the service.
|
VerifySoftwareTokenResponse.Builder |
status(String status)
The status of the verify software token.
|
VerifySoftwareTokenResponse.Builder |
status(VerifySoftwareTokenResponseType status)
The status of the verify software token.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
VerifySoftwareTokenResponse.Builder status(String status)
The status of the verify software token.
status
- The status of the verify software token.VerifySoftwareTokenResponseType
,
VerifySoftwareTokenResponseType
VerifySoftwareTokenResponse.Builder status(VerifySoftwareTokenResponseType status)
The status of the verify software token.
status
- The status of the verify software token.VerifySoftwareTokenResponseType
,
VerifySoftwareTokenResponseType
VerifySoftwareTokenResponse.Builder session(String session)
The session which should be passed both ways in challenge-response calls to the service.
session
- The session which should be passed both ways in challenge-response calls to the service.Copyright © 2020. All rights reserved.