@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestCaseLatestVersion extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the latest version of a test case.
Constructor and Description |
---|
TestCaseLatestVersion() |
Modifier and Type | Method and Description |
---|---|
TestCaseLatestVersion |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the test case latest version.
|
String |
getStatusReason()
The status reason of the test case latest version.
|
Integer |
getVersion()
The version of the test case latest version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatus(String status)
The status of the test case latest version.
|
void |
setStatusReason(String statusReason)
The status reason of the test case latest version.
|
void |
setVersion(Integer version)
The version of the test case latest version.
|
String |
toString()
Returns a string representation of this object.
|
TestCaseLatestVersion |
withStatus(String status)
The status of the test case latest version.
|
TestCaseLatestVersion |
withStatus(TestCaseLifecycle status)
The status of the test case latest version.
|
TestCaseLatestVersion |
withStatusReason(String statusReason)
The status reason of the test case latest version.
|
TestCaseLatestVersion |
withVersion(Integer version)
The version of the test case latest version.
|
public void setVersion(Integer version)
The version of the test case latest version.
version
- The version of the test case latest version.public Integer getVersion()
The version of the test case latest version.
public TestCaseLatestVersion withVersion(Integer version)
The version of the test case latest version.
version
- The version of the test case latest version.public void setStatus(String status)
The status of the test case latest version.
status
- The status of the test case latest version.TestCaseLifecycle
public String getStatus()
The status of the test case latest version.
TestCaseLifecycle
public TestCaseLatestVersion withStatus(String status)
The status of the test case latest version.
status
- The status of the test case latest version.TestCaseLifecycle
public TestCaseLatestVersion withStatus(TestCaseLifecycle status)
The status of the test case latest version.
status
- The status of the test case latest version.TestCaseLifecycle
public void setStatusReason(String statusReason)
The status reason of the test case latest version.
statusReason
- The status reason of the test case latest version.public String getStatusReason()
The status reason of the test case latest version.
public TestCaseLatestVersion withStatusReason(String statusReason)
The status reason of the test case latest version.
statusReason
- The status reason of the test case latest version.public String toString()
toString
in class Object
Object.toString()
public TestCaseLatestVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.