@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OverallTestResults extends Object implements Serializable, Cloneable, StructuredPojo
Information about the overall test results.
Constructor and Description |
---|
OverallTestResults() |
Modifier and Type | Method and Description |
---|---|
OverallTestResults |
clone() |
boolean |
equals(Object obj) |
List<OverallTestResultItem> |
getItems()
A list of the overall test results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setItems(Collection<OverallTestResultItem> items)
A list of the overall test results.
|
String |
toString()
Returns a string representation of this object.
|
OverallTestResults |
withItems(Collection<OverallTestResultItem> items)
A list of the overall test results.
|
OverallTestResults |
withItems(OverallTestResultItem... items)
A list of the overall test results.
|
public List<OverallTestResultItem> getItems()
A list of the overall test results.
public void setItems(Collection<OverallTestResultItem> items)
A list of the overall test results.
items
- A list of the overall test results.public OverallTestResults withItems(OverallTestResultItem... items)
A list of the overall test results.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- A list of the overall test results.public OverallTestResults withItems(Collection<OverallTestResultItem> items)
A list of the overall test results.
items
- A list of the overall test results.public String toString()
toString
in class Object
Object.toString()
public OverallTestResults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.