7#include <aws/mturk-requester/MTurk_EXPORTS.h>
8#include <aws/mturk-requester/MTurkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "AssociateQualificationWithWorker"; }
45 inline void SetQualificationTypeId(
const char* value) { m_qualificationTypeIdHasBeenSet =
true; m_qualificationTypeId.assign(value); }
60 inline void SetWorkerId(
const char* value) { m_workerIdHasBeenSet =
true; m_workerId.assign(value); }
72 inline void SetIntegerValue(
int value) { m_integerValueHasBeenSet =
true; m_integerValue = value; }
84 inline void SetSendNotification(
bool value) { m_sendNotificationHasBeenSet =
true; m_sendNotification = value; }
90 bool m_qualificationTypeIdHasBeenSet =
false;
93 bool m_workerIdHasBeenSet =
false;
96 bool m_integerValueHasBeenSet =
false;
98 bool m_sendNotification;
99 bool m_sendNotificationHasBeenSet =
false;
AWS_MTURK_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool QualificationTypeIdHasBeenSet() const
AssociateQualificationWithWorkerRequest & WithWorkerId(Aws::String &&value)
AssociateQualificationWithWorkerRequest & WithWorkerId(const char *value)
AWS_MTURK_API Aws::String SerializePayload() const override
const Aws::String & GetWorkerId() const
AssociateQualificationWithWorkerRequest & WithWorkerId(const Aws::String &value)
bool IntegerValueHasBeenSet() const
bool GetSendNotification() const
bool SendNotificationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetSendNotification(bool value)
int GetIntegerValue() const
AssociateQualificationWithWorkerRequest & WithQualificationTypeId(const Aws::String &value)
void SetWorkerId(Aws::String &&value)
AssociateQualificationWithWorkerRequest & WithIntegerValue(int value)
void SetQualificationTypeId(Aws::String &&value)
void SetIntegerValue(int value)
AssociateQualificationWithWorkerRequest & WithQualificationTypeId(const char *value)
bool WorkerIdHasBeenSet() const
void SetWorkerId(const Aws::String &value)
void SetWorkerId(const char *value)
AssociateQualificationWithWorkerRequest & WithQualificationTypeId(Aws::String &&value)
void SetQualificationTypeId(const char *value)
const Aws::String & GetQualificationTypeId() const
AssociateQualificationWithWorkerRequest & WithSendNotification(bool value)
AWS_MTURK_API AssociateQualificationWithWorkerRequest()
void SetQualificationTypeId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String