Class TestCaseFilter
- java.lang.Object
-
- software.amazon.awssdk.services.codebuild.model.TestCaseFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TestCaseFilter.Builder,TestCaseFilter>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestCaseFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestCaseFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkeyword()A keyword that is used to filter on thenameor theprefixof the test cases.List<SdkField<?>>sdkFields()static Class<? extends TestCaseFilter.Builder>serializableBuilderClass()Stringstatus()The status used to filter test cases.TestCaseFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
status
public final String status()
The status used to filter test cases. A
TestCaseFiltercan have one status. Valid values are:-
SUCCEEDED -
FAILED -
ERROR -
SKIPPED -
UNKNOWN
- Returns:
- The status used to filter test cases. A
TestCaseFiltercan have one status. Valid values are:-
SUCCEEDED -
FAILED -
ERROR -
SKIPPED -
UNKNOWN
-
-
-
keyword
public final String keyword()
A keyword that is used to filter on the
nameor theprefixof the test cases. Only test cases where the keyword is a substring of thenameor theprefixwill be returned.- Returns:
- A keyword that is used to filter on the
nameor theprefixof the test cases. Only test cases where the keyword is a substring of thenameor theprefixwill be returned.
-
toBuilder
public TestCaseFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestCaseFilter.Builder,TestCaseFilter>
-
builder
public static TestCaseFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends TestCaseFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-