@Generated(value="software.amazon.awssdk:codegen") public final class ConversationLevelTestResultsFilterBy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConversationLevelTestResultsFilterBy.Builder,ConversationLevelTestResultsFilterBy>
The selection to filter the test set results data at the conversation level.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConversationLevelTestResultsFilterBy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationLevelTestResultsFilterBy.Builder |
builder() |
TestResultMatchStatus |
endToEndResult()
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation
level.
|
String |
endToEndResultAsString()
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation
level.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConversationLevelTestResultsFilterBy.Builder> |
serializableBuilderClass() |
ConversationLevelTestResultsFilterBy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TestResultMatchStatus endToEndResult()
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
If the service returns an enum value that is not available in the current SDK version, endToEndResult
will return TestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from endToEndResultAsString().
TestResultMatchStatuspublic final String endToEndResultAsString()
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
If the service returns an enum value that is not available in the current SDK version, endToEndResult
will return TestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from endToEndResultAsString().
TestResultMatchStatuspublic ConversationLevelTestResultsFilterBy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConversationLevelTestResultsFilterBy.Builder,ConversationLevelTestResultsFilterBy>public static ConversationLevelTestResultsFilterBy.Builder builder()
public static Class<? extends ConversationLevelTestResultsFilterBy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.