@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.TestExecutionStatus
public String getTestExecutionStatus()
The current status of the test execution.
TestExecutionStatus
public TestExecutionSummary withTestExecutionStatus(String testExecutionStatus)
The current status of the test execution.
testExecutionStatus
- The current status of the test execution.TestExecutionStatus
public TestExecutionSummary withTestExecutionStatus(TestExecutionStatus testExecutionStatus)
The current status of the test execution.
testExecutionStatus
- The current status of the test execution.TestExecutionStatus
public 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.TestExecutionApiMode
public String getApiMode()
Specifies whether the API mode for the test execution is streaming or non-streaming.
TestExecutionApiMode
public 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.TestExecutionApiMode
public 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.TestExecutionApiMode
public 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.TestExecutionModality
public String getTestExecutionModality()
Specifies whether the data used for the test execution is written or spoken.
TestExecutionModality
public 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.TestExecutionModality
public 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.TestExecutionModality
public String toString()
toString
in class Object
Object.toString()
public TestExecutionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.