Class CfnPackage.RestrictionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codeartifact.CfnPackage.RestrictionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPackage.RestrictionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackage.RestrictionsProperty
@Stability(Stable)
@Internal
public static final class CfnPackage.RestrictionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackage.RestrictionsProperty
An implementation for
CfnPackage.RestrictionsProperty-
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.codeartifact.CfnPackage.RestrictionsProperty
CfnPackage.RestrictionsProperty.Builder, CfnPackage.RestrictionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPackage.RestrictionsProperty.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 package origin configuration that determines if new versions of the package can be published directly to the repository.final StringThe package origin configuration that determines if new versions of the package can be added to the repository from an external connection or upstream source.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 theCfnPackage.RestrictionsProperty.Builder.
-
-
Method Details
-
getPublish
Description copied from interface:CfnPackage.RestrictionsPropertyThe package origin configuration that determines if new versions of the package can be published directly to the repository.- Specified by:
getPublishin interfaceCfnPackage.RestrictionsProperty- See Also:
-
getUpstream
Description copied from interface:CfnPackage.RestrictionsPropertyThe package origin configuration that determines if new versions of the package can be added to the repository from an external connection or upstream source.- Specified by:
getUpstreamin interfaceCfnPackage.RestrictionsProperty- See Also:
-
$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()
-