Class CfnPackageGroup.RestrictionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codeartifact.CfnPackageGroup.RestrictionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPackageGroup.RestrictionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackageGroup.RestrictionsProperty
@Stability(Stable)
@Internal
public static final class CfnPackageGroup.RestrictionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackageGroup.RestrictionsProperty
An implementation for
CfnPackageGroup.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.CfnPackageGroup.RestrictionsProperty
CfnPackageGroup.RestrictionsProperty.Builder, CfnPackageGroup.RestrictionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPackageGroup.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 ObjectThe package group origin restriction setting for external, upstream repositories.final ObjectThe package group origin restriction setting for internal, upstream repositories.final ObjectThe package group origin restriction setting for publishing packages.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 theCfnPackageGroup.RestrictionsProperty.Builder.
-
-
Method Details
-
getExternalUpstream
Description copied from interface:CfnPackageGroup.RestrictionsPropertyThe package group origin restriction setting for external, upstream repositories.- Specified by:
getExternalUpstreamin interfaceCfnPackageGroup.RestrictionsProperty- See Also:
-
getInternalUpstream
Description copied from interface:CfnPackageGroup.RestrictionsPropertyThe package group origin restriction setting for internal, upstream repositories.- Specified by:
getInternalUpstreamin interfaceCfnPackageGroup.RestrictionsProperty- See Also:
-
getPublish
Description copied from interface:CfnPackageGroup.RestrictionsPropertyThe package group origin restriction setting for publishing packages.- Specified by:
getPublishin interfaceCfnPackageGroup.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()
-