@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyOTPMessageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
VerifyOTPMessageResult() |
Modifier and Type | Method and Description |
---|---|
VerifyOTPMessageResult |
clone() |
boolean |
equals(Object obj) |
VerificationResponse |
getVerificationResponse() |
int |
hashCode() |
void |
setVerificationResponse(VerificationResponse verificationResponse) |
String |
toString()
Returns a string representation of this object.
|
VerifyOTPMessageResult |
withVerificationResponse(VerificationResponse verificationResponse) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVerificationResponse(VerificationResponse verificationResponse)
verificationResponse
- public VerificationResponse getVerificationResponse()
public VerifyOTPMessageResult withVerificationResponse(VerificationResponse verificationResponse)
verificationResponse
- public String toString()
toString
in class Object
Object.toString()
public VerifyOTPMessageResult clone()