Class MTurkResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.mturk.model.MTurkResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AcceptQualificationRequestResponse,ApproveAssignmentResponse,AssociateQualificationWithWorkerResponse,CreateAdditionalAssignmentsForHitResponse,CreateHitResponse,CreateHitTypeResponse,CreateHitWithHitTypeResponse,CreateQualificationTypeResponse,CreateWorkerBlockResponse,DeleteHitResponse,DeleteQualificationTypeResponse,DeleteWorkerBlockResponse,DisassociateQualificationFromWorkerResponse,GetAccountBalanceResponse,GetAssignmentResponse,GetFileUploadUrlResponse,GetHitResponse,GetQualificationScoreResponse,GetQualificationTypeResponse,ListAssignmentsForHitResponse,ListBonusPaymentsResponse,ListHiTsForQualificationTypeResponse,ListHiTsResponse,ListQualificationRequestsResponse,ListQualificationTypesResponse,ListReviewableHiTsResponse,ListReviewPolicyResultsForHitResponse,ListWorkerBlocksResponse,ListWorkersWithQualificationTypeResponse,NotifyWorkersResponse,RejectAssignmentResponse,RejectQualificationRequestResponse,SendBonusResponse,SendTestEventNotificationResponse,UpdateExpirationForHitResponse,UpdateHitReviewStatusResponse,UpdateHitTypeOfHitResponse,UpdateNotificationSettingsResponse,UpdateQualificationTypeResponse
@Generated("software.amazon.awssdk:codegen") public abstract class MTurkResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMTurkResponse.Builderprotected static classMTurkResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedMTurkResponse(MTurkResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MTurkResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
MTurkResponse
protected MTurkResponse(MTurkResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public MTurkResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-