Class CfnInAppTemplate.OverrideButtonConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnInAppTemplate.OverrideButtonConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInAppTemplate.OverrideButtonConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInAppTemplate.OverrideButtonConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnInAppTemplate.OverrideButtonConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInAppTemplate.OverrideButtonConfigurationProperty
An implementation for
CfnInAppTemplate.OverrideButtonConfigurationProperty
-
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.pinpoint.CfnInAppTemplate.OverrideButtonConfigurationProperty
CfnInAppTemplate.OverrideButtonConfigurationProperty.Builder, CfnInAppTemplate.OverrideButtonConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInAppTemplate.OverrideButtonConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnInAppTemplate.OverrideButtonConfigurationProperty.Builder
.
-
-
Method Details
-
getButtonAction
Description copied from interface:CfnInAppTemplate.OverrideButtonConfigurationProperty
The action that occurs when a recipient chooses a button in an in-app message.You can specify one of the following:
LINK
– A link to a web destination.DEEP_LINK
– A link to a specific page in an application.CLOSE
– Dismisses the message.
- Specified by:
getButtonAction
in interfaceCfnInAppTemplate.OverrideButtonConfigurationProperty
- See Also:
-
getLink
Description copied from interface:CfnInAppTemplate.OverrideButtonConfigurationProperty
The destination (such as a URL) for a button.- Specified by:
getLink
in interfaceCfnInAppTemplate.OverrideButtonConfigurationProperty
- 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()
-