@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConversationLevelTestResults extends Object implements Serializable, Cloneable, StructuredPojo
The test set results data at the conversation level.
Constructor and Description |
---|
ConversationLevelTestResults() |
Modifier and Type | Method and Description |
---|---|
ConversationLevelTestResults |
clone() |
boolean |
equals(Object obj) |
List<ConversationLevelTestResultItem> |
getItems()
The item list in the test set results data at the conversation level.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setItems(Collection<ConversationLevelTestResultItem> items)
The item list in the test set results data at the conversation level.
|
String |
toString()
Returns a string representation of this object.
|
ConversationLevelTestResults |
withItems(Collection<ConversationLevelTestResultItem> items)
The item list in the test set results data at the conversation level.
|
ConversationLevelTestResults |
withItems(ConversationLevelTestResultItem... items)
The item list in the test set results data at the conversation level.
|
public List<ConversationLevelTestResultItem> getItems()
The item list in the test set results data at the conversation level.
public void setItems(Collection<ConversationLevelTestResultItem> items)
The item list in the test set results data at the conversation level.
items
- The item list in the test set results data at the conversation level.public ConversationLevelTestResults withItems(ConversationLevelTestResultItem... items)
The item list in the test set results data at the conversation level.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- The item list in the test set results data at the conversation level.public ConversationLevelTestResults withItems(Collection<ConversationLevelTestResultItem> items)
The item list in the test set results data at the conversation level.
items
- The item list in the test set results data at the conversation level.public String toString()
toString
in class Object
Object.toString()
public ConversationLevelTestResults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.