Class CfnCustomActionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.chatbot.CfnCustomActionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomActionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomActionMixinProps
@Stability(Stable)
@Internal
public static final class CfnCustomActionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomActionMixinProps
An implementation for
CfnCustomActionMixinProps-
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.chatbot.CfnCustomActionMixinProps
CfnCustomActionMixinProps.Builder, CfnCustomActionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomActionMixinProps.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 StringThe name of the custom action.final StringThe name used to invoke this action in a chat channel.final ObjectDefines when this custom action button should be attached to a notification.final ObjectThe definition of the command to run when invoked as an alias or as an action button.getTags()The tags to add to the configuration.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 theCfnCustomActionMixinProps.Builder.
-
-
Method Details
-
getActionName
Description copied from interface:CfnCustomActionMixinPropsThe name of the custom action.This name is included in the Amazon Resource Name (ARN).
- Specified by:
getActionNamein interfaceCfnCustomActionMixinProps- See Also:
-
getAliasName
Description copied from interface:CfnCustomActionMixinPropsThe name used to invoke this action in a chat channel.For example,
@Amazon Q run my-alias.- Specified by:
getAliasNamein interfaceCfnCustomActionMixinProps- See Also:
-
getAttachments
Description copied from interface:CfnCustomActionMixinPropsDefines when this custom action button should be attached to a notification.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCustomActionPropsMixin.CustomActionAttachmentProperty>- Specified by:
getAttachmentsin interfaceCfnCustomActionMixinProps- See Also:
-
getDefinition
Description copied from interface:CfnCustomActionMixinPropsThe definition of the command to run when invoked as an alias or as an action button.Returns union: either
IResolvableorCfnCustomActionPropsMixin.CustomActionDefinitionProperty- Specified by:
getDefinitionin interfaceCfnCustomActionMixinProps- See Also:
-
getTags
Description copied from interface:CfnCustomActionMixinPropsThe tags to add to the configuration.- Specified by:
getTagsin interfaceCfnCustomActionMixinProps- 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()
-