7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint/model/VerifyOTPMessageRequestParameters.h>
44 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
62 bool m_applicationIdHasBeenSet =
false;
65 bool m_verifyOTPMessageRequestParametersHasBeenSet =
false;
VerifyOTPMessageRequest & WithVerifyOTPMessageRequestParameters(VerifyOTPMessageRequestParameters &&value)
VerifyOTPMessageRequest & WithApplicationId(Aws::String &&value)
AWS_PINPOINT_API Aws::String SerializePayload() const override
void SetVerifyOTPMessageRequestParameters(const VerifyOTPMessageRequestParameters &value)
VerifyOTPMessageRequest & WithVerifyOTPMessageRequestParameters(const VerifyOTPMessageRequestParameters &value)
virtual const char * GetServiceRequestName() const override
bool VerifyOTPMessageRequestParametersHasBeenSet() const
void SetVerifyOTPMessageRequestParameters(VerifyOTPMessageRequestParameters &&value)
void SetApplicationId(Aws::String &&value)
const VerifyOTPMessageRequestParameters & GetVerifyOTPMessageRequestParameters() const
const Aws::String & GetApplicationId() const
void SetApplicationId(const char *value)
VerifyOTPMessageRequest & WithApplicationId(const Aws::String &value)
AWS_PINPOINT_API VerifyOTPMessageRequest()
VerifyOTPMessageRequest & WithApplicationId(const char *value)
bool ApplicationIdHasBeenSet() const
void SetApplicationId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String