@Generated(value="software.amazon.awssdk:codegen") public final class VerifySoftwareTokenRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<VerifySoftwareTokenRequest.Builder,VerifySoftwareTokenRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
VerifySoftwareTokenRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
accessToken()
The access token.
|
static VerifySoftwareTokenRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
friendlyDeviceName()
The friendly device name.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VerifySoftwareTokenRequest.Builder> |
serializableBuilderClass() |
String |
session()
The session that should be passed both ways in challenge-response calls to the service.
|
VerifySoftwareTokenRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userCode()
The one- time password computed using the secret code returned by AssociateSoftwareToken.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String accessToken()
The access token.
public final String session()
The session that should be passed both ways in challenge-response calls to the service.
public final String userCode()
The one- time password computed using the secret code returned by AssociateSoftwareToken.
public final String friendlyDeviceName()
The friendly device name.
public VerifySoftwareTokenRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VerifySoftwareTokenRequest.Builder,VerifySoftwareTokenRequest>
toBuilder
in class CognitoIdentityProviderRequest
public static VerifySoftwareTokenRequest.Builder builder()
public static Class<? extends VerifySoftwareTokenRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.