@Generated(value="software.amazon.awssdk:codegen") public final class TestExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestExecutionSummary.Builder,TestExecutionSummary>
Summarizes metadata about the test execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestExecutionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionApiMode |
apiMode()
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
String |
apiModeAsString()
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
static TestExecutionSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time at which the test execution was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time at which the test execution was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestExecutionSummary.Builder> |
serializableBuilderClass() |
TestExecutionTarget |
target()
Contains information about the bot used for the test execution..
|
String |
testExecutionId()
The unique identifier of the test execution.
|
TestExecutionModality |
testExecutionModality()
Specifies whether the data used for the test execution is written or spoken.
|
String |
testExecutionModalityAsString()
Specifies whether the data used for the test execution is written or spoken.
|
TestExecutionStatus |
testExecutionStatus()
The current status of the test execution.
|
String |
testExecutionStatusAsString()
The current status of the test execution.
|
String |
testSetId()
The unique identifier of the test set used in the test execution.
|
String |
testSetName()
The name of the test set used in the test execution.
|
TestExecutionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String testExecutionId()
The unique identifier of the test execution.
public final Instant creationDateTime()
The date and time at which the test execution was created.
public final Instant lastUpdatedDateTime()
The date and time at which the test execution was last updated.
public final TestExecutionStatus testExecutionStatus()
The current status of the test execution.
If the service returns an enum value that is not available in the current SDK version,
testExecutionStatus will return TestExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from testExecutionStatusAsString().
TestExecutionStatuspublic final String testExecutionStatusAsString()
The current status of the test execution.
If the service returns an enum value that is not available in the current SDK version,
testExecutionStatus will return TestExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from testExecutionStatusAsString().
TestExecutionStatuspublic final String testSetId()
The unique identifier of the test set used in the test execution.
public final String testSetName()
The name of the test set used in the test execution.
public final TestExecutionTarget target()
Contains information about the bot used for the test execution..
public final TestExecutionApiMode apiMode()
Specifies whether the API mode for the test execution is streaming or non-streaming.
If the service returns an enum value that is not available in the current SDK version, apiMode will
return TestExecutionApiMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from apiModeAsString().
TestExecutionApiModepublic final String apiModeAsString()
Specifies whether the API mode for the test execution is streaming or non-streaming.
If the service returns an enum value that is not available in the current SDK version, apiMode will
return TestExecutionApiMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from apiModeAsString().
TestExecutionApiModepublic final TestExecutionModality testExecutionModality()
Specifies whether the data used for the test execution is written or spoken.
If the service returns an enum value that is not available in the current SDK version,
testExecutionModality will return TestExecutionModality.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from testExecutionModalityAsString().
TestExecutionModalitypublic final String testExecutionModalityAsString()
Specifies whether the data used for the test execution is written or spoken.
If the service returns an enum value that is not available in the current SDK version,
testExecutionModality will return TestExecutionModality.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from testExecutionModalityAsString().
TestExecutionModalitypublic TestExecutionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestExecutionSummary.Builder,TestExecutionSummary>public static TestExecutionSummary.Builder builder()
public static Class<? extends TestExecutionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.