@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()
Returns true if the Architectures property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasOperatingSystems()
Returns true if the OperatingSystems property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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()
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.
You can use hasArchitectures() to see if a value was sent in this field.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
public final boolean hasOperatingSystems()
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.
You can use hasOperatingSystems() to see if a value was sent in this field.
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 © 2021. All rights reserved.