Class CfnViewVersionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnViewVersionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnViewVersionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnViewVersionProps
@Stability(Stable)
@Internal
public static final class CfnViewVersionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnViewVersionProps
An implementation for
CfnViewVersionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnViewVersionProps
CfnViewVersionProps.Builder, CfnViewVersionProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnViewVersionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnViewVersionProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The description of the view version.final String
The unqualified Amazon Resource Name (ARN) of the view.final String
Indicates the checksum value of the latest published view content.final int
hashCode()
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 theCfnViewVersionProps.Builder
.
-
-
Method Details
-
getViewArn
Description copied from interface:CfnViewVersionProps
The 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:
getViewArn
in interfaceCfnViewVersionProps
- See Also:
-
getVersionDescription
Description copied from interface:CfnViewVersionProps
The description of the view version.- Specified by:
getVersionDescription
in interfaceCfnViewVersionProps
- See Also:
-
getViewContentSha256
Description copied from interface:CfnViewVersionProps
Indicates the checksum value of the latest published view content.- Specified by:
getViewContentSha256
in interfaceCfnViewVersionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-