public static final class CfnAppBlockProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAppBlockProps
CfnAppBlockProps
CfnAppBlockProps.Builder, CfnAppBlockProps.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 |
getDescription()
The description of the app block.
|
java.lang.String |
getDisplayName()
The display name of the app block.
|
java.lang.String |
getName()
The name of the app block.
|
java.lang.Object |
getSetupScriptDetails()
The setup script details of the app block.
|
java.lang.Object |
getSourceS3Location()
The source S3 location of the app block.
|
java.util.List<CfnTag> |
getTags()
The tags of the app block.
|
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 getName()
CfnAppBlockProps
Pattern : ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$
getName
in interface CfnAppBlockProps
public final java.lang.Object getSetupScriptDetails()
CfnAppBlockProps
getSetupScriptDetails
in interface CfnAppBlockProps
public final java.lang.Object getSourceS3Location()
CfnAppBlockProps
getSourceS3Location
in interface CfnAppBlockProps
public final java.lang.String getDescription()
CfnAppBlockProps
getDescription
in interface CfnAppBlockProps
public final java.lang.String getDisplayName()
CfnAppBlockProps
getDisplayName
in interface CfnAppBlockProps
public final java.util.List<CfnTag> getTags()
CfnAppBlockProps
getTags
in interface CfnAppBlockProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()