@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHITRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateHITRequest() |
Modifier and Type | Method and Description |
---|---|
CreateHITRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Long |
getAssignmentDurationInSeconds()
The amount of time, in seconds, that a Worker has to complete the HIT after accepting it.
|
ReviewPolicy |
getAssignmentReviewPolicy()
The Assignment-level Review Policy applies to the assignments under the HIT.
|
Long |
getAutoApprovalDelayInSeconds()
The number of seconds after an assignment for the HIT has been submitted, after which the assignment is
considered Approved automatically unless the Requester explicitly rejects it.
|
String |
getDescription()
A general description of the HIT.
|
String |
getHITLayoutId()
The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an additional HIT
by providing those values as HITLayoutParameters.
|
List<HITLayoutParameter> |
getHITLayoutParameters()
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
ReviewPolicy |
getHITReviewPolicy()
The HIT-level Review Policy applies to the HIT.
|
String |
getKeywords()
One or more words or phrases that describe the HIT, separated by commas.
|
Long |
getLifetimeInSeconds()
An amount of time, in seconds, after which the HIT is no longer available for users to accept.
|
Integer |
getMaxAssignments()
The number of times the HIT can be accepted and completed before the HIT becomes unavailable.
|
List<QualificationRequirement> |
getQualificationRequirements()
A condition that a Worker's Qualifications must meet before the Worker is allowed to accept and complete the HIT.
|
String |
getQuestion()
The data the person completing the HIT uses to produce the results.
|
String |
getRequesterAnnotation()
An arbitrary data field.
|
String |
getReward()
The amount of money the Requester will pay a Worker for successfully completing the HIT.
|
String |
getTitle()
The title of the HIT.
|
String |
getUniqueRequestToken()
A unique identifier for this request which allows you to retry the call on error without creating duplicate HITs.
|
int |
hashCode() |
void |
setAssignmentDurationInSeconds(Long assignmentDurationInSeconds)
The amount of time, in seconds, that a Worker has to complete the HIT after accepting it.
|
void |
setAssignmentReviewPolicy(ReviewPolicy assignmentReviewPolicy)
The Assignment-level Review Policy applies to the assignments under the HIT.
|
void |
setAutoApprovalDelayInSeconds(Long autoApprovalDelayInSeconds)
The number of seconds after an assignment for the HIT has been submitted, after which the assignment is
considered Approved automatically unless the Requester explicitly rejects it.
|
void |
setDescription(String description)
A general description of the HIT.
|
void |
setHITLayoutId(String hITLayoutId)
The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an additional HIT
by providing those values as HITLayoutParameters.
|
void |
setHITLayoutParameters(Collection<HITLayoutParameter> hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
void |
setHITReviewPolicy(ReviewPolicy hITReviewPolicy)
The HIT-level Review Policy applies to the HIT.
|
void |
setKeywords(String keywords)
One or more words or phrases that describe the HIT, separated by commas.
|
void |
setLifetimeInSeconds(Long lifetimeInSeconds)
An amount of time, in seconds, after which the HIT is no longer available for users to accept.
|
void |
setMaxAssignments(Integer maxAssignments)
The number of times the HIT can be accepted and completed before the HIT becomes unavailable.
|
void |
setQualificationRequirements(Collection<QualificationRequirement> qualificationRequirements)
A condition that a Worker's Qualifications must meet before the Worker is allowed to accept and complete the HIT.
|
void |
setQuestion(String question)
The data the person completing the HIT uses to produce the results.
|
void |
setRequesterAnnotation(String requesterAnnotation)
An arbitrary data field.
|
void |
setReward(String reward)
The amount of money the Requester will pay a Worker for successfully completing the HIT.
|
void |
setTitle(String title)
The title of the HIT.
|
void |
setUniqueRequestToken(String uniqueRequestToken)
A unique identifier for this request which allows you to retry the call on error without creating duplicate HITs.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateHITRequest |
withAssignmentDurationInSeconds(Long assignmentDurationInSeconds)
The amount of time, in seconds, that a Worker has to complete the HIT after accepting it.
|
CreateHITRequest |
withAssignmentReviewPolicy(ReviewPolicy assignmentReviewPolicy)
The Assignment-level Review Policy applies to the assignments under the HIT.
|
CreateHITRequest |
withAutoApprovalDelayInSeconds(Long autoApprovalDelayInSeconds)
The number of seconds after an assignment for the HIT has been submitted, after which the assignment is
considered Approved automatically unless the Requester explicitly rejects it.
|
CreateHITRequest |
withDescription(String description)
A general description of the HIT.
|
CreateHITRequest |
withHITLayoutId(String hITLayoutId)
The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an additional HIT
by providing those values as HITLayoutParameters.
|
CreateHITRequest |
withHITLayoutParameters(Collection<HITLayoutParameter> hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
CreateHITRequest |
withHITLayoutParameters(HITLayoutParameter... hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
CreateHITRequest |
withHITReviewPolicy(ReviewPolicy hITReviewPolicy)
The HIT-level Review Policy applies to the HIT.
|
CreateHITRequest |
withKeywords(String keywords)
One or more words or phrases that describe the HIT, separated by commas.
|
CreateHITRequest |
withLifetimeInSeconds(Long lifetimeInSeconds)
An amount of time, in seconds, after which the HIT is no longer available for users to accept.
|
CreateHITRequest |
withMaxAssignments(Integer maxAssignments)
The number of times the HIT can be accepted and completed before the HIT becomes unavailable.
|
CreateHITRequest |
withQualificationRequirements(Collection<QualificationRequirement> qualificationRequirements)
A condition that a Worker's Qualifications must meet before the Worker is allowed to accept and complete the HIT.
|
CreateHITRequest |
withQualificationRequirements(QualificationRequirement... qualificationRequirements)
A condition that a Worker's Qualifications must meet before the Worker is allowed to accept and complete the HIT.
|
CreateHITRequest |
withQuestion(String question)
The data the person completing the HIT uses to produce the results.
|
CreateHITRequest |
withRequesterAnnotation(String requesterAnnotation)
An arbitrary data field.
|
CreateHITRequest |
withReward(String reward)
The amount of money the Requester will pay a Worker for successfully completing the HIT.
|
CreateHITRequest |
withTitle(String title)
The title of the HIT.
|
CreateHITRequest |
withUniqueRequestToken(String uniqueRequestToken)
A unique identifier for this request which allows you to retry the call on error without creating duplicate HITs.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxAssignments(Integer maxAssignments)
The number of times the HIT can be accepted and completed before the HIT becomes unavailable.
maxAssignments
- The number of times the HIT can be accepted and completed before the HIT becomes unavailable.public Integer getMaxAssignments()
The number of times the HIT can be accepted and completed before the HIT becomes unavailable.
public CreateHITRequest withMaxAssignments(Integer maxAssignments)
The number of times the HIT can be accepted and completed before the HIT becomes unavailable.
maxAssignments
- The number of times the HIT can be accepted and completed before the HIT becomes unavailable.public void setAutoApprovalDelayInSeconds(Long autoApprovalDelayInSeconds)
The number of seconds after an assignment for the HIT has been submitted, after which the assignment is considered Approved automatically unless the Requester explicitly rejects it.
autoApprovalDelayInSeconds
- The number of seconds after an assignment for the HIT has been submitted, after which the assignment is
considered Approved automatically unless the Requester explicitly rejects it.public Long getAutoApprovalDelayInSeconds()
The number of seconds after an assignment for the HIT has been submitted, after which the assignment is considered Approved automatically unless the Requester explicitly rejects it.
public CreateHITRequest withAutoApprovalDelayInSeconds(Long autoApprovalDelayInSeconds)
The number of seconds after an assignment for the HIT has been submitted, after which the assignment is considered Approved automatically unless the Requester explicitly rejects it.
autoApprovalDelayInSeconds
- The number of seconds after an assignment for the HIT has been submitted, after which the assignment is
considered Approved automatically unless the Requester explicitly rejects it.public void setLifetimeInSeconds(Long lifetimeInSeconds)
An amount of time, in seconds, after which the HIT is no longer available for users to accept. After the lifetime of the HIT elapses, the HIT no longer appears in HIT searches, even if not all of the assignments for the HIT have been accepted.
lifetimeInSeconds
- An amount of time, in seconds, after which the HIT is no longer available for users to accept. After the
lifetime of the HIT elapses, the HIT no longer appears in HIT searches, even if not all of the assignments
for the HIT have been accepted.public Long getLifetimeInSeconds()
An amount of time, in seconds, after which the HIT is no longer available for users to accept. After the lifetime of the HIT elapses, the HIT no longer appears in HIT searches, even if not all of the assignments for the HIT have been accepted.
public CreateHITRequest withLifetimeInSeconds(Long lifetimeInSeconds)
An amount of time, in seconds, after which the HIT is no longer available for users to accept. After the lifetime of the HIT elapses, the HIT no longer appears in HIT searches, even if not all of the assignments for the HIT have been accepted.
lifetimeInSeconds
- An amount of time, in seconds, after which the HIT is no longer available for users to accept. After the
lifetime of the HIT elapses, the HIT no longer appears in HIT searches, even if not all of the assignments
for the HIT have been accepted.public void setAssignmentDurationInSeconds(Long assignmentDurationInSeconds)
The amount of time, in seconds, that a Worker has to complete the HIT after accepting it. If a Worker does not complete the assignment within the specified duration, the assignment is considered abandoned. If the HIT is still active (that is, its lifetime has not elapsed), the assignment becomes available for other users to find and accept.
assignmentDurationInSeconds
- The amount of time, in seconds, that a Worker has to complete the HIT after accepting it. If a Worker does
not complete the assignment within the specified duration, the assignment is considered abandoned. If the
HIT is still active (that is, its lifetime has not elapsed), the assignment becomes available for other
users to find and accept.public Long getAssignmentDurationInSeconds()
The amount of time, in seconds, that a Worker has to complete the HIT after accepting it. If a Worker does not complete the assignment within the specified duration, the assignment is considered abandoned. If the HIT is still active (that is, its lifetime has not elapsed), the assignment becomes available for other users to find and accept.
public CreateHITRequest withAssignmentDurationInSeconds(Long assignmentDurationInSeconds)
The amount of time, in seconds, that a Worker has to complete the HIT after accepting it. If a Worker does not complete the assignment within the specified duration, the assignment is considered abandoned. If the HIT is still active (that is, its lifetime has not elapsed), the assignment becomes available for other users to find and accept.
assignmentDurationInSeconds
- The amount of time, in seconds, that a Worker has to complete the HIT after accepting it. If a Worker does
not complete the assignment within the specified duration, the assignment is considered abandoned. If the
HIT is still active (that is, its lifetime has not elapsed), the assignment becomes available for other
users to find and accept.public void setReward(String reward)
The amount of money the Requester will pay a Worker for successfully completing the HIT.
reward
- The amount of money the Requester will pay a Worker for successfully completing the HIT.public String getReward()
The amount of money the Requester will pay a Worker for successfully completing the HIT.
public CreateHITRequest withReward(String reward)
The amount of money the Requester will pay a Worker for successfully completing the HIT.
reward
- The amount of money the Requester will pay a Worker for successfully completing the HIT.public void setTitle(String title)
The title of the HIT. A title should be short and descriptive about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT title appears in search results, and everywhere the HIT is mentioned.
title
- The title of the HIT. A title should be short and descriptive about the kind of task the HIT contains. On
the Amazon Mechanical Turk web site, the HIT title appears in search results, and everywhere the HIT is
mentioned.public String getTitle()
The title of the HIT. A title should be short and descriptive about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT title appears in search results, and everywhere the HIT is mentioned.
public CreateHITRequest withTitle(String title)
The title of the HIT. A title should be short and descriptive about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT title appears in search results, and everywhere the HIT is mentioned.
title
- The title of the HIT. A title should be short and descriptive about the kind of task the HIT contains. On
the Amazon Mechanical Turk web site, the HIT title appears in search results, and everywhere the HIT is
mentioned.public void setKeywords(String keywords)
One or more words or phrases that describe the HIT, separated by commas. These words are used in searches to find HITs.
keywords
- One or more words or phrases that describe the HIT, separated by commas. These words are used in searches
to find HITs.public String getKeywords()
One or more words or phrases that describe the HIT, separated by commas. These words are used in searches to find HITs.
public CreateHITRequest withKeywords(String keywords)
One or more words or phrases that describe the HIT, separated by commas. These words are used in searches to find HITs.
keywords
- One or more words or phrases that describe the HIT, separated by commas. These words are used in searches
to find HITs.public void setDescription(String description)
A general description of the HIT. A description includes detailed information about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT description appears in the expanded view of search results, and in the HIT and assignment screens. A good description gives the user enough information to evaluate the HIT before accepting it.
description
- A general description of the HIT. A description includes detailed information about the kind of task the
HIT contains. On the Amazon Mechanical Turk web site, the HIT description appears in the expanded view of
search results, and in the HIT and assignment screens. A good description gives the user enough
information to evaluate the HIT before accepting it.public String getDescription()
A general description of the HIT. A description includes detailed information about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT description appears in the expanded view of search results, and in the HIT and assignment screens. A good description gives the user enough information to evaluate the HIT before accepting it.
public CreateHITRequest withDescription(String description)
A general description of the HIT. A description includes detailed information about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT description appears in the expanded view of search results, and in the HIT and assignment screens. A good description gives the user enough information to evaluate the HIT before accepting it.
description
- A general description of the HIT. A description includes detailed information about the kind of task the
HIT contains. On the Amazon Mechanical Turk web site, the HIT description appears in the expanded view of
search results, and in the HIT and assignment screens. A good description gives the user enough
information to evaluate the HIT before accepting it.public void setQuestion(String question)
The data the person completing the HIT uses to produce the results.
Constraints: Must be a QuestionForm data structure, an ExternalQuestion data structure, or an HTMLQuestion data structure. The XML question data must not be larger than 64 kilobytes (65,535 bytes) in size, including whitespace.
Either a Question parameter or a HITLayoutId parameter must be provided.
question
- The data the person completing the HIT uses to produce the results.
Constraints: Must be a QuestionForm data structure, an ExternalQuestion data structure, or an HTMLQuestion data structure. The XML question data must not be larger than 64 kilobytes (65,535 bytes) in size, including whitespace.
Either a Question parameter or a HITLayoutId parameter must be provided.
public String getQuestion()
The data the person completing the HIT uses to produce the results.
Constraints: Must be a QuestionForm data structure, an ExternalQuestion data structure, or an HTMLQuestion data structure. The XML question data must not be larger than 64 kilobytes (65,535 bytes) in size, including whitespace.
Either a Question parameter or a HITLayoutId parameter must be provided.
Constraints: Must be a QuestionForm data structure, an ExternalQuestion data structure, or an HTMLQuestion data structure. The XML question data must not be larger than 64 kilobytes (65,535 bytes) in size, including whitespace.
Either a Question parameter or a HITLayoutId parameter must be provided.
public CreateHITRequest withQuestion(String question)
The data the person completing the HIT uses to produce the results.
Constraints: Must be a QuestionForm data structure, an ExternalQuestion data structure, or an HTMLQuestion data structure. The XML question data must not be larger than 64 kilobytes (65,535 bytes) in size, including whitespace.
Either a Question parameter or a HITLayoutId parameter must be provided.
question
- The data the person completing the HIT uses to produce the results.
Constraints: Must be a QuestionForm data structure, an ExternalQuestion data structure, or an HTMLQuestion data structure. The XML question data must not be larger than 64 kilobytes (65,535 bytes) in size, including whitespace.
Either a Question parameter or a HITLayoutId parameter must be provided.
public void setRequesterAnnotation(String requesterAnnotation)
An arbitrary data field. The RequesterAnnotation parameter lets your application attach arbitrary data to the HIT for tracking purposes. For example, this parameter could be an identifier internal to the Requester's application that corresponds with the HIT.
The RequesterAnnotation parameter for a HIT is only visible to the Requester who created the HIT. It is not shown to the Worker, or any other Requester.
The RequesterAnnotation parameter may be different for each HIT you submit. It does not affect how your HITs are grouped.
requesterAnnotation
- An arbitrary data field. The RequesterAnnotation parameter lets your application attach arbitrary data to
the HIT for tracking purposes. For example, this parameter could be an identifier internal to the
Requester's application that corresponds with the HIT.
The RequesterAnnotation parameter for a HIT is only visible to the Requester who created the HIT. It is not shown to the Worker, or any other Requester.
The RequesterAnnotation parameter may be different for each HIT you submit. It does not affect how your HITs are grouped.
public String getRequesterAnnotation()
An arbitrary data field. The RequesterAnnotation parameter lets your application attach arbitrary data to the HIT for tracking purposes. For example, this parameter could be an identifier internal to the Requester's application that corresponds with the HIT.
The RequesterAnnotation parameter for a HIT is only visible to the Requester who created the HIT. It is not shown to the Worker, or any other Requester.
The RequesterAnnotation parameter may be different for each HIT you submit. It does not affect how your HITs are grouped.
The RequesterAnnotation parameter for a HIT is only visible to the Requester who created the HIT. It is not shown to the Worker, or any other Requester.
The RequesterAnnotation parameter may be different for each HIT you submit. It does not affect how your HITs are grouped.
public CreateHITRequest withRequesterAnnotation(String requesterAnnotation)
An arbitrary data field. The RequesterAnnotation parameter lets your application attach arbitrary data to the HIT for tracking purposes. For example, this parameter could be an identifier internal to the Requester's application that corresponds with the HIT.
The RequesterAnnotation parameter for a HIT is only visible to the Requester who created the HIT. It is not shown to the Worker, or any other Requester.
The RequesterAnnotation parameter may be different for each HIT you submit. It does not affect how your HITs are grouped.
requesterAnnotation
- An arbitrary data field. The RequesterAnnotation parameter lets your application attach arbitrary data to
the HIT for tracking purposes. For example, this parameter could be an identifier internal to the
Requester's application that corresponds with the HIT.
The RequesterAnnotation parameter for a HIT is only visible to the Requester who created the HIT. It is not shown to the Worker, or any other Requester.
The RequesterAnnotation parameter may be different for each HIT you submit. It does not affect how your HITs are grouped.
public List<QualificationRequirement> getQualificationRequirements()
A condition that a Worker's Qualifications must meet before the Worker is allowed to accept and complete the HIT.
public void setQualificationRequirements(Collection<QualificationRequirement> qualificationRequirements)
A condition that a Worker's Qualifications must meet before the Worker is allowed to accept and complete the HIT.
qualificationRequirements
- A condition that a Worker's Qualifications must meet before the Worker is allowed to accept and complete
the HIT.public CreateHITRequest withQualificationRequirements(QualificationRequirement... qualificationRequirements)
A condition that a Worker's Qualifications must meet before the Worker is allowed to accept and complete the HIT.
NOTE: This method appends the values to the existing list (if any). Use
setQualificationRequirements(java.util.Collection)
or
withQualificationRequirements(java.util.Collection)
if you want to override the existing values.
qualificationRequirements
- A condition that a Worker's Qualifications must meet before the Worker is allowed to accept and complete
the HIT.public CreateHITRequest withQualificationRequirements(Collection<QualificationRequirement> qualificationRequirements)
A condition that a Worker's Qualifications must meet before the Worker is allowed to accept and complete the HIT.
qualificationRequirements
- A condition that a Worker's Qualifications must meet before the Worker is allowed to accept and complete
the HIT.public void setUniqueRequestToken(String uniqueRequestToken)
A unique identifier for this request which allows you to retry the call on error without creating duplicate HITs. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the HIT already exists in the system from a previous call using the same UniqueRequestToken, subsequent calls will return a AWS.MechanicalTurk.HitAlreadyExists error with a message containing the HITId.
Note: It is your responsibility to ensure uniqueness of the token. The unique token expires after 24 hours. Subsequent calls using the same UniqueRequestToken made after the 24 hour limit could create duplicate HITs.
uniqueRequestToken
- A unique identifier for this request which allows you to retry the call on error without creating
duplicate HITs. This is useful in cases such as network timeouts where it is unclear whether or not the
call succeeded on the server. If the HIT already exists in the system from a previous call using the same
UniqueRequestToken, subsequent calls will return a AWS.MechanicalTurk.HitAlreadyExists error with a
message containing the HITId. Note: It is your responsibility to ensure uniqueness of the token. The unique token expires after 24 hours. Subsequent calls using the same UniqueRequestToken made after the 24 hour limit could create duplicate HITs.
public String getUniqueRequestToken()
A unique identifier for this request which allows you to retry the call on error without creating duplicate HITs. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the HIT already exists in the system from a previous call using the same UniqueRequestToken, subsequent calls will return a AWS.MechanicalTurk.HitAlreadyExists error with a message containing the HITId.
Note: It is your responsibility to ensure uniqueness of the token. The unique token expires after 24 hours. Subsequent calls using the same UniqueRequestToken made after the 24 hour limit could create duplicate HITs.
Note: It is your responsibility to ensure uniqueness of the token. The unique token expires after 24 hours. Subsequent calls using the same UniqueRequestToken made after the 24 hour limit could create duplicate HITs.
public CreateHITRequest withUniqueRequestToken(String uniqueRequestToken)
A unique identifier for this request which allows you to retry the call on error without creating duplicate HITs. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the HIT already exists in the system from a previous call using the same UniqueRequestToken, subsequent calls will return a AWS.MechanicalTurk.HitAlreadyExists error with a message containing the HITId.
Note: It is your responsibility to ensure uniqueness of the token. The unique token expires after 24 hours. Subsequent calls using the same UniqueRequestToken made after the 24 hour limit could create duplicate HITs.
uniqueRequestToken
- A unique identifier for this request which allows you to retry the call on error without creating
duplicate HITs. This is useful in cases such as network timeouts where it is unclear whether or not the
call succeeded on the server. If the HIT already exists in the system from a previous call using the same
UniqueRequestToken, subsequent calls will return a AWS.MechanicalTurk.HitAlreadyExists error with a
message containing the HITId. Note: It is your responsibility to ensure uniqueness of the token. The unique token expires after 24 hours. Subsequent calls using the same UniqueRequestToken made after the 24 hour limit could create duplicate HITs.
public void setAssignmentReviewPolicy(ReviewPolicy assignmentReviewPolicy)
The Assignment-level Review Policy applies to the assignments under the HIT. You can specify for Mechanical Turk to take various actions based on the policy.
assignmentReviewPolicy
- The Assignment-level Review Policy applies to the assignments under the HIT. You can specify for
Mechanical Turk to take various actions based on the policy.public ReviewPolicy getAssignmentReviewPolicy()
The Assignment-level Review Policy applies to the assignments under the HIT. You can specify for Mechanical Turk to take various actions based on the policy.
public CreateHITRequest withAssignmentReviewPolicy(ReviewPolicy assignmentReviewPolicy)
The Assignment-level Review Policy applies to the assignments under the HIT. You can specify for Mechanical Turk to take various actions based on the policy.
assignmentReviewPolicy
- The Assignment-level Review Policy applies to the assignments under the HIT. You can specify for
Mechanical Turk to take various actions based on the policy.public void setHITReviewPolicy(ReviewPolicy hITReviewPolicy)
The HIT-level Review Policy applies to the HIT. You can specify for Mechanical Turk to take various actions based on the policy.
hITReviewPolicy
- The HIT-level Review Policy applies to the HIT. You can specify for Mechanical Turk to take various
actions based on the policy.public ReviewPolicy getHITReviewPolicy()
The HIT-level Review Policy applies to the HIT. You can specify for Mechanical Turk to take various actions based on the policy.
public CreateHITRequest withHITReviewPolicy(ReviewPolicy hITReviewPolicy)
The HIT-level Review Policy applies to the HIT. You can specify for Mechanical Turk to take various actions based on the policy.
hITReviewPolicy
- The HIT-level Review Policy applies to the HIT. You can specify for Mechanical Turk to take various
actions based on the policy.public void setHITLayoutId(String hITLayoutId)
The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an additional HIT by providing those values as HITLayoutParameters.
Constraints: Either a Question parameter or a HITLayoutId parameter must be provided.
hITLayoutId
- The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an
additional HIT by providing those values as HITLayoutParameters.
Constraints: Either a Question parameter or a HITLayoutId parameter must be provided.
public String getHITLayoutId()
The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an additional HIT by providing those values as HITLayoutParameters.
Constraints: Either a Question parameter or a HITLayoutId parameter must be provided.
Constraints: Either a Question parameter or a HITLayoutId parameter must be provided.
public CreateHITRequest withHITLayoutId(String hITLayoutId)
The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an additional HIT by providing those values as HITLayoutParameters.
Constraints: Either a Question parameter or a HITLayoutId parameter must be provided.
hITLayoutId
- The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an
additional HIT by providing those values as HITLayoutParameters.
Constraints: Either a Question parameter or a HITLayoutId parameter must be provided.
public List<HITLayoutParameter> getHITLayoutParameters()
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure. For more information, see HITLayout.
public void setHITLayoutParameters(Collection<HITLayoutParameter> hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure. For more information, see HITLayout.
hITLayoutParameters
- If the HITLayoutId is provided, any placeholder values must be filled in with values using the
HITLayoutParameter structure. For more information, see HITLayout.public CreateHITRequest withHITLayoutParameters(HITLayoutParameter... hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure. For more information, see HITLayout.
NOTE: This method appends the values to the existing list (if any). Use
setHITLayoutParameters(java.util.Collection)
or withHITLayoutParameters(java.util.Collection)
if you want to override the existing values.
hITLayoutParameters
- If the HITLayoutId is provided, any placeholder values must be filled in with values using the
HITLayoutParameter structure. For more information, see HITLayout.public CreateHITRequest withHITLayoutParameters(Collection<HITLayoutParameter> hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure. For more information, see HITLayout.
hITLayoutParameters
- If the HITLayoutId is provided, any placeholder values must be filled in with values using the
HITLayoutParameter structure. For more information, see HITLayout.public String toString()
toString
in class Object
Object.toString()
public CreateHITRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.