public static final class CfnInAppTemplate.HeaderConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInAppTemplate.HeaderConfigProperty
CfnInAppTemplate.HeaderConfigProperty
CfnInAppTemplate.HeaderConfigProperty.Builder, CfnInAppTemplate.HeaderConfigProperty.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 |
getAlignment()
The text alignment of the title of the message.
|
java.lang.String |
getHeader()
The title text of the in-app message.
|
java.lang.String |
getTextColor()
The color of the title text, 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 getAlignment()
CfnInAppTemplate.HeaderConfigProperty
Acceptable values: LEFT
, CENTER
, RIGHT
.
getAlignment
in interface CfnInAppTemplate.HeaderConfigProperty
public final java.lang.String getHeader()
CfnInAppTemplate.HeaderConfigProperty
getHeader
in interface CfnInAppTemplate.HeaderConfigProperty
public final java.lang.String getTextColor()
CfnInAppTemplate.HeaderConfigProperty
getTextColor
in interface CfnInAppTemplate.HeaderConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()