7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mturk-requester/MTurkRequest.h>
9#include <aws/mturk-requester/MTurk_EXPORTS.h>
40 template <
typename AssignmentIdT = Aws::String>
42 m_assignmentIdHasBeenSet =
true;
43 m_assignmentId = std::forward<AssignmentIdT>(value);
45 template <
typename AssignmentIdT = Aws::String>
59 template <
typename RequesterFeedbackT = Aws::String>
61 m_requesterFeedbackHasBeenSet =
true;
62 m_requesterFeedback = std::forward<RequesterFeedbackT>(value);
64 template <
typename RequesterFeedbackT = Aws::String>
79 m_overrideRejectionHasBeenSet =
true;
80 m_overrideRejection = value;
92 bool m_overrideRejection{
false};
93 bool m_assignmentIdHasBeenSet =
false;
94 bool m_requesterFeedbackHasBeenSet =
false;
95 bool m_overrideRejectionHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetAssignmentId(AssignmentIdT &&value)
ApproveAssignmentRequest & WithAssignmentId(AssignmentIdT &&value)
AWS_MTURK_API Aws::String SerializePayload() const override
void SetRequesterFeedback(RequesterFeedbackT &&value)
ApproveAssignmentRequest & WithRequesterFeedback(RequesterFeedbackT &&value)
AWS_MTURK_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AssignmentIdHasBeenSet() const
const Aws::String & GetAssignmentId() const
AWS_MTURK_API ApproveAssignmentRequest()=default
bool GetOverrideRejection() const
const Aws::String & GetRequesterFeedback() const
ApproveAssignmentRequest & WithOverrideRejection(bool value)
void SetOverrideRejection(bool value)
bool OverrideRejectionHasBeenSet() const
bool RequesterFeedbackHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String