Class CfnTestCaseProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.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.connect.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 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 theCfnTestCaseProps.Builder.
-
-
Method Details
-
getContent
Description copied from interface:CfnTestCasePropsThe content of the test case.- Specified by:
getContentin interfaceCfnTestCaseProps- See Also:
-
getInstanceArn
Description copied from interface:CfnTestCasePropsThe identifier of the Amazon Connect instance.- Specified by:
getInstanceArnin interfaceCfnTestCaseProps- See Also:
-
getName
Description copied from interface:CfnTestCasePropsThe name of the test case.- Specified by:
getNamein interfaceCfnTestCaseProps- See Also:
-
getDescription
Description copied from interface:CfnTestCasePropsThe description of the test case.- Specified by:
getDescriptionin interfaceCfnTestCaseProps- See Also:
-
getEntryPoint
Description copied from interface:CfnTestCasePropsThe Entry Point associated with the test case.Returns union: either
IResolvableorCfnTestCase.EntryPointProperty- Specified by:
getEntryPointin interfaceCfnTestCaseProps- See Also:
-
getInitializationData
Description copied from interface:CfnTestCasePropsThe initialization data of the test case.- Specified by:
getInitializationDatain interfaceCfnTestCaseProps- See Also:
-
getStatus
Description copied from interface:CfnTestCasePropsThe status of the test case.- Specified by:
getStatusin interfaceCfnTestCaseProps- See Also:
-
getTags
Description copied from interface:CfnTestCasePropsOne or more tags.- 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()
-