Class CfnTestCaseProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apptest.CfnTestCaseProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTestCaseProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTestCaseProps
@Stability(Stable)
@Internal
public static final class CfnTestCaseProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTestCaseProps
An implementation for
CfnTestCaseProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apptest.CfnTestCaseProps
CfnTestCaseProps.Builder, CfnTestCaseProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTestCaseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTestCaseProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The description of the test case.final String
getName()
The name of the test case.final Object
getSteps()
The steps in the test case.getTags()
The specified tags of the test case.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTestCaseProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnTestCaseProps
The name of the test case.- Specified by:
getName
in interfaceCfnTestCaseProps
- See Also:
-
getSteps
Description copied from interface:CfnTestCaseProps
The steps in the test case.- Specified by:
getSteps
in interfaceCfnTestCaseProps
- See Also:
-
getDescription
Description copied from interface:CfnTestCaseProps
The description of the test case.- Specified by:
getDescription
in interfaceCfnTestCaseProps
- See Also:
-
getTags
Description copied from interface:CfnTestCaseProps
The specified tags of the test case.- Specified by:
getTags
in interfaceCfnTestCaseProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-