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