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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecr.CfnPublicRepository.RepositoryCatalogDataProperty
CfnPublicRepository.RepositoryCatalogDataProperty.Builder, CfnPublicRepository.RepositoryCatalogDataProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPublicRepository.RepositoryCatalogDataProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The 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 String
The short description of the repository.final String
The longform usage details of the contents of the repository.final int
hashCode()
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.RepositoryCatalogDataProperty
The longform description of the contents of the repository.This text appears in the repository details on the Amazon ECR Public Gallery.
- Specified by:
getAboutText
in interfaceCfnPublicRepository.RepositoryCatalogDataProperty
- See Also:
-
getArchitectures
Description copied from interface:CfnPublicRepository.RepositoryCatalogDataProperty
The architecture tags that are associated with the repository.- Specified by:
getArchitectures
in interfaceCfnPublicRepository.RepositoryCatalogDataProperty
- See Also:
-
getOperatingSystems
Description copied from interface:CfnPublicRepository.RepositoryCatalogDataProperty
The operating system tags that are associated with the repository.- Specified by:
getOperatingSystems
in interfaceCfnPublicRepository.RepositoryCatalogDataProperty
- See Also:
-
getRepositoryDescription
Description copied from interface:CfnPublicRepository.RepositoryCatalogDataProperty
The short description of the repository.- Specified by:
getRepositoryDescription
in interfaceCfnPublicRepository.RepositoryCatalogDataProperty
- See Also:
-
getUsageText
Description copied from interface:CfnPublicRepository.RepositoryCatalogDataProperty
The longform usage details of the contents of the repository.The usage text provides context for users of the repository.
- Specified by:
getUsageText
in interfaceCfnPublicRepository.RepositoryCatalogDataProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-