Class CfnPackageProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codeartifact.CfnPackageProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPackageProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackageProps
@Stability(Stable)
@Internal
public static final class CfnPackageProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackageProps
An implementation for
CfnPackageProps-
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.CfnPackageProps
CfnPackageProps.Builder, CfnPackageProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPackageProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPackageProps.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 name of the domain that contains the repository that contains the package.final StringThe format of the package.final StringgetName()The name of the package.final StringThe namespace of the package.final StringThe name of the repository that contains the package.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 theCfnPackageProps.Builder.
-
-
Method Details
-
getDomainName
Description copied from interface:CfnPackagePropsThe name of the domain that contains the repository that contains the package.- Specified by:
getDomainNamein interfaceCfnPackageProps- See Also:
-
getFormat
Description copied from interface:CfnPackagePropsThe format of the package.- Specified by:
getFormatin interfaceCfnPackageProps- See Also:
-
getName
Description copied from interface:CfnPackagePropsThe name of the package.- Specified by:
getNamein interfaceCfnPackageProps- See Also:
-
getRepository
Description copied from interface:CfnPackagePropsThe name of the repository that contains the package.- Specified by:
getRepositoryin interfaceCfnPackageProps- See Also:
-
getNamespace
Description copied from interface:CfnPackagePropsThe namespace of the package.- Specified by:
getNamespacein interfaceCfnPackageProps- 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()
-