Interface CfnTestCasePropsMixin.TestCaseLatestVersionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTestCasePropsMixin.TestCaseLatestVersionProperty.Jsii$Proxy
- Enclosing class:
CfnTestCasePropsMixin
@Stability(Stable)
public static interface CfnTestCasePropsMixin.TestCaseLatestVersionProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the latest version of a test case.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.apptest.*;
TestCaseLatestVersionProperty testCaseLatestVersionProperty = TestCaseLatestVersionProperty.builder()
.status("status")
.version(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTestCasePropsMixin.TestCaseLatestVersionPropertystatic final classAn implementation forCfnTestCasePropsMixin.TestCaseLatestVersionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
The status of the test case latest version.- See Also:
-
getVersion
The version of the test case latest version.- See Also:
-
builder
-