@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UtteranceLevelTestResults extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the utterances in the results of the test set execution.
Constructor and Description |
---|
UtteranceLevelTestResults() |
Modifier and Type | Method and Description |
---|---|
UtteranceLevelTestResults |
clone() |
boolean |
equals(Object obj) |
List<UtteranceLevelTestResultItem> |
getItems()
Contains information about an utterance in the results of the test set execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setItems(Collection<UtteranceLevelTestResultItem> items)
Contains information about an utterance in the results of the test set execution.
|
String |
toString()
Returns a string representation of this object.
|
UtteranceLevelTestResults |
withItems(Collection<UtteranceLevelTestResultItem> items)
Contains information about an utterance in the results of the test set execution.
|
UtteranceLevelTestResults |
withItems(UtteranceLevelTestResultItem... items)
Contains information about an utterance in the results of the test set execution.
|
public List<UtteranceLevelTestResultItem> getItems()
Contains information about an utterance in the results of the test set execution.
public void setItems(Collection<UtteranceLevelTestResultItem> items)
Contains information about an utterance in the results of the test set execution.
items
- Contains information about an utterance in the results of the test set execution.public UtteranceLevelTestResults withItems(UtteranceLevelTestResultItem... items)
Contains information about an utterance in the results of the test set execution.
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
- Contains information about an utterance in the results of the test set execution.public UtteranceLevelTestResults withItems(Collection<UtteranceLevelTestResultItem> items)
Contains information about an utterance in the results of the test set execution.
items
- Contains information about an utterance in the results of the test set execution.public String toString()
toString
in class Object
Object.toString()
public UtteranceLevelTestResults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.