7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/sms/SMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sms/model/NotificationContext.h>
44 template<
typename AppIdT = Aws::String>
45 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
46 template<
typename AppIdT = Aws::String>
56 template<
typename NotificationContextT = NotificationContext>
57 void SetNotificationContext(NotificationContextT&& value) { m_notificationContextHasBeenSet =
true; m_notificationContext = std::forward<NotificationContextT>(value); }
58 template<
typename NotificationContextT = NotificationContext>
64 bool m_appIdHasBeenSet =
false;
67 bool m_notificationContextHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
NotifyAppValidationOutputRequest & WithAppId(AppIdT &&value)
bool NotificationContextHasBeenSet() const
AWS_SMS_API NotifyAppValidationOutputRequest()=default
AWS_SMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AppIdHasBeenSet() const
NotifyAppValidationOutputRequest & WithNotificationContext(NotificationContextT &&value)
void SetAppId(AppIdT &&value)
void SetNotificationContext(NotificationContextT &&value)
const Aws::String & GetAppId() const
AWS_SMS_API Aws::String SerializePayload() const override
const NotificationContext & GetNotificationContext() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String