@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifySoftwareTokenRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
VerifySoftwareTokenRequest() |
Modifier and Type | Method and Description |
---|---|
VerifySoftwareTokenRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccessToken()
The access token.
|
String |
getFriendlyDeviceName()
The friendly device name.
|
String |
getSession()
The session which should be passed both ways in challenge-response calls to the service.
|
String |
getUserCode()
The one time password computed using the secret code returned by
|
int |
hashCode() |
void |
setAccessToken(String accessToken)
The access token.
|
void |
setFriendlyDeviceName(String friendlyDeviceName)
The friendly device name.
|
void |
setSession(String session)
The session which should be passed both ways in challenge-response calls to the service.
|
void |
setUserCode(String userCode)
The one time password computed using the secret code returned by
|
String |
toString()
Returns a string representation of this object.
|
VerifySoftwareTokenRequest |
withAccessToken(String accessToken)
The access token.
|
VerifySoftwareTokenRequest |
withFriendlyDeviceName(String friendlyDeviceName)
The friendly device name.
|
VerifySoftwareTokenRequest |
withSession(String session)
The session which should be passed both ways in challenge-response calls to the service.
|
VerifySoftwareTokenRequest |
withUserCode(String userCode)
The one time password computed using the secret code returned by
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccessToken(String accessToken)
The access token.
accessToken
- The access token.public String getAccessToken()
The access token.
public VerifySoftwareTokenRequest withAccessToken(String accessToken)
The access token.
accessToken
- The access token.public void setSession(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.public String getSession()
The session which should be passed both ways in challenge-response calls to the service.
public VerifySoftwareTokenRequest withSession(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.public void setUserCode(String userCode)
The one time password computed using the secret code returned by
userCode
- The one time password computed using the secret code returned bypublic String getUserCode()
The one time password computed using the secret code returned by
public VerifySoftwareTokenRequest withUserCode(String userCode)
The one time password computed using the secret code returned by
userCode
- The one time password computed using the secret code returned bypublic void setFriendlyDeviceName(String friendlyDeviceName)
The friendly device name.
friendlyDeviceName
- The friendly device name.public String getFriendlyDeviceName()
The friendly device name.
public VerifySoftwareTokenRequest withFriendlyDeviceName(String friendlyDeviceName)
The friendly device name.
friendlyDeviceName
- The friendly device name.public String toString()
toString
in class Object
Object.toString()
public VerifySoftwareTokenRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.