Class CfnApplicationV2.S3ContentLocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.S3ContentLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationV2.S3ContentLocationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationV2.S3ContentLocationProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationV2.S3ContentLocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationV2.S3ContentLocationProperty
An implementation for
CfnApplicationV2.S3ContentLocationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.S3ContentLocationProperty
CfnApplicationV2.S3ContentLocationProperty.Builder, CfnApplicationV2.S3ContentLocationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationV2.S3ContentLocationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.final String
The file key for the object containing the application code.final String
The version of the object containing the application code.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApplicationV2.S3ContentLocationProperty.Builder
.
-
-
Method Details
-
getBucketArn
Description copied from interface:CfnApplicationV2.S3ContentLocationProperty
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.- Specified by:
getBucketArn
in interfaceCfnApplicationV2.S3ContentLocationProperty
-
getFileKey
Description copied from interface:CfnApplicationV2.S3ContentLocationProperty
The file key for the object containing the application code.- Specified by:
getFileKey
in interfaceCfnApplicationV2.S3ContentLocationProperty
-
getObjectVersion
Description copied from interface:CfnApplicationV2.S3ContentLocationProperty
The version of the object containing the application code.- Specified by:
getObjectVersion
in interfaceCfnApplicationV2.S3ContentLocationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-