Class CfnTemplate.VisualCustomActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.VisualCustomActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.VisualCustomActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.VisualCustomActionProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.VisualCustomActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.VisualCustomActionProperty
An implementation for
CfnTemplate.VisualCustomActionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTemplate.VisualCustomActionProperty
CfnTemplate.VisualCustomActionProperty.Builder, CfnTemplate.VisualCustomActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.VisualCustomActionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
A list ofVisualCustomActionOperations
.final String
The ID of theVisualCustomAction
.final String
getName()
The name of theVisualCustomAction
.final String
The status of theVisualCustomAction
.final String
The trigger of theVisualCustomAction
.final int
hashCode()
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.VisualCustomActionProperty.Builder
.
-
-
Method Details
-
getActionOperations
Description copied from interface:CfnTemplate.VisualCustomActionProperty
A list ofVisualCustomActionOperations
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- Specified by:
getActionOperations
in interfaceCfnTemplate.VisualCustomActionProperty
- See Also:
-
getCustomActionId
Description copied from interface:CfnTemplate.VisualCustomActionProperty
The ID of theVisualCustomAction
.- Specified by:
getCustomActionId
in interfaceCfnTemplate.VisualCustomActionProperty
- See Also:
-
getName
Description copied from interface:CfnTemplate.VisualCustomActionProperty
The name of theVisualCustomAction
.- Specified by:
getName
in interfaceCfnTemplate.VisualCustomActionProperty
- See Also:
-
getTrigger
Description copied from interface:CfnTemplate.VisualCustomActionProperty
The trigger of theVisualCustomAction
.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:
getTrigger
in interfaceCfnTemplate.VisualCustomActionProperty
- See Also:
-
getStatus
Description copied from interface:CfnTemplate.VisualCustomActionProperty
The status of theVisualCustomAction
.- Specified by:
getStatus
in interfaceCfnTemplate.VisualCustomActionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-