@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyOTPMessageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
VerifyOTPMessageRequest() |
Modifier and Type | Method and Description |
---|---|
VerifyOTPMessageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
VerifyOTPMessageRequestParameters |
getVerifyOTPMessageRequestParameters() |
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setVerifyOTPMessageRequestParameters(VerifyOTPMessageRequestParameters verifyOTPMessageRequestParameters) |
String |
toString()
Returns a string representation of this object.
|
VerifyOTPMessageRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
VerifyOTPMessageRequest |
withVerifyOTPMessageRequestParameters(VerifyOTPMessageRequestParameters verifyOTPMessageRequestParameters) |
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 setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
applicationId
- The unique ID of your Amazon Pinpoint application.public String getApplicationId()
The unique ID of your Amazon Pinpoint application.
public VerifyOTPMessageRequest withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
applicationId
- The unique ID of your Amazon Pinpoint application.public void setVerifyOTPMessageRequestParameters(VerifyOTPMessageRequestParameters verifyOTPMessageRequestParameters)
verifyOTPMessageRequestParameters
- public VerifyOTPMessageRequestParameters getVerifyOTPMessageRequestParameters()
public VerifyOTPMessageRequest withVerifyOTPMessageRequestParameters(VerifyOTPMessageRequestParameters verifyOTPMessageRequestParameters)
verifyOTPMessageRequestParameters
- public String toString()
toString
in class Object
Object.toString()
public VerifyOTPMessageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()