@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)
Marshalls this structured data using the given
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.TestResultMatchStatus
public String getEndToEndResult()
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
TestResultMatchStatus
public 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.TestResultMatchStatus
public 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.TestResultMatchStatus
public String toString()
toString
in class Object
Object.toString()
public ConversationLevelTestResultsFilterBy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.