Class CfnCampaign.DefaultButtonConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.DefaultButtonConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.DefaultButtonConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.DefaultButtonConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.DefaultButtonConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.DefaultButtonConfigurationProperty
An implementation for
CfnCampaign.DefaultButtonConfigurationProperty
-
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.CfnCampaign.DefaultButtonConfigurationProperty
CfnCampaign.DefaultButtonConfigurationProperty.Builder, CfnCampaign.DefaultButtonConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.DefaultButtonConfigurationProperty.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 String
The background color of a button, expressed as a hex color code (such as #000000 for black).final Number
The border radius of a button.final String
The action that occurs when a recipient chooses a button in an in-app message.final String
getLink()
The destination (such as a URL) for a button.final String
getText()
The text that appears on a button in an in-app message.final String
The color of the body text in a button, expressed as a hex color code (such as #000000 for black).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 theCfnCampaign.DefaultButtonConfigurationProperty.Builder
.
-
-
Method Details
-
getBackgroundColor
Description copied from interface:CfnCampaign.DefaultButtonConfigurationProperty
The background color of a button, expressed as a hex color code (such as #000000 for black).- Specified by:
getBackgroundColor
in interfaceCfnCampaign.DefaultButtonConfigurationProperty
- See Also:
-
getBorderRadius
Description copied from interface:CfnCampaign.DefaultButtonConfigurationProperty
The border radius of a button.- Specified by:
getBorderRadius
in interfaceCfnCampaign.DefaultButtonConfigurationProperty
- See Also:
-
getButtonAction
Description copied from interface:CfnCampaign.DefaultButtonConfigurationProperty
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 interfaceCfnCampaign.DefaultButtonConfigurationProperty
- See Also:
-
getLink
Description copied from interface:CfnCampaign.DefaultButtonConfigurationProperty
The destination (such as a URL) for a button.- Specified by:
getLink
in interfaceCfnCampaign.DefaultButtonConfigurationProperty
- See Also:
-
getText
Description copied from interface:CfnCampaign.DefaultButtonConfigurationProperty
The text that appears on a button in an in-app message.- Specified by:
getText
in interfaceCfnCampaign.DefaultButtonConfigurationProperty
- See Also:
-
getTextColor
Description copied from interface:CfnCampaign.DefaultButtonConfigurationProperty
The color of the body text in a button, expressed as a hex color code (such as #000000 for black).- Specified by:
getTextColor
in interfaceCfnCampaign.DefaultButtonConfigurationProperty
- 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()
-