@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupResult extends Object implements Serializable, Cloneable, StructuredPojo
Show Group Result.
| Constructor and Description | 
|---|
| GroupResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GroupResult | clone() | 
| boolean | equals(Object obj) | 
| String | getGroupId()
 Show Group Result Id. | 
| String | getGroupName()
 Show Group Result Name. | 
| List<TestCaseRun> | getTests()
 Show Group Result. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setGroupId(String groupId)
 Show Group Result Id. | 
| void | setGroupName(String groupName)
 Show Group Result Name. | 
| void | setTests(Collection<TestCaseRun> tests)
 Show Group Result. | 
| String | toString()Returns a string representation of this object. | 
| GroupResult | withGroupId(String groupId)
 Show Group Result Id. | 
| GroupResult | withGroupName(String groupName)
 Show Group Result Name. | 
| GroupResult | withTests(Collection<TestCaseRun> tests)
 Show Group Result. | 
| GroupResult | withTests(TestCaseRun... tests)
 Show Group Result. | 
public void setGroupId(String groupId)
Show Group Result Id.
groupId - Show Group Result Id.public String getGroupId()
Show Group Result Id.
public GroupResult withGroupId(String groupId)
Show Group Result Id.
groupId - Show Group Result Id.public void setGroupName(String groupName)
Show Group Result Name.
groupName - Show Group Result Name.public String getGroupName()
Show Group Result Name.
public GroupResult withGroupName(String groupName)
Show Group Result Name.
groupName - Show Group Result Name.public List<TestCaseRun> getTests()
Show Group Result.
public void setTests(Collection<TestCaseRun> tests)
Show Group Result.
tests - Show Group Result.public GroupResult withTests(TestCaseRun... tests)
Show Group Result.
 NOTE: This method appends the values to the existing list (if any). Use
 setTests(java.util.Collection) or withTests(java.util.Collection) if you want to override the
 existing values.
 
tests - Show Group Result.public GroupResult withTests(Collection<TestCaseRun> tests)
Show Group Result.
tests - Show Group Result.public String toString()
toString in class ObjectObject.toString()public GroupResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.