Class CfnInAppTemplate.HeaderConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnInAppTemplate.HeaderConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInAppTemplate.HeaderConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInAppTemplate.HeaderConfigProperty
@Stability(Stable)
@Internal
public static final class CfnInAppTemplate.HeaderConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInAppTemplate.HeaderConfigProperty
An implementation for
CfnInAppTemplate.HeaderConfigProperty
-
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.HeaderConfigProperty
CfnInAppTemplate.HeaderConfigProperty.Builder, CfnInAppTemplate.HeaderConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInAppTemplate.HeaderConfigProperty.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 text alignment of the title of the message.final String
The title text of the in-app message.final String
The color of the title text, 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 theCfnInAppTemplate.HeaderConfigProperty.Builder
.
-
-
Method Details
-
getAlignment
Description copied from interface:CfnInAppTemplate.HeaderConfigProperty
The text alignment of the title of the message.Acceptable values:
LEFT
,CENTER
,RIGHT
.- Specified by:
getAlignment
in interfaceCfnInAppTemplate.HeaderConfigProperty
-
getHeader
Description copied from interface:CfnInAppTemplate.HeaderConfigProperty
The title text of the in-app message.- Specified by:
getHeader
in interfaceCfnInAppTemplate.HeaderConfigProperty
-
getTextColor
Description copied from interface:CfnInAppTemplate.HeaderConfigProperty
The color of the title text, expressed as a hex color code (such as #000000 for black).- Specified by:
getTextColor
in interfaceCfnInAppTemplate.HeaderConfigProperty
-
$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()
-