@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 which 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
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String accessToken()
The access token.
public String session()
The session which should be passed both ways in challenge-response calls to the service.
public String userCode()
The one time password computed using the secret code returned by
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.