@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTestCaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTestCaseResult() |
Modifier and Type | Method and Description |
---|---|
CreateTestCaseResult |
clone() |
boolean |
equals(Object obj) |
String |
getTestCaseId()
The test case ID of the test case.
|
Integer |
getTestCaseVersion()
The test case version of the test case.
|
int |
hashCode() |
void |
setTestCaseId(String testCaseId)
The test case ID of the test case.
|
void |
setTestCaseVersion(Integer testCaseVersion)
The test case version of the test case.
|
String |
toString()
Returns a string representation of this object.
|
CreateTestCaseResult |
withTestCaseId(String testCaseId)
The test case ID of the test case.
|
CreateTestCaseResult |
withTestCaseVersion(Integer testCaseVersion)
The test case version of the test case.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTestCaseId(String testCaseId)
The test case ID of the test case.
testCaseId
- The test case ID of the test case.public String getTestCaseId()
The test case ID of the test case.
public CreateTestCaseResult withTestCaseId(String testCaseId)
The test case ID of the test case.
testCaseId
- The test case ID of the test case.public void setTestCaseVersion(Integer testCaseVersion)
The test case version of the test case.
testCaseVersion
- The test case version of the test case.public Integer getTestCaseVersion()
The test case version of the test case.
public CreateTestCaseResult withTestCaseVersion(Integer testCaseVersion)
The test case version of the test case.
testCaseVersion
- The test case version of the test case.public String toString()
toString
in class Object
Object.toString()
public CreateTestCaseResult clone()