@Generated(value="software.amazon.awssdk:codegen") public final class RepositoryCatalogData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RepositoryCatalogData.Builder,RepositoryCatalogData>
The catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RepositoryCatalogData.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aboutText()
The longform description of the contents of the repository.
|
List<String> |
architectures()
The architecture tags that are associated with the repository.
|
static RepositoryCatalogData.Builder |
builder() |
String |
description()
The short description of the repository.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasArchitectures()
For responses, this returns true if the service returned a value for the Architectures property.
|
int |
hashCode() |
boolean |
hasOperatingSystems()
For responses, this returns true if the service returned a value for the OperatingSystems property.
|
String |
logoUrl()
The URL containing the logo associated with the repository.
|
Boolean |
marketplaceCertified()
Whether or not the repository is certified by AWS Marketplace.
|
List<String> |
operatingSystems()
The operating system tags that are associated with the repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RepositoryCatalogData.Builder> |
serializableBuilderClass() |
RepositoryCatalogData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
usageText()
The longform usage details of the contents of the repository.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The short description of the repository.
public final boolean hasArchitectures()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> architectures()
The architecture tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasArchitectures() method.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
public final boolean hasOperatingSystems()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> operatingSystems()
The operating system tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasOperatingSystems() method.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
public final String logoUrl()
The URL containing the logo associated with the repository.
public final String aboutText()
The longform description of the contents of the repository. This text appears in the repository details on the Amazon ECR Public Gallery.
public final String usageText()
The longform usage details of the contents of the repository. The usage text provides context for users of the repository.
public final Boolean marketplaceCertified()
Whether or not the repository is certified by AWS Marketplace.
public RepositoryCatalogData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RepositoryCatalogData.Builder,RepositoryCatalogData>public static RepositoryCatalogData.Builder builder()
public static Class<? extends RepositoryCatalogData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.