@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyOTPMessageRequestParameters extends Object implements Serializable, Cloneable, StructuredPojo
Verify OTP message request.
Constructor and Description |
---|
VerifyOTPMessageRequestParameters() |
Modifier and Type | Method and Description |
---|---|
VerifyOTPMessageRequestParameters |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationIdentity()
The destination identity to send OTP to.
|
String |
getOtp()
The OTP the end user provided for verification.
|
String |
getReferenceId()
The reference identifier provided when the OTP was previously sent.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationIdentity(String destinationIdentity)
The destination identity to send OTP to.
|
void |
setOtp(String otp)
The OTP the end user provided for verification.
|
void |
setReferenceId(String referenceId)
The reference identifier provided when the OTP was previously sent.
|
String |
toString()
Returns a string representation of this object.
|
VerifyOTPMessageRequestParameters |
withDestinationIdentity(String destinationIdentity)
The destination identity to send OTP to.
|
VerifyOTPMessageRequestParameters |
withOtp(String otp)
The OTP the end user provided for verification.
|
VerifyOTPMessageRequestParameters |
withReferenceId(String referenceId)
The reference identifier provided when the OTP was previously sent.
|
public void setDestinationIdentity(String destinationIdentity)
The destination identity to send OTP to.
destinationIdentity
- The destination identity to send OTP to.public String getDestinationIdentity()
The destination identity to send OTP to.
public VerifyOTPMessageRequestParameters withDestinationIdentity(String destinationIdentity)
The destination identity to send OTP to.
destinationIdentity
- The destination identity to send OTP to.public void setOtp(String otp)
The OTP the end user provided for verification.
otp
- The OTP the end user provided for verification.public String getOtp()
The OTP the end user provided for verification.
public VerifyOTPMessageRequestParameters withOtp(String otp)
The OTP the end user provided for verification.
otp
- The OTP the end user provided for verification.public void setReferenceId(String referenceId)
The reference identifier provided when the OTP was previously sent.
referenceId
- The reference identifier provided when the OTP was previously sent.public String getReferenceId()
The reference identifier provided when the OTP was previously sent.
public VerifyOTPMessageRequestParameters withReferenceId(String referenceId)
The reference identifier provided when the OTP was previously sent.
referenceId
- The reference identifier provided when the OTP was previously sent.public String toString()
toString
in class Object
Object.toString()
public VerifyOTPMessageRequestParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.