public static final class CfnApplicationVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationVersionProps
CfnApplicationVersionProps
CfnApplicationVersionProps.Builder, CfnApplicationVersionProps.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 |
getApplicationName()
The name of the Elastic Beanstalk application that is associated with this application version.
|
java.lang.String |
getDescription()
A description of this application version.
|
java.lang.Object |
getSourceBundle()
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
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 getApplicationName()
CfnApplicationVersionProps
getApplicationName
in interface CfnApplicationVersionProps
public final java.lang.Object getSourceBundle()
CfnApplicationVersionProps
The Amazon S3 bucket must be in the same region as the environment.
getSourceBundle
in interface CfnApplicationVersionProps
public final java.lang.String getDescription()
CfnApplicationVersionProps
getDescription
in interface CfnApplicationVersionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()