Class CfnLayerVersionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sam.CfnLayerVersionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLayerVersionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLayerVersionProps
@Stability(Stable)
@Internal
public static final class CfnLayerVersionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLayerVersionProps
An implementation for
CfnLayerVersionProps-
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.sam.CfnLayerVersionProps
CfnLayerVersionProps.Builder, CfnLayerVersionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnLayerVersionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLayerVersionProps.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 booleanAWS::Serverless::LayerVersion.CompatibleRuntimes.final ObjectAWS::Serverless::LayerVersion.ContentUri.final StringAWS::Serverless::LayerVersion.Description.final StringAWS::Serverless::LayerVersion.LayerName.final StringAWS::Serverless::LayerVersion.LicenseInfo.final StringAWS::Serverless::LayerVersion.RetentionPolicy.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 theCfnLayerVersionProps.Builder.
-
-
Method Details
-
getCompatibleRuntimes
Description copied from interface:CfnLayerVersionPropsAWS::Serverless::LayerVersion.CompatibleRuntimes.- Specified by:
getCompatibleRuntimesin interfaceCfnLayerVersionProps
-
getContentUri
Description copied from interface:CfnLayerVersionPropsAWS::Serverless::LayerVersion.ContentUri.- Specified by:
getContentUriin interfaceCfnLayerVersionProps
-
getDescription
Description copied from interface:CfnLayerVersionPropsAWS::Serverless::LayerVersion.Description.- Specified by:
getDescriptionin interfaceCfnLayerVersionProps
-
getLayerName
Description copied from interface:CfnLayerVersionPropsAWS::Serverless::LayerVersion.LayerName.- Specified by:
getLayerNamein interfaceCfnLayerVersionProps
-
getLicenseInfo
Description copied from interface:CfnLayerVersionPropsAWS::Serverless::LayerVersion.LicenseInfo.- Specified by:
getLicenseInfoin interfaceCfnLayerVersionProps
-
getRetentionPolicy
Description copied from interface:CfnLayerVersionPropsAWS::Serverless::LayerVersion.RetentionPolicy.- Specified by:
getRetentionPolicyin interfaceCfnLayerVersionProps
-
$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()
-