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"; }
43 template<
typename QualificationTypeIdT = Aws::String>
44 void SetQualificationTypeId(QualificationTypeIdT&& value) { m_qualificationTypeIdHasBeenSet =
true; m_qualificationTypeId = std::forward<QualificationTypeIdT>(value); }
45 template<
typename QualificationTypeIdT = Aws::String>
56 template<
typename WorkerIdT = Aws::String>
57 void SetWorkerId(WorkerIdT&& value) { m_workerIdHasBeenSet =
true; m_workerId = std::forward<WorkerIdT>(value); }
58 template<
typename WorkerIdT = Aws::String>
68 inline void SetIntegerValue(
int value) { m_integerValueHasBeenSet =
true; m_integerValue = value; }
80 inline void SetSendNotification(
bool value) { m_sendNotificationHasBeenSet =
true; m_sendNotification = value; }
86 bool m_qualificationTypeIdHasBeenSet =
false;
89 bool m_workerIdHasBeenSet =
false;
91 int m_integerValue{0};
92 bool m_integerValueHasBeenSet =
false;
94 bool m_sendNotification{
false};
95 bool m_sendNotificationHasBeenSet =
false;
AWS_MTURK_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool QualificationTypeIdHasBeenSet() const
AWS_MTURK_API Aws::String SerializePayload() const override
const Aws::String & GetWorkerId() const
bool IntegerValueHasBeenSet() const
bool GetSendNotification() const
bool SendNotificationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetSendNotification(bool value)
int GetIntegerValue() const
AssociateQualificationWithWorkerRequest & WithIntegerValue(int value)
void SetIntegerValue(int value)
bool WorkerIdHasBeenSet() const
void SetQualificationTypeId(QualificationTypeIdT &&value)
void SetWorkerId(WorkerIdT &&value)
AssociateQualificationWithWorkerRequest & WithWorkerId(WorkerIdT &&value)
AWS_MTURK_API AssociateQualificationWithWorkerRequest()=default
AssociateQualificationWithWorkerRequest & WithQualificationTypeId(QualificationTypeIdT &&value)
const Aws::String & GetQualificationTypeId() const
AssociateQualificationWithWorkerRequest & WithSendNotification(bool value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String