Cloneable, ReadLimitInfo, ToCopyableBuilder<ApproveAssignmentRequest.Builder,ApproveAssignmentRequest>@Generated("software.amazon.awssdk:codegen") public class ApproveAssignmentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ApproveAssignmentRequest.Builder,ApproveAssignmentRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ApproveAssignmentRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
assignmentId() |
The ID of the assignment.
|
static ApproveAssignmentRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
overrideRejection() |
A flag indicating that an assignment should be approved even if it was previously rejected.
|
String |
requesterFeedback() |
A message for the Worker, which the Worker can see in the Status section of the web site.
|
static Class<? extends ApproveAssignmentRequest.Builder> |
serializableBuilderClass() |
|
ApproveAssignmentRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String assignmentId()
The ID of the assignment. The assignment must correspond to a HIT created by the Requester.
public String requesterFeedback()
A message for the Worker, which the Worker can see in the Status section of the web site.
public Boolean overrideRejection()
A flag indicating that an assignment should be approved even if it was previously rejected. Defaults to
False.
False.public ApproveAssignmentRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ApproveAssignmentRequest.Builder,ApproveAssignmentRequest>public static ApproveAssignmentRequest.Builder builder()
public static Class<? extends ApproveAssignmentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.