@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The values of Key provided by the review policies you have selected.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String actionId()
A unique identifier of the Review action result.
public final 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 final String subjectType()
The type of the object from the SubjectId field.
public final 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 final String key()
Key identifies the particular piece of reviewed information.
public final String value()
The values of Key provided by the review policies you have selected.
public ReviewResultDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReviewResultDetail.Builder,ReviewResultDetail>public static ReviewResultDetail.Builder builder()
public static Class<? extends ReviewResultDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.