@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestCaseDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Provides test case definition.
| Constructor and Description | 
|---|
TestCaseDefinition()  | 
| Modifier and Type | Method and Description | 
|---|---|
TestCaseDefinition | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getId()
 Provides test case definition Id. 
 | 
String | 
getTestCaseVersion()
 Provides test case definition version. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setId(String id)
 Provides test case definition Id. 
 | 
void | 
setTestCaseVersion(String testCaseVersion)
 Provides test case definition version. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
TestCaseDefinition | 
withId(String id)
 Provides test case definition Id. 
 | 
TestCaseDefinition | 
withTestCaseVersion(String testCaseVersion)
 Provides test case definition version. 
 | 
public void setId(String id)
Provides test case definition Id.
id - Provides test case definition Id.public String getId()
Provides test case definition Id.
public TestCaseDefinition withId(String id)
Provides test case definition Id.
id - Provides test case definition Id.public void setTestCaseVersion(String testCaseVersion)
Provides test case definition version.
testCaseVersion - Provides test case definition version.public String getTestCaseVersion()
Provides test case definition version.
public TestCaseDefinition withTestCaseVersion(String testCaseVersion)
Provides test case definition version.
testCaseVersion - Provides test case definition version.public String toString()
toString in class ObjectObject.toString()public TestCaseDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.