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