@Generated(value="software.amazon.awssdk:codegen") public final class TestCaseFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestCaseFilter.Builder,TestCaseFilter>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestCaseFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyword()
A keyword that is used to filter on the
name or the prefix of the test cases. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestCaseFilter.Builder> |
serializableBuilderClass() |
String |
status()
The status used to filter test cases.
|
TestCaseFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String status()
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 final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestCaseFilter.Builder,TestCaseFilter>public static TestCaseFilter.Builder builder()
public static Class<? extends TestCaseFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.