7#include <aws/mturk-requester/MTurk_EXPORTS.h>
8#include <aws/mturk-requester/model/NotifyWorkersFailureCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 inline void SetNotifyWorkersFailureMessage(
const char* value) { m_notifyWorkersFailureMessageHasBeenSet =
true; m_notifyWorkersFailureMessage.assign(value); }
76 inline void SetWorkerId(
const char* value) { m_workerIdHasBeenSet =
true; m_workerId.assign(value); }
84 bool m_notifyWorkersFailureCodeHasBeenSet =
false;
87 bool m_notifyWorkersFailureMessageHasBeenSet =
false;
90 bool m_workerIdHasBeenSet =
false;
void SetNotifyWorkersFailureCode(NotifyWorkersFailureCode &&value)
void SetNotifyWorkersFailureMessage(const char *value)
AWS_MTURK_API Aws::Utils::Json::JsonValue Jsonize() const
void SetWorkerId(const char *value)
void SetNotifyWorkersFailureCode(const NotifyWorkersFailureCode &value)
AWS_MTURK_API NotifyWorkersFailureStatus()
bool NotifyWorkersFailureMessageHasBeenSet() const
NotifyWorkersFailureStatus & WithWorkerId(const char *value)
void SetNotifyWorkersFailureMessage(Aws::String &&value)
NotifyWorkersFailureStatus & WithNotifyWorkersFailureMessage(const char *value)
bool NotifyWorkersFailureCodeHasBeenSet() const
NotifyWorkersFailureStatus & WithNotifyWorkersFailureMessage(Aws::String &&value)
bool WorkerIdHasBeenSet() const
const Aws::String & GetWorkerId() const
NotifyWorkersFailureStatus & WithNotifyWorkersFailureCode(NotifyWorkersFailureCode &&value)
NotifyWorkersFailureStatus & WithNotifyWorkersFailureCode(const NotifyWorkersFailureCode &value)
const NotifyWorkersFailureCode & GetNotifyWorkersFailureCode() const
AWS_MTURK_API NotifyWorkersFailureStatus(Aws::Utils::Json::JsonView jsonValue)
AWS_MTURK_API NotifyWorkersFailureStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
NotifyWorkersFailureStatus & WithWorkerId(Aws::String &&value)
void SetWorkerId(Aws::String &&value)
const Aws::String & GetNotifyWorkersFailureMessage() const
void SetNotifyWorkersFailureMessage(const Aws::String &value)
void SetWorkerId(const Aws::String &value)
NotifyWorkersFailureStatus & WithWorkerId(const Aws::String &value)
NotifyWorkersFailureStatus & WithNotifyWorkersFailureMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue