Class TestCaseSummary
- java.lang.Object
-
- software.amazon.awssdk.services.apptest.model.TestCaseSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TestCaseSummary.Builder,TestCaseSummary>
@Generated("software.amazon.awssdk:codegen") public final class TestCaseSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestCaseSummary.Builder,TestCaseSummary>
Specifies a test case summary.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestCaseSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestCaseSummary.Builderbuilder()InstantcreationTime()The creation time of the test case summary.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdateTime()The last update time of the test case summary.IntegerlatestVersion()The latest version of the test case summary.Stringname()The name of the test case summary.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TestCaseSummary.Builder>serializableBuilderClass()TestCaseLifecyclestatus()The status of the test case summary.StringstatusAsString()The status of the test case summary.StringstatusReason()The status reason of the test case summary.StringtestCaseArn()The test case Amazon Resource Name (ARN) of the test case summary.StringtestCaseId()The test case ID of the test case summary.TestCaseSummary.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
-
testCaseId
public final String testCaseId()
The test case ID of the test case summary.
- Returns:
- The test case ID of the test case summary.
-
testCaseArn
public final String testCaseArn()
The test case Amazon Resource Name (ARN) of the test case summary.
- Returns:
- The test case Amazon Resource Name (ARN) of the test case summary.
-
name
public final String name()
The name of the test case summary.
- Returns:
- The name of the test case summary.
-
statusReason
public final String statusReason()
The status reason of the test case summary.
- Returns:
- The status reason of the test case summary.
-
latestVersion
public final Integer latestVersion()
The latest version of the test case summary.
- Returns:
- The latest version of the test case summary.
-
status
public final TestCaseLifecycle status()
The status of the test case summary.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTestCaseLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test case summary.
- See Also:
TestCaseLifecycle
-
statusAsString
public final String statusAsString()
The status of the test case summary.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTestCaseLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test case summary.
- See Also:
TestCaseLifecycle
-
creationTime
public final Instant creationTime()
The creation time of the test case summary.
- Returns:
- The creation time of the test case summary.
-
lastUpdateTime
public final Instant lastUpdateTime()
The last update time of the test case summary.
- Returns:
- The last update time of the test case summary.
-
toBuilder
public TestCaseSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestCaseSummary.Builder,TestCaseSummary>
-
builder
public static TestCaseSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TestCaseSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-