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