Class CfnTestCaseMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.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.connect.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 content of the test case.final StringThe description of the test case.final ObjectThe Entry Point associated with the test case.final StringThe initialization data of the test case.final StringThe identifier of the Amazon Connect instance.final StringgetName()The name of the test case.final StringThe status of the test case.getTags()One or more tags.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
-
getContent
Description copied from interface:CfnTestCaseMixinPropsThe content of the test case.- Specified by:
getContentin interfaceCfnTestCaseMixinProps- See Also:
-
getDescription
Description copied from interface:CfnTestCaseMixinPropsThe description of the test case.- Specified by:
getDescriptionin interfaceCfnTestCaseMixinProps- See Also:
-
getEntryPoint
Description copied from interface:CfnTestCaseMixinPropsThe Entry Point associated with the test case.Returns union: either
IResolvableorCfnTestCasePropsMixin.EntryPointProperty- Specified by:
getEntryPointin interfaceCfnTestCaseMixinProps- See Also:
-
getInitializationData
Description copied from interface:CfnTestCaseMixinPropsThe initialization data of the test case.- Specified by:
getInitializationDatain interfaceCfnTestCaseMixinProps- See Also:
-
getInstanceArn
Description copied from interface:CfnTestCaseMixinPropsThe identifier of the Amazon Connect instance.- Specified by:
getInstanceArnin interfaceCfnTestCaseMixinProps- See Also:
-
getName
Description copied from interface:CfnTestCaseMixinPropsThe name of the test case.- Specified by:
getNamein interfaceCfnTestCaseMixinProps- See Also:
-
getStatus
Description copied from interface:CfnTestCaseMixinPropsThe status of the test case.- Specified by:
getStatusin interfaceCfnTestCaseMixinProps- See Also:
-
getTags
Description copied from interface:CfnTestCaseMixinPropsOne or more tags.- 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()
-