Class CfnInAppTemplate.ButtonConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnInAppTemplate.ButtonConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInAppTemplate.ButtonConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInAppTemplate.ButtonConfigProperty
@Stability(Stable)
@Internal
public static final class CfnInAppTemplate.ButtonConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInAppTemplate.ButtonConfigProperty
An implementation for
CfnInAppTemplate.ButtonConfigProperty
-
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.ButtonConfigProperty
CfnInAppTemplate.ButtonConfigProperty.Builder, CfnInAppTemplate.ButtonConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInAppTemplate.ButtonConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Optional button configuration to use for in-app messages sent to Android devices.final Object
Specifies the default behavior of a button that appears in an in-app message.final Object
getIos()
Optional button configuration to use for in-app messages sent to iOS devices.final Object
getWeb()
Optional button configuration to use for in-app messages sent to web applications.final int
hashCode()
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.ButtonConfigProperty.Builder
.
-
-
Method Details
-
getAndroid
Description copied from interface:CfnInAppTemplate.ButtonConfigProperty
Optional button configuration to use for in-app messages sent to Android devices.This button configuration overrides the default button configuration.
- Specified by:
getAndroid
in interfaceCfnInAppTemplate.ButtonConfigProperty
- See Also:
-
getDefaultConfig
Description copied from interface:CfnInAppTemplate.ButtonConfigProperty
Specifies the default behavior of a button that appears in an in-app message.You can optionally add button configurations that specifically apply to iOS, Android, or web browser users.
- Specified by:
getDefaultConfig
in interfaceCfnInAppTemplate.ButtonConfigProperty
- See Also:
-
getIos
Description copied from interface:CfnInAppTemplate.ButtonConfigProperty
Optional button configuration to use for in-app messages sent to iOS devices.This button configuration overrides the default button configuration.
- Specified by:
getIos
in interfaceCfnInAppTemplate.ButtonConfigProperty
- See Also:
-
getWeb
Description copied from interface:CfnInAppTemplate.ButtonConfigProperty
Optional button configuration to use for in-app messages sent to web applications.This button configuration overrides the default button configuration.
- Specified by:
getWeb
in interfaceCfnInAppTemplate.ButtonConfigProperty
- 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()
-