public static final class CfnApplicationV2.S3ContentLocationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationV2.S3ContentLocationProperty
CfnApplicationV2.S3ContentLocationProperty
CfnApplicationV2.S3ContentLocationProperty.Builder, CfnApplicationV2.S3ContentLocationProperty.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 |
getBucketArn()
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
java.lang.String |
getFileKey()
The file key for the object containing the application code.
|
java.lang.String |
getObjectVersion()
The version of the object containing the application code.
|
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 getBucketArn()
CfnApplicationV2.S3ContentLocationProperty
getBucketArn
in interface CfnApplicationV2.S3ContentLocationProperty
public final java.lang.String getFileKey()
CfnApplicationV2.S3ContentLocationProperty
getFileKey
in interface CfnApplicationV2.S3ContentLocationProperty
public final java.lang.String getObjectVersion()
CfnApplicationV2.S3ContentLocationProperty
getObjectVersion
in interface CfnApplicationV2.S3ContentLocationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()