@Generated(value="software.amazon.awssdk:codegen") public final class ReviewResultDetail extends Object implements StructuredPojo, 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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
questionId()
Specifies the QuestionId the result is describing.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.