Class CfnPackageGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codeartifact.CfnPackageGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPackageGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackageGroupProps
@Stability(Stable)
@Internal
public static final class CfnPackageGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackageGroupProps
An implementation for
CfnPackageGroupProps-
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.CfnPackageGroupProps
CfnPackageGroupProps.Builder, CfnPackageGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPackageGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPackageGroupProps.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()A list of tags to be applied 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 theCfnPackageGroupProps.Builder.
-
-
Method Details
-
getDomainName
Description copied from interface:CfnPackageGroupPropsThe domain that contains the package group.- Specified by:
getDomainNamein interfaceCfnPackageGroupProps- See Also:
-
getPattern
Description copied from interface:CfnPackageGroupPropsThe pattern of the package group.The pattern determines which packages are associated with the package group.
- Specified by:
getPatternin interfaceCfnPackageGroupProps- See Also:
-
getContactInfo
Description copied from interface:CfnPackageGroupPropsThe contact information of the package group.- Specified by:
getContactInfoin interfaceCfnPackageGroupProps- See Also:
-
getDescription
Description copied from interface:CfnPackageGroupPropsThe description of the package group.- Specified by:
getDescriptionin interfaceCfnPackageGroupProps- See Also:
-
getDomainOwner
Description copied from interface:CfnPackageGroupPropsThe 12-digit account number of the AWS account that owns the domain.It does not include dashes or spaces.
- Specified by:
getDomainOwnerin interfaceCfnPackageGroupProps- See Also:
-
getOriginConfiguration
Description copied from interface:CfnPackageGroupPropsDetails about the package origin configuration of a package group.- Specified by:
getOriginConfigurationin interfaceCfnPackageGroupProps- See Also:
-
getTags
Description copied from interface:CfnPackageGroupPropsA list of tags to be applied to the package group.- Specified by:
getTagsin interfaceCfnPackageGroupProps- 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()
-