@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()
Group result ID.
|
String |
getGroupName()
Group Result Name.
|
List<TestCaseRun> |
getTests()
Tests under Group Result.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGroupId(String groupId)
Group result ID.
|
void |
setGroupName(String groupName)
Group Result Name.
|
void |
setTests(Collection<TestCaseRun> tests)
Tests under Group Result.
|
String |
toString()
Returns a string representation of this object.
|
GroupResult |
withGroupId(String groupId)
Group result ID.
|
GroupResult |
withGroupName(String groupName)
Group Result Name.
|
GroupResult |
withTests(Collection<TestCaseRun> tests)
Tests under Group Result.
|
GroupResult |
withTests(TestCaseRun... tests)
Tests under Group Result.
|
public void setGroupId(String groupId)
Group result ID.
groupId
- Group result ID.public String getGroupId()
Group result ID.
public GroupResult withGroupId(String groupId)
Group result ID.
groupId
- Group result ID.public void setGroupName(String groupName)
Group Result Name.
groupName
- Group Result Name.public String getGroupName()
Group Result Name.
public GroupResult withGroupName(String groupName)
Group Result Name.
groupName
- Group Result Name.public List<TestCaseRun> getTests()
Tests under Group Result.
public void setTests(Collection<TestCaseRun> tests)
Tests under Group Result.
tests
- Tests under Group Result.public GroupResult withTests(TestCaseRun... tests)
Tests under 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
- Tests under Group Result.public GroupResult withTests(Collection<TestCaseRun> tests)
Tests under Group Result.
tests
- Tests under Group Result.public String toString()
toString
in class Object
Object.toString()
public GroupResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.