public static final class CfnDashboardProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDashboardProps
CfnDashboardProps
CfnDashboardProps.Builder, CfnDashboardProps.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 |
getDashboardBody()
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.
|
java.lang.String |
getDashboardName()
The name of the dashboard.
|
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 getDashboardBody()
CfnDashboardProps
This parameter is required.
For more information about the syntax, see Dashboard Body Structure and Syntax .
getDashboardBody
in interface CfnDashboardProps
public final java.lang.String getDashboardName()
CfnDashboardProps
The name must be between 1 and 255 characters. If you do not specify a name, one will be generated automatically.
getDashboardName
in interface CfnDashboardProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()