@Generated(value="software.amazon.awssdk:codegen") public final class SuiteRunInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuiteRunInformation.Builder,SuiteRunInformation>
Information about the suite run.
Requires permission to access the SuiteRunInformation action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SuiteRunInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SuiteRunInformation.Builder |
builder() |
Instant |
createdAt()
Date (in Unix epoch time) when the suite run was created.
|
Instant |
endAt()
Date (in Unix epoch time) when the suite run ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failed()
Number of test cases that failed in the suite run.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
passed()
Number of test cases that passed in the suite run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SuiteRunInformation.Builder> |
serializableBuilderClass() |
Instant |
startedAt()
Date (in Unix epoch time) when the suite run was started.
|
SuiteRunStatus |
status()
Status of the suite run.
|
String |
statusAsString()
Status of the suite run.
|
String |
suiteDefinitionId()
Suite definition ID of the suite run.
|
String |
suiteDefinitionName()
Suite definition name of the suite run.
|
String |
suiteDefinitionVersion()
Suite definition version of the suite run.
|
String |
suiteRunId()
Suite run ID of the suite run.
|
SuiteRunInformation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String suiteDefinitionId()
Suite definition ID of the suite run.
public final String suiteDefinitionVersion()
Suite definition version of the suite run.
public final String suiteDefinitionName()
Suite definition name of the suite run.
public final String suiteRunId()
Suite run ID of the suite run.
public final Instant createdAt()
Date (in Unix epoch time) when the suite run was created.
public final Instant startedAt()
Date (in Unix epoch time) when the suite run was started.
public final Instant endAt()
Date (in Unix epoch time) when the suite run ended.
public final SuiteRunStatus status()
Status of the suite run.
If the service returns an enum value that is not available in the current SDK version, status will
return SuiteRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
SuiteRunStatuspublic final String statusAsString()
Status of the suite run.
If the service returns an enum value that is not available in the current SDK version, status will
return SuiteRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
SuiteRunStatuspublic final Integer passed()
Number of test cases that passed in the suite run.
public final Integer failed()
Number of test cases that failed in the suite run.
public SuiteRunInformation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SuiteRunInformation.Builder,SuiteRunInformation>public static SuiteRunInformation.Builder builder()
public static Class<? extends SuiteRunInformation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.