Class TestExecutionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.TestExecutionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TestExecutionSummary.Builder,TestExecutionSummary>
@Generated("software.amazon.awssdk:codegen") public final class TestExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestExecutionSummary.Builder,TestExecutionSummary>
Summarizes metadata about the test execution.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestExecutionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TestExecutionApiModeapiMode()Specifies whether the API mode for the test execution is streaming or non-streaming.StringapiModeAsString()Specifies whether the API mode for the test execution is streaming or non-streaming.static TestExecutionSummary.Builderbuilder()InstantcreationDateTime()The date and time at which the test execution was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedDateTime()The date and time at which the test execution was last updated.List<SdkField<?>>sdkFields()static Class<? extends TestExecutionSummary.Builder>serializableBuilderClass()TestExecutionTargettarget()Contains information about the bot used for the test execution..StringtestExecutionId()The unique identifier of the test execution.TestExecutionModalitytestExecutionModality()Specifies whether the data used for the test execution is written or spoken.StringtestExecutionModalityAsString()Specifies whether the data used for the test execution is written or spoken.TestExecutionStatustestExecutionStatus()The current status of the test execution.StringtestExecutionStatusAsString()The current status of the test execution.StringtestSetId()The unique identifier of the test set used in the test execution.StringtestSetName()The name of the test set used in the test execution.TestExecutionSummary.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
-
testExecutionId
public final String testExecutionId()
The unique identifier of the test execution.
- Returns:
- The unique identifier of the test execution.
-
creationDateTime
public final Instant creationDateTime()
The date and time at which the test execution was created.
- Returns:
- The date and time at which the test execution was created.
-
lastUpdatedDateTime
public final Instant lastUpdatedDateTime()
The date and time at which the test execution was last updated.
- Returns:
- The date and time at which the test execution was last updated.
-
testExecutionStatus
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,
testExecutionStatuswill returnTestExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtestExecutionStatusAsString().- Returns:
- The current status of the test execution.
- See Also:
TestExecutionStatus
-
testExecutionStatusAsString
public 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,
testExecutionStatuswill returnTestExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtestExecutionStatusAsString().- Returns:
- The current status of the test execution.
- See Also:
TestExecutionStatus
-
testSetId
public final String testSetId()
The unique identifier of the test set used in the test execution.
- Returns:
- The unique identifier of the test set used in the test execution.
-
testSetName
public final String testSetName()
The name of the test set used in the test execution.
- Returns:
- The name of the test set used in the test execution.
-
target
public final TestExecutionTarget target()
Contains information about the bot used for the test execution..
- Returns:
- Contains information about the bot used for the test execution..
-
apiMode
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,
apiModewill returnTestExecutionApiMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapiModeAsString().- Returns:
- Specifies whether the API mode for the test execution is streaming or non-streaming.
- See Also:
TestExecutionApiMode
-
apiModeAsString
public 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,
apiModewill returnTestExecutionApiMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapiModeAsString().- Returns:
- Specifies whether the API mode for the test execution is streaming or non-streaming.
- See Also:
TestExecutionApiMode
-
testExecutionModality
public 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,
testExecutionModalitywill returnTestExecutionModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtestExecutionModalityAsString().- Returns:
- Specifies whether the data used for the test execution is written or spoken.
- See Also:
TestExecutionModality
-
testExecutionModalityAsString
public 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,
testExecutionModalitywill returnTestExecutionModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtestExecutionModalityAsString().- Returns:
- Specifies whether the data used for the test execution is written or spoken.
- See Also:
TestExecutionModality
-
toBuilder
public TestExecutionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestExecutionSummary.Builder,TestExecutionSummary>
-
builder
public static TestExecutionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TestExecutionSummary.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.
-
-