7#include <aws/mturk-requester/MTurk_EXPORTS.h>
8#include <aws/mturk-requester/MTurkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mturk-requester/model/NotificationSpecification.h>
45 template<
typename HITTypeIdT = Aws::String>
46 void SetHITTypeId(HITTypeIdT&& value) { m_hITTypeIdHasBeenSet =
true; m_hITTypeId = std::forward<HITTypeIdT>(value); }
47 template<
typename HITTypeIdT = Aws::String>
57 template<
typename NotificationT = NotificationSpecification>
58 void SetNotification(NotificationT&& value) { m_notificationHasBeenSet =
true; m_notification = std::forward<NotificationT>(value); }
59 template<
typename NotificationT = NotificationSpecification>
72 inline void SetActive(
bool value) { m_activeHasBeenSet =
true; m_active = value; }
78 bool m_hITTypeIdHasBeenSet =
false;
81 bool m_notificationHasBeenSet =
false;
84 bool m_activeHasBeenSet =
false;
bool ActiveHasBeenSet() const
void SetHITTypeId(HITTypeIdT &&value)
UpdateNotificationSettingsRequest & WithActive(bool value)
const Aws::String & GetHITTypeId() const
void SetActive(bool value)
bool HITTypeIdHasBeenSet() const
AWS_MTURK_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_MTURK_API Aws::String SerializePayload() const override
UpdateNotificationSettingsRequest & WithNotification(NotificationT &&value)
bool NotificationHasBeenSet() const
const NotificationSpecification & GetNotification() const
UpdateNotificationSettingsRequest & WithHITTypeId(HITTypeIdT &&value)
AWS_MTURK_API UpdateNotificationSettingsRequest()=default
void SetNotification(NotificationT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String