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