@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)
Marshalls this structured data using the given
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 ObjectObject.toString()public VerificationResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.