@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SlotResolutionTestResultItem extends Object implements Serializable, Cloneable, StructuredPojo
Information about the success and failure rate of slot resolution in the results of a test execution.
| Constructor and Description | 
|---|
| SlotResolutionTestResultItem() | 
| Modifier and Type | Method and Description | 
|---|---|
| SlotResolutionTestResultItem | clone() | 
| boolean | equals(Object obj) | 
| SlotResolutionTestResultItemCounts | getResultCounts()
 A result for slot resolution in the results of a test execution. | 
| String | getSlotName()
 The name of the slot. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setResultCounts(SlotResolutionTestResultItemCounts resultCounts)
 A result for slot resolution in the results of a test execution. | 
| void | setSlotName(String slotName)
 The name of the slot. | 
| String | toString()Returns a string representation of this object. | 
| SlotResolutionTestResultItem | withResultCounts(SlotResolutionTestResultItemCounts resultCounts)
 A result for slot resolution in the results of a test execution. | 
| SlotResolutionTestResultItem | withSlotName(String slotName)
 The name of the slot. | 
public void setSlotName(String slotName)
The name of the slot.
slotName - The name of the slot.public String getSlotName()
The name of the slot.
public SlotResolutionTestResultItem withSlotName(String slotName)
The name of the slot.
slotName - The name of the slot.public void setResultCounts(SlotResolutionTestResultItemCounts resultCounts)
A result for slot resolution in the results of a test execution.
resultCounts - A result for slot resolution in the results of a test execution.public SlotResolutionTestResultItemCounts getResultCounts()
A result for slot resolution in the results of a test execution.
public SlotResolutionTestResultItem withResultCounts(SlotResolutionTestResultItemCounts resultCounts)
A result for slot resolution in the results of a test execution.
resultCounts - A result for slot resolution in the results of a test execution.public String toString()
toString in class ObjectObject.toString()public SlotResolutionTestResultItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.