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