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