7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mturk-requester/MTurkRequest.h>
9#include <aws/mturk-requester/MTurk_EXPORTS.h>
10#include <aws/mturk-requester/model/NotificationSpecification.h>
41 template <
typename HITTypeIdT = Aws::String>
43 m_hITTypeIdHasBeenSet =
true;
44 m_hITTypeId = std::forward<HITTypeIdT>(value);
46 template <
typename HITTypeIdT = Aws::String>
59 template <
typename NotificationT = NotificationSpecification>
61 m_notificationHasBeenSet =
true;
62 m_notification = std::forward<NotificationT>(value);
64 template <
typename NotificationT = NotificationSpecification>
81 m_activeHasBeenSet =
true;
95 bool m_hITTypeIdHasBeenSet =
false;
96 bool m_notificationHasBeenSet =
false;
97 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