@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReviewReport extends Object implements Serializable, Cloneable, StructuredPojo
Contains both ReviewResult and ReviewAction elements for a particular HIT.
| Constructor and Description |
|---|
ReviewReport() |
| Modifier and Type | Method and Description |
|---|---|
ReviewReport |
clone() |
boolean |
equals(Object obj) |
List<ReviewActionDetail> |
getReviewActions()
A list of ReviewAction objects for each action specified in the Review Policy.
|
List<ReviewResultDetail> |
getReviewResults()
A list of ReviewResults objects for each action specified in the Review Policy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setReviewActions(Collection<ReviewActionDetail> reviewActions)
A list of ReviewAction objects for each action specified in the Review Policy.
|
void |
setReviewResults(Collection<ReviewResultDetail> reviewResults)
A list of ReviewResults objects for each action specified in the Review Policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReviewReport |
withReviewActions(Collection<ReviewActionDetail> reviewActions)
A list of ReviewAction objects for each action specified in the Review Policy.
|
ReviewReport |
withReviewActions(ReviewActionDetail... reviewActions)
A list of ReviewAction objects for each action specified in the Review Policy.
|
ReviewReport |
withReviewResults(Collection<ReviewResultDetail> reviewResults)
A list of ReviewResults objects for each action specified in the Review Policy.
|
ReviewReport |
withReviewResults(ReviewResultDetail... reviewResults)
A list of ReviewResults objects for each action specified in the Review Policy.
|
public List<ReviewResultDetail> getReviewResults()
A list of ReviewResults objects for each action specified in the Review Policy.
public void setReviewResults(Collection<ReviewResultDetail> reviewResults)
A list of ReviewResults objects for each action specified in the Review Policy.
reviewResults - A list of ReviewResults objects for each action specified in the Review Policy.public ReviewReport withReviewResults(ReviewResultDetail... reviewResults)
A list of ReviewResults objects for each action specified in the Review Policy.
NOTE: This method appends the values to the existing list (if any). Use
setReviewResults(java.util.Collection) or withReviewResults(java.util.Collection) if you want
to override the existing values.
reviewResults - A list of ReviewResults objects for each action specified in the Review Policy.public ReviewReport withReviewResults(Collection<ReviewResultDetail> reviewResults)
A list of ReviewResults objects for each action specified in the Review Policy.
reviewResults - A list of ReviewResults objects for each action specified in the Review Policy.public List<ReviewActionDetail> getReviewActions()
A list of ReviewAction objects for each action specified in the Review Policy.
public void setReviewActions(Collection<ReviewActionDetail> reviewActions)
A list of ReviewAction objects for each action specified in the Review Policy.
reviewActions - A list of ReviewAction objects for each action specified in the Review Policy.public ReviewReport withReviewActions(ReviewActionDetail... reviewActions)
A list of ReviewAction objects for each action specified in the Review Policy.
NOTE: This method appends the values to the existing list (if any). Use
setReviewActions(java.util.Collection) or withReviewActions(java.util.Collection) if you want
to override the existing values.
reviewActions - A list of ReviewAction objects for each action specified in the Review Policy.public ReviewReport withReviewActions(Collection<ReviewActionDetail> reviewActions)
A list of ReviewAction objects for each action specified in the Review Policy.
reviewActions - A list of ReviewAction objects for each action specified in the Review Policy.public String toString()
toString in class ObjectObject.toString()public ReviewReport clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.