@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyDestinationNumberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
VerifyDestinationNumberRequest() |
Modifier and Type | Method and Description |
---|---|
VerifyDestinationNumberRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getVerificationCode()
The verification code that was received by the verified destination phone number.
|
String |
getVerifiedDestinationNumberId()
The unique identifier for the verififed destination phone number.
|
int |
hashCode() |
void |
setVerificationCode(String verificationCode)
The verification code that was received by the verified destination phone number.
|
void |
setVerifiedDestinationNumberId(String verifiedDestinationNumberId)
The unique identifier for the verififed destination phone number.
|
String |
toString()
Returns a string representation of this object.
|
VerifyDestinationNumberRequest |
withVerificationCode(String verificationCode)
The verification code that was received by the verified destination phone number.
|
VerifyDestinationNumberRequest |
withVerifiedDestinationNumberId(String verifiedDestinationNumberId)
The unique identifier for the verififed destination phone number.
|
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 setVerifiedDestinationNumberId(String verifiedDestinationNumberId)
The unique identifier for the verififed destination phone number.
verifiedDestinationNumberId
- The unique identifier for the verififed destination phone number.public String getVerifiedDestinationNumberId()
The unique identifier for the verififed destination phone number.
public VerifyDestinationNumberRequest withVerifiedDestinationNumberId(String verifiedDestinationNumberId)
The unique identifier for the verififed destination phone number.
verifiedDestinationNumberId
- The unique identifier for the verififed destination phone number.public void setVerificationCode(String verificationCode)
The verification code that was received by the verified destination phone number.
verificationCode
- The verification code that was received by the verified destination phone number.public String getVerificationCode()
The verification code that was received by the verified destination phone number.
public VerifyDestinationNumberRequest withVerificationCode(String verificationCode)
The verification code that was received by the verified destination phone number.
verificationCode
- The verification code that was received by the verified destination phone number.public String toString()
toString
in class Object
Object.toString()
public VerifyDestinationNumberRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()