@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestCaseFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter used to return specific types of test cases. In order to pass the filter, the report must meet all of the filter properties.
Constructor and Description |
---|
TestCaseFilter() |
Modifier and Type | Method and Description |
---|---|
TestCaseFilter |
clone() |
boolean |
equals(Object obj) |
String |
getKeyword()
A keyword that is used to filter on the
name or the prefix of the test cases. |
String |
getStatus()
The status used to filter test cases.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKeyword(String keyword)
A keyword that is used to filter on the
name or the prefix of the test cases. |
void |
setStatus(String status)
The status used to filter test cases.
|
String |
toString()
Returns a string representation of this object.
|
TestCaseFilter |
withKeyword(String keyword)
A keyword that is used to filter on the
name or the prefix of the test cases. |
TestCaseFilter |
withStatus(String status)
The status used to filter test cases.
|
public void setStatus(String status)
The status used to filter test cases. A TestCaseFilter
can have one status. Valid values are:
SUCCEEDED
FAILED
ERROR
SKIPPED
UNKNOWN
status
- The status used to filter test cases. A TestCaseFilter
can have one status. Valid values
are:
SUCCEEDED
FAILED
ERROR
SKIPPED
UNKNOWN
public String getStatus()
The status used to filter test cases. A TestCaseFilter
can have one status. Valid values are:
SUCCEEDED
FAILED
ERROR
SKIPPED
UNKNOWN
TestCaseFilter
can have one status. Valid values
are:
SUCCEEDED
FAILED
ERROR
SKIPPED
UNKNOWN
public TestCaseFilter withStatus(String status)
The status used to filter test cases. A TestCaseFilter
can have one status. Valid values are:
SUCCEEDED
FAILED
ERROR
SKIPPED
UNKNOWN
status
- The status used to filter test cases. A TestCaseFilter
can have one status. Valid values
are:
SUCCEEDED
FAILED
ERROR
SKIPPED
UNKNOWN
public void setKeyword(String keyword)
A keyword that is used to filter on the name
or the prefix
of the test cases. Only test
cases where the keyword is a substring of the name
or the prefix
will be returned.
keyword
- A keyword that is used to filter on the name
or the prefix
of the test cases.
Only test cases where the keyword is a substring of the name
or the prefix
will
be returned.public String getKeyword()
A keyword that is used to filter on the name
or the prefix
of the test cases. Only test
cases where the keyword is a substring of the name
or the prefix
will be returned.
name
or the prefix
of the test cases.
Only test cases where the keyword is a substring of the name
or the prefix
will
be returned.public TestCaseFilter withKeyword(String keyword)
A keyword that is used to filter on the name
or the prefix
of the test cases. Only test
cases where the keyword is a substring of the name
or the prefix
will be returned.
keyword
- A keyword that is used to filter on the name
or the prefix
of the test cases.
Only test cases where the keyword is a substring of the name
or the prefix
will
be returned.public String toString()
toString
in class Object
Object.toString()
public TestCaseFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.