@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestCaseRun extends Object implements Serializable, Cloneable, StructuredPojo
Provides test case run.
| Constructor and Description | 
|---|
| TestCaseRun() | 
| Modifier and Type | Method and Description | 
|---|---|
| TestCaseRun | clone() | 
| boolean | equals(Object obj) | 
| Date | getEndTime()
 Provides test case run end time. | 
| String | getFailure()
 Provides test case run failure result. | 
| String | getLogUrl()
 Provides test case run log Url. | 
| Date | getStartTime()
 Provides test case run start time. | 
| String | getStatus()
 Provides test case run status. | 
| String | getTestCaseDefinitionId()
 Provides test case run definition Id. | 
| String | getTestCaseDefinitionName()
 Provides test case run definition Name. | 
| String | getTestCaseRunId()
 Provides test case run Id. | 
| String | getWarnings()
 Provides test case run warnings. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setEndTime(Date endTime)
 Provides test case run end time. | 
| void | setFailure(String failure)
 Provides test case run failure result. | 
| void | setLogUrl(String logUrl)
 Provides test case run log Url. | 
| void | setStartTime(Date startTime)
 Provides test case run start time. | 
| void | setStatus(String status)
 Provides test case run status. | 
| void | setTestCaseDefinitionId(String testCaseDefinitionId)
 Provides test case run definition Id. | 
| void | setTestCaseDefinitionName(String testCaseDefinitionName)
 Provides test case run definition Name. | 
| void | setTestCaseRunId(String testCaseRunId)
 Provides test case run Id. | 
| void | setWarnings(String warnings)
 Provides test case run warnings. | 
| String | toString()Returns a string representation of this object. | 
| TestCaseRun | withEndTime(Date endTime)
 Provides test case run end time. | 
| TestCaseRun | withFailure(String failure)
 Provides test case run failure result. | 
| TestCaseRun | withLogUrl(String logUrl)
 Provides test case run log Url. | 
| TestCaseRun | withStartTime(Date startTime)
 Provides test case run start time. | 
| TestCaseRun | withStatus(Status status)
 Provides test case run status. | 
| TestCaseRun | withStatus(String status)
 Provides test case run status. | 
| TestCaseRun | withTestCaseDefinitionId(String testCaseDefinitionId)
 Provides test case run definition Id. | 
| TestCaseRun | withTestCaseDefinitionName(String testCaseDefinitionName)
 Provides test case run definition Name. | 
| TestCaseRun | withTestCaseRunId(String testCaseRunId)
 Provides test case run Id. | 
| TestCaseRun | withWarnings(String warnings)
 Provides test case run warnings. | 
public void setTestCaseRunId(String testCaseRunId)
Provides test case run Id.
testCaseRunId - Provides test case run Id.public String getTestCaseRunId()
Provides test case run Id.
public TestCaseRun withTestCaseRunId(String testCaseRunId)
Provides test case run Id.
testCaseRunId - Provides test case run Id.public void setTestCaseDefinitionId(String testCaseDefinitionId)
Provides test case run definition Id.
testCaseDefinitionId - Provides test case run definition Id.public String getTestCaseDefinitionId()
Provides test case run definition Id.
public TestCaseRun withTestCaseDefinitionId(String testCaseDefinitionId)
Provides test case run definition Id.
testCaseDefinitionId - Provides test case run definition Id.public void setTestCaseDefinitionName(String testCaseDefinitionName)
Provides test case run definition Name.
testCaseDefinitionName - Provides test case run definition Name.public String getTestCaseDefinitionName()
Provides test case run definition Name.
public TestCaseRun withTestCaseDefinitionName(String testCaseDefinitionName)
Provides test case run definition Name.
testCaseDefinitionName - Provides test case run definition Name.public void setStatus(String status)
Provides test case run status.
status - Provides test case run status.Statuspublic String getStatus()
Provides test case run status.
Statuspublic TestCaseRun withStatus(String status)
Provides test case run status.
status - Provides test case run status.Statuspublic TestCaseRun withStatus(Status status)
Provides test case run status.
status - Provides test case run status.Statuspublic void setStartTime(Date startTime)
Provides test case run start time.
startTime - Provides test case run start time.public Date getStartTime()
Provides test case run start time.
public TestCaseRun withStartTime(Date startTime)
Provides test case run start time.
startTime - Provides test case run start time.public void setEndTime(Date endTime)
Provides test case run end time.
endTime - Provides test case run end time.public Date getEndTime()
Provides test case run end time.
public TestCaseRun withEndTime(Date endTime)
Provides test case run end time.
endTime - Provides test case run end time.public void setLogUrl(String logUrl)
Provides test case run log Url.
logUrl - Provides test case run log Url.public String getLogUrl()
Provides test case run log Url.
public TestCaseRun withLogUrl(String logUrl)
Provides test case run log Url.
logUrl - Provides test case run log Url.public void setWarnings(String warnings)
Provides test case run warnings.
warnings - Provides test case run warnings.public String getWarnings()
Provides test case run warnings.
public TestCaseRun withWarnings(String warnings)
Provides test case run warnings.
warnings - Provides test case run warnings.public void setFailure(String failure)
Provides test case run failure result.
failure - Provides test case run failure result.public String getFailure()
Provides test case run failure result.
public TestCaseRun withFailure(String failure)
Provides test case run failure result.
failure - Provides test case run failure result.public String toString()
toString in class ObjectObject.toString()public TestCaseRun clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.