AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the AcceptQualificationRequest operation. The AcceptQualificationRequest operation approves a Worker's request for a Qualification.

Only the owner of the Qualification type can grant a Qualification request for that type.

A successful request for the AcceptQualificationRequest operation returns with no errors and an empty body.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MTurk.AmazonMTurkRequest
      Amazon.MTurk.Model.AcceptQualificationRequestRequest

Namespace: Amazon.MTurk.Model
Assembly: AWSSDK.MTurk.dll
Version: 3.x.y.z

Syntax

C#
public class AcceptQualificationRequestRequest : AmazonMTurkRequest
         IAmazonWebServiceRequest

The AcceptQualificationRequestRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IntegerValue System.Int32

Gets and sets the property IntegerValue.

The value of the Qualification. You can omit this value if you are using the presence or absence of the Qualification as the basis for a HIT requirement.

Public Property QualificationRequestId System.String

Gets and sets the property QualificationRequestId.

The ID of the Qualification request, as returned by the GetQualificationRequests operation.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5