@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendOTPMessageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
SendOTPMessageRequest() |
| Modifier and Type | Method and Description |
|---|---|
SendOTPMessageRequest |
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.
|
SendOTPMessageRequestParameters |
getSendOTPMessageRequestParameters() |
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setSendOTPMessageRequestParameters(SendOTPMessageRequestParameters sendOTPMessageRequestParameters) |
String |
toString()
Returns a string representation of this object.
|
SendOTPMessageRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
SendOTPMessageRequest |
withSendOTPMessageRequestParameters(SendOTPMessageRequestParameters sendOTPMessageRequestParameters) |
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 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 SendOTPMessageRequest withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
applicationId - The unique ID of your Amazon Pinpoint application.public void setSendOTPMessageRequestParameters(SendOTPMessageRequestParameters sendOTPMessageRequestParameters)
sendOTPMessageRequestParameters - public SendOTPMessageRequestParameters getSendOTPMessageRequestParameters()
public SendOTPMessageRequest withSendOTPMessageRequestParameters(SendOTPMessageRequestParameters sendOTPMessageRequestParameters)
sendOTPMessageRequestParameters - public String toString()
toString in class ObjectObject.toString()public SendOTPMessageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()