7#include <aws/mturk-requester/MTurkRequest.h>
8#include <aws/mturk-requester/MTurk_EXPORTS.h>
9#include <aws/mturk-requester/model/EventType.h>
10#include <aws/mturk-requester/model/NotificationSpecification.h>
42 template <
typename NotificationT = NotificationSpecification>
44 m_notificationHasBeenSet =
true;
45 m_notification = std::forward<NotificationT>(value);
47 template <
typename NotificationT = NotificationSpecification>
64 m_testEventTypeHasBeenSet =
true;
65 m_testEventType = value;
76 bool m_notificationHasBeenSet =
false;
77 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