@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestExecutionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summarizes metadata about the test execution.
| Constructor and Description |
|---|
TestExecutionSummary() |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApiMode()
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
Date |
getCreationDateTime()
The date and time at which the test execution was created.
|
Date |
getLastUpdatedDateTime()
The date and time at which the test execution was last updated.
|
TestExecutionTarget |
getTarget()
Contains information about the bot used for the test execution..
|
String |
getTestExecutionId()
The unique identifier of the test execution.
|
String |
getTestExecutionModality()
Specifies whether the data used for the test execution is written or spoken.
|
String |
getTestExecutionStatus()
The current status of the test execution.
|
String |
getTestSetId()
The unique identifier of the test set used in the test execution.
|
String |
getTestSetName()
The name of the test set used in the test execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setApiMode(String apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
void |
setCreationDateTime(Date creationDateTime)
The date and time at which the test execution was created.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time at which the test execution was last updated.
|
void |
setTarget(TestExecutionTarget target)
Contains information about the bot used for the test execution..
|
void |
setTestExecutionId(String testExecutionId)
The unique identifier of the test execution.
|
void |
setTestExecutionModality(String testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
|
void |
setTestExecutionStatus(String testExecutionStatus)
The current status of the test execution.
|
void |
setTestSetId(String testSetId)
The unique identifier of the test set used in the test execution.
|
void |
setTestSetName(String testSetName)
The name of the test set used in the test execution.
|
String |
toString()
Returns a string representation of this object.
|
TestExecutionSummary |
withApiMode(String apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
TestExecutionSummary |
withApiMode(TestExecutionApiMode apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
TestExecutionSummary |
withCreationDateTime(Date creationDateTime)
The date and time at which the test execution was created.
|
TestExecutionSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time at which the test execution was last updated.
|
TestExecutionSummary |
withTarget(TestExecutionTarget target)
Contains information about the bot used for the test execution..
|
TestExecutionSummary |
withTestExecutionId(String testExecutionId)
The unique identifier of the test execution.
|
TestExecutionSummary |
withTestExecutionModality(String testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
|
TestExecutionSummary |
withTestExecutionModality(TestExecutionModality testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
|
TestExecutionSummary |
withTestExecutionStatus(String testExecutionStatus)
The current status of the test execution.
|
TestExecutionSummary |
withTestExecutionStatus(TestExecutionStatus testExecutionStatus)
The current status of the test execution.
|
TestExecutionSummary |
withTestSetId(String testSetId)
The unique identifier of the test set used in the test execution.
|
TestExecutionSummary |
withTestSetName(String testSetName)
The name of the test set used in the test execution.
|
public void setTestExecutionId(String testExecutionId)
The unique identifier of the test execution.
testExecutionId - The unique identifier of the test execution.public String getTestExecutionId()
The unique identifier of the test execution.
public TestExecutionSummary withTestExecutionId(String testExecutionId)
The unique identifier of the test execution.
testExecutionId - The unique identifier of the test execution.public void setCreationDateTime(Date creationDateTime)
The date and time at which the test execution was created.
creationDateTime - The date and time at which the test execution was created.public Date getCreationDateTime()
The date and time at which the test execution was created.
public TestExecutionSummary withCreationDateTime(Date creationDateTime)
The date and time at which the test execution was created.
creationDateTime - The date and time at which the test execution was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time at which the test execution was last updated.
lastUpdatedDateTime - The date and time at which the test execution was last updated.public Date getLastUpdatedDateTime()
The date and time at which the test execution was last updated.
public TestExecutionSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time at which the test execution was last updated.
lastUpdatedDateTime - The date and time at which the test execution was last updated.public void setTestExecutionStatus(String testExecutionStatus)
The current status of the test execution.
testExecutionStatus - The current status of the test execution.TestExecutionStatuspublic String getTestExecutionStatus()
The current status of the test execution.
TestExecutionStatuspublic TestExecutionSummary withTestExecutionStatus(String testExecutionStatus)
The current status of the test execution.
testExecutionStatus - The current status of the test execution.TestExecutionStatuspublic TestExecutionSummary withTestExecutionStatus(TestExecutionStatus testExecutionStatus)
The current status of the test execution.
testExecutionStatus - The current status of the test execution.TestExecutionStatuspublic void setTestSetId(String testSetId)
The unique identifier of the test set used in the test execution.
testSetId - The unique identifier of the test set used in the test execution.public String getTestSetId()
The unique identifier of the test set used in the test execution.
public TestExecutionSummary withTestSetId(String testSetId)
The unique identifier of the test set used in the test execution.
testSetId - The unique identifier of the test set used in the test execution.public void setTestSetName(String testSetName)
The name of the test set used in the test execution.
testSetName - The name of the test set used in the test execution.public String getTestSetName()
The name of the test set used in the test execution.
public TestExecutionSummary withTestSetName(String testSetName)
The name of the test set used in the test execution.
testSetName - The name of the test set used in the test execution.public void setTarget(TestExecutionTarget target)
Contains information about the bot used for the test execution..
target - Contains information about the bot used for the test execution..public TestExecutionTarget getTarget()
Contains information about the bot used for the test execution..
public TestExecutionSummary withTarget(TestExecutionTarget target)
Contains information about the bot used for the test execution..
target - Contains information about the bot used for the test execution..public void setApiMode(String apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
apiMode - Specifies whether the API mode for the test execution is streaming or non-streaming.TestExecutionApiModepublic String getApiMode()
Specifies whether the API mode for the test execution is streaming or non-streaming.
TestExecutionApiModepublic TestExecutionSummary withApiMode(String apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
apiMode - Specifies whether the API mode for the test execution is streaming or non-streaming.TestExecutionApiModepublic TestExecutionSummary withApiMode(TestExecutionApiMode apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
apiMode - Specifies whether the API mode for the test execution is streaming or non-streaming.TestExecutionApiModepublic void setTestExecutionModality(String testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
testExecutionModality - Specifies whether the data used for the test execution is written or spoken.TestExecutionModalitypublic String getTestExecutionModality()
Specifies whether the data used for the test execution is written or spoken.
TestExecutionModalitypublic TestExecutionSummary withTestExecutionModality(String testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
testExecutionModality - Specifies whether the data used for the test execution is written or spoken.TestExecutionModalitypublic TestExecutionSummary withTestExecutionModality(TestExecutionModality testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
testExecutionModality - Specifies whether the data used for the test execution is written or spoken.TestExecutionModalitypublic String toString()
toString in class ObjectObject.toString()public TestExecutionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.