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/core/utils/memory/stl/AWSVector.h>
47 inline void SetSubject(
const char* value) { m_subjectHasBeenSet =
true; m_subject.assign(value); }
61 inline void SetMessageText(
const char* value) { m_messageTextHasBeenSet =
true; m_messageText.assign(value); }
85 bool m_subjectHasBeenSet =
false;
88 bool m_messageTextHasBeenSet =
false;
91 bool m_workerIdsHasBeenSet =
false;
NotifyWorkersRequest & WithMessageText(Aws::String &&value)
NotifyWorkersRequest & WithMessageText(const char *value)
void SetSubject(Aws::String &&value)
void SetMessageText(const char *value)
void SetMessageText(const Aws::String &value)
void SetSubject(const char *value)
AWS_MTURK_API NotifyWorkersRequest()
NotifyWorkersRequest & AddWorkerIds(Aws::String &&value)
NotifyWorkersRequest & WithWorkerIds(Aws::Vector< Aws::String > &&value)
NotifyWorkersRequest & WithWorkerIds(const Aws::Vector< Aws::String > &value)
const Aws::String & GetSubject() const
void SetWorkerIds(Aws::Vector< Aws::String > &&value)
void SetSubject(const Aws::String &value)
NotifyWorkersRequest & AddWorkerIds(const char *value)
NotifyWorkersRequest & WithSubject(const char *value)
bool SubjectHasBeenSet() const
void SetWorkerIds(const Aws::Vector< Aws::String > &value)
void SetMessageText(Aws::String &&value)
NotifyWorkersRequest & AddWorkerIds(const Aws::String &value)
AWS_MTURK_API Aws::String SerializePayload() const override
const Aws::String & GetMessageText() const
NotifyWorkersRequest & WithSubject(const Aws::String &value)
NotifyWorkersRequest & WithSubject(Aws::String &&value)
bool WorkerIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetWorkerIds() const
bool MessageTextHasBeenSet() const
NotifyWorkersRequest & WithMessageText(const Aws::String &value)
AWS_MTURK_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector