Class CfnApplication.S3ContentLocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.S3ContentLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.S3ContentLocationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplication.S3ContentLocationProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.S3ContentLocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.S3ContentLocationProperty
An implementation for
CfnApplication.S3ContentLocationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.S3ContentLocationProperty
CfnApplication.S3ContentLocationProperty.Builder, CfnApplication.S3ContentLocationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplication.S3ContentLocationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) for the S3 bucket containing the application code.final StringThe file key for the object containing the application code.final StringThe version of the object containing the application code.final inthashCode()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 theCfnApplication.S3ContentLocationProperty.Builder.
-
-
Method Details
-
getBucketArn
Description copied from interface:CfnApplication.S3ContentLocationPropertyThe Amazon Resource Name (ARN) for the S3 bucket containing the application code.- Specified by:
getBucketArnin interfaceCfnApplication.S3ContentLocationProperty
-
getFileKey
Description copied from interface:CfnApplication.S3ContentLocationPropertyThe file key for the object containing the application code.- Specified by:
getFileKeyin interfaceCfnApplication.S3ContentLocationProperty
-
getObjectVersion
Description copied from interface:CfnApplication.S3ContentLocationPropertyThe version of the object containing the application code.- Specified by:
getObjectVersionin interfaceCfnApplication.S3ContentLocationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-