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, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildVerifySoftwareTokenResponse.Builder status(String status)
The status of the verify software token.
status - The status of the verify software token.VerifySoftwareTokenResponseType,
VerifySoftwareTokenResponseTypeVerifySoftwareTokenResponse.Builder status(VerifySoftwareTokenResponseType status)
The status of the verify software token.
status - The status of the verify software token.VerifySoftwareTokenResponseType,
VerifySoftwareTokenResponseTypeVerifySoftwareTokenResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.