Class CfnPackageGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codeartifact.CfnPackageGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPackageGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackageGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnPackageGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackageGroupMixinProps
An implementation for
CfnPackageGroupMixinProps-
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.CfnPackageGroupMixinProps
CfnPackageGroupMixinProps.Builder, CfnPackageGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPackageGroupMixinProps.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 contact information of the package group.final StringThe description of the package group.final StringThe domain that contains the package group.final StringThe 12-digit account number of the AWS account that owns the domain.final ObjectDetails about the package origin configuration of a package group.final StringThe pattern of the package group.getTags()An array of key-value pairs to apply to the package group.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 theCfnPackageGroupMixinProps.Builder.
-
-
Method Details
-
getContactInfo
Description copied from interface:CfnPackageGroupMixinPropsThe contact information of the package group.- Specified by:
getContactInfoin interfaceCfnPackageGroupMixinProps- See Also:
-
getDescription
Description copied from interface:CfnPackageGroupMixinPropsThe description of the package group.- Specified by:
getDescriptionin interfaceCfnPackageGroupMixinProps- See Also:
-
getDomainName
Description copied from interface:CfnPackageGroupMixinPropsThe domain that contains the package group.- Specified by:
getDomainNamein interfaceCfnPackageGroupMixinProps- See Also:
-
getDomainOwner
Description copied from interface:CfnPackageGroupMixinPropsThe 12-digit account number of the AWS account that owns the domain.It does not include dashes or spaces.
- Specified by:
getDomainOwnerin interfaceCfnPackageGroupMixinProps- See Also:
-
getOriginConfiguration
Description copied from interface:CfnPackageGroupMixinPropsDetails about the package origin configuration of a package group.Returns union: either
IResolvableorCfnPackageGroupPropsMixin.OriginConfigurationProperty- Specified by:
getOriginConfigurationin interfaceCfnPackageGroupMixinProps- See Also:
-
getPattern
Description copied from interface:CfnPackageGroupMixinPropsThe pattern of the package group.The pattern determines which packages are associated with the package group.
- Specified by:
getPatternin interfaceCfnPackageGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnPackageGroupMixinPropsAn array of key-value pairs to apply to the package group.- Specified by:
getTagsin interfaceCfnPackageGroupMixinProps- 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()
-