public static final class CfnLayerVersion.ContentProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLayerVersion.ContentProperty
CfnLayerVersion.ContentProperty
CfnLayerVersion.ContentProperty.Builder, CfnLayerVersion.ContentProperty.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 |
getS3Bucket()
The Amazon S3 bucket of the layer archive.
|
java.lang.String |
getS3Key()
The Amazon S3 key of the layer archive.
|
java.lang.String |
getS3ObjectVersion()
For versioned objects, the version of the layer archive object to use.
|
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 getS3Bucket()
CfnLayerVersion.ContentProperty
getS3Bucket
in interface CfnLayerVersion.ContentProperty
public final java.lang.String getS3Key()
CfnLayerVersion.ContentProperty
getS3Key
in interface CfnLayerVersion.ContentProperty
public final java.lang.String getS3ObjectVersion()
CfnLayerVersion.ContentProperty
getS3ObjectVersion
in interface CfnLayerVersion.ContentProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()