@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTestRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartTestRunResult() |
| Modifier and Type | Method and Description |
|---|---|
StartTestRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getTestRunId()
The test run ID of the test run.
|
String |
getTestRunStatus()
The test run status of the test run.
|
int |
hashCode() |
void |
setTestRunId(String testRunId)
The test run ID of the test run.
|
void |
setTestRunStatus(String testRunStatus)
The test run status of the test run.
|
String |
toString()
Returns a string representation of this object.
|
StartTestRunResult |
withTestRunId(String testRunId)
The test run ID of the test run.
|
StartTestRunResult |
withTestRunStatus(String testRunStatus)
The test run status of the test run.
|
StartTestRunResult |
withTestRunStatus(TestRunStatus testRunStatus)
The test run status of the test run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTestRunId(String testRunId)
The test run ID of the test run.
testRunId - The test run ID of the test run.public String getTestRunId()
The test run ID of the test run.
public StartTestRunResult withTestRunId(String testRunId)
The test run ID of the test run.
testRunId - The test run ID of the test run.public void setTestRunStatus(String testRunStatus)
The test run status of the test run.
testRunStatus - The test run status of the test run.TestRunStatuspublic String getTestRunStatus()
The test run status of the test run.
TestRunStatuspublic StartTestRunResult withTestRunStatus(String testRunStatus)
The test run status of the test run.
testRunStatus - The test run status of the test run.TestRunStatuspublic StartTestRunResult withTestRunStatus(TestRunStatus testRunStatus)
The test run status of the test run.
testRunStatus - The test run status of the test run.TestRunStatuspublic String toString()
toString in class ObjectObject.toString()public StartTestRunResult clone()