7#include <aws/mturk-requester/MTurk_EXPORTS.h>
8#include <aws/mturk-requester/MTurkRequest.h>
9#include <aws/mturk-requester/model/NotificationSpecification.h>
10#include <aws/mturk-requester/model/EventType.h>
46 template<
typename NotificationT = NotificationSpecification>
47 void SetNotification(NotificationT&& value) { m_notificationHasBeenSet =
true; m_notification = std::forward<NotificationT>(value); }
48 template<
typename NotificationT = NotificationSpecification>
67 bool m_notificationHasBeenSet =
false;
70 bool m_testEventTypeHasBeenSet =
false;
AWS_MTURK_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_MTURK_API SendTestEventNotificationRequest()=default
void SetTestEventType(EventType value)
virtual const char * GetServiceRequestName() const override
bool TestEventTypeHasBeenSet() const
AWS_MTURK_API Aws::String SerializePayload() const override
bool NotificationHasBeenSet() const
SendTestEventNotificationRequest & WithTestEventType(EventType value)
EventType GetTestEventType() const
void SetNotification(NotificationT &&value)
SendTestEventNotificationRequest & WithNotification(NotificationT &&value)
const NotificationSpecification & GetNotification() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String