@Generated(value="software.amazon.awssdk:codegen") public final class ReviewResultDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReviewResultDetail.Builder,ReviewResultDetail>
This data structure is returned multiple times for each result specified in the Review Policy.
Modifier and Type | Class and Description |
---|---|
static interface |
ReviewResultDetail.Builder |
Modifier and Type | Method and Description |
---|---|
String |
actionId()
A unique identifier of the Review action result.
|
static ReviewResultDetail.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
Key identifies the particular piece of reviewed information.
|
String |
questionId()
Specifies the QuestionId the result is describing.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReviewResultDetail.Builder> |
serializableBuilderClass() |
String |
subjectId()
The HITID or AssignmentId about which this result was taken.
|
String |
subjectType()
The type of the object from the SubjectId field.
|
ReviewResultDetail.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
value()
The values of Key provided by the review policies you have selected.
|
copy
public String actionId()
A unique identifier of the Review action result.
public String subjectId()
The HITID or AssignmentId about which this result was taken. Note that HIT-level Review Policies will often emit results about both the HIT itself and its Assignments, while Assignment-level review policies generally only emit results about the Assignment itself.
public String subjectType()
The type of the object from the SubjectId field.
public String questionId()
Specifies the QuestionId the result is describing. Depending on whether the TargetType is a HIT or Assignment this results could specify multiple values. If TargetType is HIT and QuestionId is absent, then the result describes results of the HIT, including the HIT agreement score. If ObjectType is Assignment and QuestionId is absent, then the result describes the Worker's performance on the HIT.
public String key()
Key identifies the particular piece of reviewed information.
public String value()
The values of Key provided by the review policies you have selected.
public ReviewResultDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReviewResultDetail.Builder,ReviewResultDetail>
public static ReviewResultDetail.Builder builder()
public static Class<? extends ReviewResultDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.