@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerificationResponse extends Object implements Serializable, Cloneable, StructuredPojo
Verify OTP Message Response.
Constructor and Description |
---|
VerificationResponse() |
Modifier and Type | Method and Description |
---|---|
VerificationResponse |
clone() |
boolean |
equals(Object obj) |
Boolean |
getValid()
Specifies whether the OTP is valid or not.
|
int |
hashCode() |
Boolean |
isValid()
Specifies whether the OTP is valid or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setValid(Boolean valid)
Specifies whether the OTP is valid or not.
|
String |
toString()
Returns a string representation of this object.
|
VerificationResponse |
withValid(Boolean valid)
Specifies whether the OTP is valid or not.
|
public void setValid(Boolean valid)
Specifies whether the OTP is valid or not.
valid
- Specifies whether the OTP is valid or not.public Boolean getValid()
Specifies whether the OTP is valid or not.
public VerificationResponse withValid(Boolean valid)
Specifies whether the OTP is valid or not.
valid
- Specifies whether the OTP is valid or not.public Boolean isValid()
Specifies whether the OTP is valid or not.
public String toString()
toString
in class Object
Object.toString()
public VerificationResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.