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