Class CfnDashboardPropsMixin.ImageCustomActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.ImageCustomActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.ImageCustomActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.ImageCustomActionProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.ImageCustomActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.ImageCustomActionProperty
An implementation for
CfnDashboardPropsMixin.ImageCustomActionProperty-
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.CfnDashboardPropsMixin.ImageCustomActionProperty
CfnDashboardPropsMixin.ImageCustomActionProperty.Builder, CfnDashboardPropsMixin.ImageCustomActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.ImageCustomActionProperty.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 ofImageCustomActionOperations.final StringThe ID of the custom action.final StringgetName()The name of the custom action.final StringThe status of the custom action.final StringThe trigger of theVisualCustomAction.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 theCfnDashboardPropsMixin.ImageCustomActionProperty.Builder.
-
-
Method Details
-
getActionOperations
Description copied from interface:CfnDashboardPropsMixin.ImageCustomActionPropertyA list ofImageCustomActionOperations.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.ImageCustomActionOperationProperty>- Specified by:
getActionOperationsin interfaceCfnDashboardPropsMixin.ImageCustomActionProperty- See Also:
-
getCustomActionId
Description copied from interface:CfnDashboardPropsMixin.ImageCustomActionPropertyThe ID of the custom action.- Specified by:
getCustomActionIdin interfaceCfnDashboardPropsMixin.ImageCustomActionProperty- See Also:
-
getName
Description copied from interface:CfnDashboardPropsMixin.ImageCustomActionPropertyThe name of the custom action.- Specified by:
getNamein interfaceCfnDashboardPropsMixin.ImageCustomActionProperty- See Also:
-
getStatus
Description copied from interface:CfnDashboardPropsMixin.ImageCustomActionPropertyThe status of the custom action.- Specified by:
getStatusin interfaceCfnDashboardPropsMixin.ImageCustomActionProperty- See Also:
-
getTrigger
Description copied from interface:CfnDashboardPropsMixin.ImageCustomActionPropertyThe trigger of theVisualCustomAction.Valid values are defined as follows:
CLICK: Initiates a custom action by a left pointer click on a data point.MENU: Initiates a custom action by right pointer click from the menu.
- Specified by:
getTriggerin interfaceCfnDashboardPropsMixin.ImageCustomActionProperty- 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()
-