Class CfnDashboard.SheetImageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.SheetImageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.SheetImageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.SheetImageProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.SheetImageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.SheetImageProperty
An implementation for
CfnDashboard.SheetImageProperty-
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.quicksight.CfnDashboard.SheetImageProperty
CfnDashboard.SheetImageProperty.Builder, CfnDashboard.SheetImageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.SheetImageProperty.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 ObjectA list of custom actions that are configured for an image.final StringThe alt text for the image.final ObjectThe general image interactions setup for an image.final ObjectDetermines how the image is scaled.final StringThe ID of the sheet image.final ObjectThe source of the image.final ObjectThe tooltip to be shown when hovering over the image.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 theCfnDashboard.SheetImageProperty.Builder.
-
-
Method Details
-
getSheetImageId
Description copied from interface:CfnDashboard.SheetImagePropertyThe ID of the sheet image.- Specified by:
getSheetImageIdin interfaceCfnDashboard.SheetImageProperty- See Also:
-
getSource
Description copied from interface:CfnDashboard.SheetImagePropertyThe source of the image.- Specified by:
getSourcein interfaceCfnDashboard.SheetImageProperty- See Also:
-
getActions
Description copied from interface:CfnDashboard.SheetImagePropertyA list of custom actions that are configured for an image.- Specified by:
getActionsin interfaceCfnDashboard.SheetImageProperty- See Also:
-
getImageContentAltText
Description copied from interface:CfnDashboard.SheetImagePropertyThe alt text for the image.- Specified by:
getImageContentAltTextin interfaceCfnDashboard.SheetImageProperty- See Also:
-
getInteractions
Description copied from interface:CfnDashboard.SheetImagePropertyThe general image interactions setup for an image.- Specified by:
getInteractionsin interfaceCfnDashboard.SheetImageProperty- See Also:
-
getScaling
Description copied from interface:CfnDashboard.SheetImagePropertyDetermines how the image is scaled.- Specified by:
getScalingin interfaceCfnDashboard.SheetImageProperty- See Also:
-
getTooltip
Description copied from interface:CfnDashboard.SheetImagePropertyThe tooltip to be shown when hovering over the image.- Specified by:
getTooltipin interfaceCfnDashboard.SheetImageProperty- 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()
-