@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifySMSSandboxPhoneNumberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
VerifySMSSandboxPhoneNumberRequest() |
| Modifier and Type | Method and Description |
|---|---|
VerifySMSSandboxPhoneNumberRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOneTimePassword()
The OTP sent to the destination number from the
CreateSMSSandBoxPhoneNumber call. |
String |
getPhoneNumber()
The destination phone number to verify.
|
int |
hashCode() |
void |
setOneTimePassword(String oneTimePassword)
The OTP sent to the destination number from the
CreateSMSSandBoxPhoneNumber call. |
void |
setPhoneNumber(String phoneNumber)
The destination phone number to verify.
|
String |
toString()
Returns a string representation of this object.
|
VerifySMSSandboxPhoneNumberRequest |
withOneTimePassword(String oneTimePassword)
The OTP sent to the destination number from the
CreateSMSSandBoxPhoneNumber call. |
VerifySMSSandboxPhoneNumberRequest |
withPhoneNumber(String phoneNumber)
The destination phone number to verify.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPhoneNumber(String phoneNumber)
The destination phone number to verify.
phoneNumber - The destination phone number to verify.public String getPhoneNumber()
The destination phone number to verify.
public VerifySMSSandboxPhoneNumberRequest withPhoneNumber(String phoneNumber)
The destination phone number to verify.
phoneNumber - The destination phone number to verify.public void setOneTimePassword(String oneTimePassword)
The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.
oneTimePassword - The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.public String getOneTimePassword()
The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.
CreateSMSSandBoxPhoneNumber call.public VerifySMSSandboxPhoneNumberRequest withOneTimePassword(String oneTimePassword)
The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.
oneTimePassword - The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.public String toString()
toString in class ObjectObject.toString()public VerifySMSSandboxPhoneNumberRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()