@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestCaseCategory extends Object implements Serializable, Cloneable, StructuredPojo
Gets the test case category.
Constructor and Description |
---|
TestCaseCategory() |
Modifier and Type | Method and Description |
---|---|
TestCaseCategory |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Lists all the tests name in the specified category.
|
List<TestCase> |
getTests()
Lists all the tests in the specified category.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
Lists all the tests name in the specified category.
|
void |
setTests(Collection<TestCase> tests)
Lists all the tests in the specified category.
|
String |
toString()
Returns a string representation of this object.
|
TestCaseCategory |
withName(String name)
Lists all the tests name in the specified category.
|
TestCaseCategory |
withTests(Collection<TestCase> tests)
Lists all the tests in the specified category.
|
TestCaseCategory |
withTests(TestCase... tests)
Lists all the tests in the specified category.
|
public void setName(String name)
Lists all the tests name in the specified category.
name
- Lists all the tests name in the specified category.public String getName()
Lists all the tests name in the specified category.
public TestCaseCategory withName(String name)
Lists all the tests name in the specified category.
name
- Lists all the tests name in the specified category.public List<TestCase> getTests()
Lists all the tests in the specified category.
public void setTests(Collection<TestCase> tests)
Lists all the tests in the specified category.
tests
- Lists all the tests in the specified category.public TestCaseCategory withTests(TestCase... tests)
Lists all the tests in the specified category.
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
- Lists all the tests in the specified category.public TestCaseCategory withTests(Collection<TestCase> tests)
Lists all the tests in the specified category.
tests
- Lists all the tests in the specified category.public String toString()
toString
in class Object
Object.toString()
public TestCaseCategory clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.