Class CfnTestCaseMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCaseMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTestCaseMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTestCaseMixinProps
@Stability(Stable)
@Internal
public static final class CfnTestCaseMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTestCaseMixinProps
An implementation for
CfnTestCaseMixinProps-
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.cfnpropertymixins.services.apptest.CfnTestCaseMixinProps
CfnTestCaseMixinProps.Builder, CfnTestCaseMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTestCaseMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTestCaseMixinProps.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 theCfnTestCaseMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnTestCaseMixinPropsThe description of the test case.- Specified by:
getDescriptionin interfaceCfnTestCaseMixinProps- See Also:
-
getName
Description copied from interface:CfnTestCaseMixinPropsThe name of the test case.- Specified by:
getNamein interfaceCfnTestCaseMixinProps- See Also:
-
getSteps
Description copied from interface:CfnTestCaseMixinPropsThe steps in the test case.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTestCasePropsMixin.StepProperty>- Specified by:
getStepsin interfaceCfnTestCaseMixinProps- See Also:
-
getTags
Description copied from interface:CfnTestCaseMixinPropsThe specified tags of the test case.- Specified by:
getTagsin interfaceCfnTestCaseMixinProps- 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()
-