Class CfnTemplate.ImageCustomActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.ImageCustomActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.ImageCustomActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.ImageCustomActionProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.ImageCustomActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.ImageCustomActionProperty
An implementation for
CfnTemplate.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.services.quicksight.CfnTemplate.ImageCustomActionProperty
CfnTemplate.ImageCustomActionProperty.Builder, CfnTemplate.ImageCustomActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.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 theCfnTemplate.ImageCustomActionProperty.Builder.
-
-
Method Details
-
getActionOperations
Description copied from interface:CfnTemplate.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: '<'eitherIResolvableorCfnTemplate.ImageCustomActionOperationProperty>- Specified by:
getActionOperationsin interfaceCfnTemplate.ImageCustomActionProperty- See Also:
-
getCustomActionId
Description copied from interface:CfnTemplate.ImageCustomActionPropertyThe ID of the custom action.- Specified by:
getCustomActionIdin interfaceCfnTemplate.ImageCustomActionProperty- See Also:
-
getName
Description copied from interface:CfnTemplate.ImageCustomActionPropertyThe name of the custom action.- Specified by:
getNamein interfaceCfnTemplate.ImageCustomActionProperty- See Also:
-
getTrigger
Description copied from interface:CfnTemplate.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 interfaceCfnTemplate.ImageCustomActionProperty- See Also:
-
getStatus
Description copied from interface:CfnTemplate.ImageCustomActionPropertyThe status of the custom action.- Specified by:
getStatusin interfaceCfnTemplate.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()
-