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