@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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 CognitoIdentityProviderRequestpublic static VerifySoftwareTokenRequest.Builder builder()
public static Class<? extends VerifySoftwareTokenRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.