Class CfnViewMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnViewMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnViewMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnViewMixinProps
@Stability(Stable)
@Internal
public static final class CfnViewMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnViewMixinProps
An implementation for
CfnViewMixinProps-
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.CfnViewMixinProps
CfnViewMixinProps.Builder, CfnViewMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnViewMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnViewMixinProps.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 booleanA list of actions possible from the view.final StringThe description of the view.final ObjectThe Amazon Resource Name (ARN) of the instance.final StringgetName()The name of the view.getTags()The tags associated with the view resource (not specific to view version).final ObjectThe view template representing the structure of the view.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 theCfnViewMixinProps.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnViewMixinPropsA list of actions possible from the view.- Specified by:
getActionsin interfaceCfnViewMixinProps- See Also:
-
getDescription
Description copied from interface:CfnViewMixinPropsThe description of the view.- Specified by:
getDescriptionin interfaceCfnViewMixinProps- See Also:
-
getInstanceArn
Description copied from interface:CfnViewMixinPropsThe Amazon Resource Name (ARN) of the instance.Returns union: either
StringorIInstanceRef- Specified by:
getInstanceArnin interfaceCfnViewMixinProps- See Also:
-
getName
Description copied from interface:CfnViewMixinPropsThe name of the view.- Specified by:
getNamein interfaceCfnViewMixinProps- See Also:
-
getTags
Description copied from interface:CfnViewMixinPropsThe tags associated with the view resource (not specific to view version).- Specified by:
getTagsin interfaceCfnViewMixinProps- See Also:
-
getTemplate
Description copied from interface:CfnViewMixinPropsThe view template representing the structure of the view.- Specified by:
getTemplatein interfaceCfnViewMixinProps- 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()
-