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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apptest.CfnTestCaseProps
CfnTestCaseProps.Builder, CfnTestCaseProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTestCaseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTestCaseProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe description of the test case.final StringgetName()The name of the test case.final ObjectgetSteps()The steps in the test case.getTags()The specified tags of the test case.final inthashCode()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:CfnTestCasePropsThe name of the test case.- Specified by:
getNamein interfaceCfnTestCaseProps- See Also:
-
getSteps
Description copied from interface:CfnTestCasePropsThe steps in the test case.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTestCase.StepProperty>- Specified by:
getStepsin interfaceCfnTestCaseProps- See Also:
-
getDescription
Description copied from interface:CfnTestCasePropsThe description of the test case.- Specified by:
getDescriptionin interfaceCfnTestCaseProps- See Also:
-
getTags
Description copied from interface:CfnTestCasePropsThe specified tags of the test case.- Specified by:
getTagsin interfaceCfnTestCaseProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-