public static final class CfnCampaign.InAppMessageButtonProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaign.InAppMessageButtonProperty
CfnCampaign.InAppMessageButtonProperty
CfnCampaign.InAppMessageButtonProperty.Builder, CfnCampaign.InAppMessageButtonProperty.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.Object |
getAndroid()
An object that defines the default behavior for a button in in-app messages sent to Android.
|
java.lang.Object |
getDefaultConfig()
An object that defines the default behavior for a button in an in-app message.
|
java.lang.Object |
getIos()
An object that defines the default behavior for a button in in-app messages sent to iOS devices.
|
java.lang.Object |
getWeb()
An object that defines the default behavior for a button in in-app messages for web applications.
|
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.Object getAndroid()
CfnCampaign.InAppMessageButtonProperty
getAndroid
in interface CfnCampaign.InAppMessageButtonProperty
public final java.lang.Object getDefaultConfig()
CfnCampaign.InAppMessageButtonProperty
getDefaultConfig
in interface CfnCampaign.InAppMessageButtonProperty
public final java.lang.Object getIos()
CfnCampaign.InAppMessageButtonProperty
getIos
in interface CfnCampaign.InAppMessageButtonProperty
public final java.lang.Object getWeb()
CfnCampaign.InAppMessageButtonProperty
getWeb
in interface CfnCampaign.InAppMessageButtonProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()