@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public VerifySMSSandboxPhoneNumberRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()