Class CfnViewVersionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnViewVersionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnViewVersionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnViewVersionMixinProps
@Stability(Stable)
@Internal
public static final class CfnViewVersionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnViewVersionMixinProps
An implementation for
CfnViewVersionMixinProps-
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.mixins.preview.services.connect.mixins.CfnViewVersionMixinProps
CfnViewVersionMixinProps.Builder, CfnViewVersionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnViewVersionMixinProps.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 view version.final StringThe unqualified Amazon Resource Name (ARN) of the view.final StringIndicates the checksum value of the latest published view content.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 theCfnViewVersionMixinProps.Builder.
-
-
Method Details
-
getVersionDescription
Description copied from interface:CfnViewVersionMixinPropsThe description of the view version.- Specified by:
getVersionDescriptionin interfaceCfnViewVersionMixinProps- See Also:
-
getViewArn
Description copied from interface:CfnViewVersionMixinPropsThe unqualified Amazon Resource Name (ARN) of the view.For example:
arn:<partition>:connect:<region>:<accountId>:instance/00000000-0000-0000-0000-000000000000/view/00000000-0000-0000-0000-000000000000- Specified by:
getViewArnin interfaceCfnViewVersionMixinProps- See Also:
-
getViewContentSha256
Description copied from interface:CfnViewVersionMixinPropsIndicates the checksum value of the latest published view content.- Specified by:
getViewContentSha256in interfaceCfnViewVersionMixinProps- 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()
-