Class CfnPublicRepository.RepositoryCatalogDataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecr.CfnPublicRepository.RepositoryCatalogDataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPublicRepository.RepositoryCatalogDataProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPublicRepository.RepositoryCatalogDataProperty
@Stability(Stable)
@Internal
public static final class CfnPublicRepository.RepositoryCatalogDataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPublicRepository.RepositoryCatalogDataProperty
An implementation for
CfnPublicRepository.RepositoryCatalogDataProperty-
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.ecr.CfnPublicRepository.RepositoryCatalogDataProperty
CfnPublicRepository.RepositoryCatalogDataProperty.Builder, CfnPublicRepository.RepositoryCatalogDataProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPublicRepository.RepositoryCatalogDataProperty.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 longform description of the contents of the repository.The architecture tags that are associated with the repository.The operating system tags that are associated with the repository.final StringThe short description of the repository.final StringThe longform usage details of the contents of the repository.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 theCfnPublicRepository.RepositoryCatalogDataProperty.Builder.
-
-
Method Details
-
getAboutText
Description copied from interface:CfnPublicRepository.RepositoryCatalogDataPropertyThe longform description of the contents of the repository.This text appears in the repository details on the Amazon ECR Public Gallery.
- Specified by:
getAboutTextin interfaceCfnPublicRepository.RepositoryCatalogDataProperty- See Also:
-
getArchitectures
Description copied from interface:CfnPublicRepository.RepositoryCatalogDataPropertyThe architecture tags that are associated with the repository.- Specified by:
getArchitecturesin interfaceCfnPublicRepository.RepositoryCatalogDataProperty- See Also:
-
getOperatingSystems
Description copied from interface:CfnPublicRepository.RepositoryCatalogDataPropertyThe operating system tags that are associated with the repository.- Specified by:
getOperatingSystemsin interfaceCfnPublicRepository.RepositoryCatalogDataProperty- See Also:
-
getRepositoryDescription
Description copied from interface:CfnPublicRepository.RepositoryCatalogDataPropertyThe short description of the repository.- Specified by:
getRepositoryDescriptionin interfaceCfnPublicRepository.RepositoryCatalogDataProperty- See Also:
-
getUsageText
Description copied from interface:CfnPublicRepository.RepositoryCatalogDataPropertyThe longform usage details of the contents of the repository.The usage text provides context for users of the repository.
- Specified by:
getUsageTextin interfaceCfnPublicRepository.RepositoryCatalogDataProperty- 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()
-