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>
47 inline void SetHITTypeId(
const char* value) { m_hITTypeIdHasBeenSet =
true; m_hITTypeId.assign(value); }
74 inline void SetActive(
bool value) { m_activeHasBeenSet =
true; m_active = value; }
80 bool m_hITTypeIdHasBeenSet =
false;
83 bool m_notificationHasBeenSet =
false;
86 bool m_activeHasBeenSet =
false;
bool ActiveHasBeenSet() const
UpdateNotificationSettingsRequest & WithHITTypeId(const char *value)
UpdateNotificationSettingsRequest & WithActive(bool value)
const Aws::String & GetHITTypeId() const
UpdateNotificationSettingsRequest & WithHITTypeId(Aws::String &&value)
void SetActive(bool value)
bool HITTypeIdHasBeenSet() const
AWS_MTURK_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateNotificationSettingsRequest & WithNotification(NotificationSpecification &&value)
void SetNotification(NotificationSpecification &&value)
void SetHITTypeId(const Aws::String &value)
UpdateNotificationSettingsRequest & WithHITTypeId(const Aws::String &value)
AWS_MTURK_API UpdateNotificationSettingsRequest()
UpdateNotificationSettingsRequest & WithNotification(const NotificationSpecification &value)
void SetHITTypeId(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_MTURK_API Aws::String SerializePayload() const override
void SetNotification(const NotificationSpecification &value)
void SetHITTypeId(Aws::String &&value)
bool NotificationHasBeenSet() const
const NotificationSpecification & GetNotification() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String