@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConversationLevelTestResultsFilterBy extends Object implements Serializable, Cloneable, StructuredPojo
The selection to filter the test set results data at the conversation level.
| Constructor and Description |
|---|
ConversationLevelTestResultsFilterBy() |
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelTestResultsFilterBy |
clone() |
boolean |
equals(Object obj) |
String |
getEndToEndResult()
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation
level.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndToEndResult(String endToEndResult)
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation
level.
|
String |
toString()
Returns a string representation of this object.
|
ConversationLevelTestResultsFilterBy |
withEndToEndResult(String endToEndResult)
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation
level.
|
ConversationLevelTestResultsFilterBy |
withEndToEndResult(TestResultMatchStatus endToEndResult)
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation
level.
|
public ConversationLevelTestResultsFilterBy()
public void setEndToEndResult(String endToEndResult)
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
endToEndResult - The selection of matched or mismatched end-to-end status to filter test set results data at the
conversation level.TestResultMatchStatuspublic String getEndToEndResult()
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
TestResultMatchStatuspublic ConversationLevelTestResultsFilterBy withEndToEndResult(String endToEndResult)
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
endToEndResult - The selection of matched or mismatched end-to-end status to filter test set results data at the
conversation level.TestResultMatchStatuspublic ConversationLevelTestResultsFilterBy withEndToEndResult(TestResultMatchStatus endToEndResult)
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
endToEndResult - The selection of matched or mismatched end-to-end status to filter test set results data at the
conversation level.TestResultMatchStatuspublic String toString()
toString in class ObjectObject.toString()public ConversationLevelTestResultsFilterBy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.