@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifySoftwareTokenResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
VerifySoftwareTokenResult() |
Modifier and Type | Method and Description |
---|---|
VerifySoftwareTokenResult |
clone() |
boolean |
equals(Object obj) |
String |
getSession()
The session that should be passed both ways in challenge-response calls to the service.
|
String |
getStatus()
The status of the verify software token.
|
int |
hashCode() |
void |
setSession(String session)
The session that should be passed both ways in challenge-response calls to the service.
|
void |
setStatus(String status)
The status of the verify software token.
|
String |
toString()
Returns a string representation of this object.
|
VerifySoftwareTokenResult |
withSession(String session)
The session that should be passed both ways in challenge-response calls to the service.
|
VerifySoftwareTokenResult |
withStatus(String status)
The status of the verify software token.
|
VerifySoftwareTokenResult |
withStatus(VerifySoftwareTokenResponseType status)
The status of the verify software token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status of the verify software token.
status
- The status of the verify software token.VerifySoftwareTokenResponseType
public String getStatus()
The status of the verify software token.
VerifySoftwareTokenResponseType
public VerifySoftwareTokenResult withStatus(String status)
The status of the verify software token.
status
- The status of the verify software token.VerifySoftwareTokenResponseType
public VerifySoftwareTokenResult withStatus(VerifySoftwareTokenResponseType status)
The status of the verify software token.
status
- The status of the verify software token.VerifySoftwareTokenResponseType
public void setSession(String session)
The session that should be passed both ways in challenge-response calls to the service.
session
- The session that should be passed both ways in challenge-response calls to the service.public String getSession()
The session that should be passed both ways in challenge-response calls to the service.
public VerifySoftwareTokenResult withSession(String session)
The session that should be passed both ways in challenge-response calls to the service.
session
- The session that should be passed both ways in challenge-response calls to the service.public String toString()
toString
in class Object
Object.toString()
public VerifySoftwareTokenResult clone()