public static final class CfnCampaign.DefaultButtonConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaign.DefaultButtonConfigurationProperty
CfnCampaign.DefaultButtonConfigurationProperty
CfnCampaign.DefaultButtonConfigurationProperty.Builder, CfnCampaign.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()
CfnCampaign.DefaultButtonConfigurationProperty
getBackgroundColor
in interface CfnCampaign.DefaultButtonConfigurationProperty
public final java.lang.Number getBorderRadius()
CfnCampaign.DefaultButtonConfigurationProperty
getBorderRadius
in interface CfnCampaign.DefaultButtonConfigurationProperty
public final java.lang.String getButtonAction()
CfnCampaign.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 CfnCampaign.DefaultButtonConfigurationProperty
public final java.lang.String getLink()
CfnCampaign.DefaultButtonConfigurationProperty
getLink
in interface CfnCampaign.DefaultButtonConfigurationProperty
public final java.lang.String getText()
CfnCampaign.DefaultButtonConfigurationProperty
getText
in interface CfnCampaign.DefaultButtonConfigurationProperty
public final java.lang.String getTextColor()
CfnCampaign.DefaultButtonConfigurationProperty
getTextColor
in interface CfnCampaign.DefaultButtonConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()