@Generated(value="software.amazon.awssdk:codegen") public final class TestCaseRun extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestCaseRun.Builder,TestCaseRun>
Provides test case run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestCaseRun.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseRun.Builder |
builder() |
Instant |
endTime()
Provides test case run end time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failure()
Provides test case run failure result.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logUrl()
Provides test case run log Url.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestCaseRun.Builder> |
serializableBuilderClass() |
Instant |
startTime()
Provides test case run start time.
|
Status |
status()
Provides test case run status.
|
String |
statusAsString()
Provides test case run status.
|
String |
testCaseDefinitionId()
Provides test case run definition Id.
|
String |
testCaseDefinitionName()
Provides test case run definition Name.
|
String |
testCaseRunId()
Provides test case run Id.
|
TestCaseRun.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
warnings()
Provides test case run warnings.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String testCaseRunId()
Provides test case run Id.
public final String testCaseDefinitionId()
Provides test case run definition Id.
public final String testCaseDefinitionName()
Provides test case run definition Name.
public final Status status()
Provides test case run status.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String statusAsString()
Provides test case run status.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final Instant startTime()
Provides test case run start time.
public final Instant endTime()
Provides test case run end time.
public final String logUrl()
Provides test case run log Url.
public final String warnings()
Provides test case run warnings.
public final String failure()
Provides test case run failure result.
public TestCaseRun.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestCaseRun.Builder,TestCaseRun>public static TestCaseRun.Builder builder()
public static Class<? extends TestCaseRun.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.