public static final class CfnInAppTemplate.DefaultButtonConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInAppTemplate.DefaultButtonConfigurationProperty
CfnInAppTemplate.DefaultButtonConfigurationProperty
CfnInAppTemplate.DefaultButtonConfigurationProperty.Builder, CfnInAppTemplate.DefaultButtonConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBackgroundColor()
The background color of a button, expressed as a hex color code (such as #000000 for black).
|
java.lang.Number |
getBorderRadius()
The border radius of a button.
|
java.lang.String |
getButtonAction()
The action that occurs when a recipient chooses a button in an in-app message.
|
java.lang.String |
getLink()
The destination (such as a URL) for a button.
|
java.lang.String |
getText()
The text that appears on a button in an in-app message.
|
java.lang.String |
getTextColor()
The color of the body text in a button, expressed as a hex color code (such as #000000 for black).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBackgroundColor()
CfnInAppTemplate.DefaultButtonConfigurationProperty
getBackgroundColor
in interface CfnInAppTemplate.DefaultButtonConfigurationProperty
public final java.lang.Number getBorderRadius()
CfnInAppTemplate.DefaultButtonConfigurationProperty
getBorderRadius
in interface CfnInAppTemplate.DefaultButtonConfigurationProperty
public final java.lang.String getButtonAction()
CfnInAppTemplate.DefaultButtonConfigurationProperty
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.getButtonAction
in interface CfnInAppTemplate.DefaultButtonConfigurationProperty
public final java.lang.String getLink()
CfnInAppTemplate.DefaultButtonConfigurationProperty
getLink
in interface CfnInAppTemplate.DefaultButtonConfigurationProperty
public final java.lang.String getText()
CfnInAppTemplate.DefaultButtonConfigurationProperty
getText
in interface CfnInAppTemplate.DefaultButtonConfigurationProperty
public final java.lang.String getTextColor()
CfnInAppTemplate.DefaultButtonConfigurationProperty
getTextColor
in interface CfnInAppTemplate.DefaultButtonConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()