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