Class CfnPackage.StorageLocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.panorama.CfnPackage.StorageLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPackage.StorageLocationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackage.StorageLocationProperty
@Stability(Stable)
@Internal
public static final class CfnPackage.StorageLocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackage.StorageLocationProperty
An implementation for
CfnPackage.StorageLocationProperty
-
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.panorama.CfnPackage.StorageLocationProperty
CfnPackage.StorageLocationProperty.Builder, CfnPackage.StorageLocationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPackage.StorageLocationProperty.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
CfnPackage.StorageLocationProperty.BinaryPrefixLocation
.final String
CfnPackage.StorageLocationProperty.Bucket
.final String
CfnPackage.StorageLocationProperty.GeneratedPrefixLocation
.final String
CfnPackage.StorageLocationProperty.ManifestPrefixLocation
.final String
CfnPackage.StorageLocationProperty.RepoPrefixLocation
.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 theCfnPackage.StorageLocationProperty.Builder
.
-
-
Method Details
-
getBinaryPrefixLocation
Description copied from interface:CfnPackage.StorageLocationProperty
CfnPackage.StorageLocationProperty.BinaryPrefixLocation
.- Specified by:
getBinaryPrefixLocation
in interfaceCfnPackage.StorageLocationProperty
-
getBucket
Description copied from interface:CfnPackage.StorageLocationProperty
CfnPackage.StorageLocationProperty.Bucket
.- Specified by:
getBucket
in interfaceCfnPackage.StorageLocationProperty
-
getGeneratedPrefixLocation
Description copied from interface:CfnPackage.StorageLocationProperty
CfnPackage.StorageLocationProperty.GeneratedPrefixLocation
.- Specified by:
getGeneratedPrefixLocation
in interfaceCfnPackage.StorageLocationProperty
-
getManifestPrefixLocation
Description copied from interface:CfnPackage.StorageLocationProperty
CfnPackage.StorageLocationProperty.ManifestPrefixLocation
.- Specified by:
getManifestPrefixLocation
in interfaceCfnPackage.StorageLocationProperty
-
getRepoPrefixLocation
Description copied from interface:CfnPackage.StorageLocationProperty
CfnPackage.StorageLocationProperty.RepoPrefixLocation
.- Specified by:
getRepoPrefixLocation
in interfaceCfnPackage.StorageLocationProperty
-
$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()
-