Class CfnAnalysis.LayerCustomActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.LayerCustomActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.LayerCustomActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.LayerCustomActionProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.LayerCustomActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.LayerCustomActionProperty
An implementation for
CfnAnalysis.LayerCustomActionProperty-
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.CfnAnalysis.LayerCustomActionProperty
CfnAnalysis.LayerCustomActionProperty.Builder, CfnAnalysis.LayerCustomActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.LayerCustomActionProperty.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 ofLayerCustomActionOperations.final StringThe ID of the custom action.final StringgetName()The name of the custom action.final StringThe status of theLayerCustomAction.final StringThe trigger of theLayerCustomAction.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 theCfnAnalysis.LayerCustomActionProperty.Builder.
-
-
Method Details
-
getActionOperations
Description copied from interface:CfnAnalysis.LayerCustomActionPropertyA list ofLayerCustomActionOperations.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: '<'eitherIResolvableorCfnAnalysis.LayerCustomActionOperationProperty>- Specified by:
getActionOperationsin interfaceCfnAnalysis.LayerCustomActionProperty- See Also:
-
getCustomActionId
Description copied from interface:CfnAnalysis.LayerCustomActionPropertyThe ID of the custom action.- Specified by:
getCustomActionIdin interfaceCfnAnalysis.LayerCustomActionProperty- See Also:
-
getName
Description copied from interface:CfnAnalysis.LayerCustomActionPropertyThe name of the custom action.- Specified by:
getNamein interfaceCfnAnalysis.LayerCustomActionProperty- See Also:
-
getTrigger
Description copied from interface:CfnAnalysis.LayerCustomActionPropertyThe trigger of theLayerCustomAction.Valid values are defined as follows:
DATA_POINT_CLICK: Initiates a custom action by a left pointer click on a data point.DATA_POINT_MENU: Initiates a custom action by right pointer click from the menu.
- Specified by:
getTriggerin interfaceCfnAnalysis.LayerCustomActionProperty- See Also:
-
getStatus
Description copied from interface:CfnAnalysis.LayerCustomActionPropertyThe status of theLayerCustomAction.- Specified by:
getStatusin interfaceCfnAnalysis.LayerCustomActionProperty- 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()
-