@Generated(value="software.amazon.awssdk:codegen") public final class RepositoryCatalogDataInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RepositoryCatalogDataInput.Builder,RepositoryCatalogDataInput>
An object containing 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 |
RepositoryCatalogDataInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aboutText()
A detailed description of the contents of the repository.
|
List<String> |
architectures()
The system architecture that the images in the repository are compatible with.
|
static RepositoryCatalogDataInput.Builder |
builder() |
String |
description()
A short description of the contents 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.
|
SdkBytes |
logoImageBlob()
The base64-encoded repository logo payload.
|
List<String> |
operatingSystems()
The operating systems that the images in the repository are compatible with.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RepositoryCatalogDataInput.Builder> |
serializableBuilderClass() |
RepositoryCatalogDataInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
usageText()
Detailed information on how to use the contents of the repository.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
A short description of the contents of the repository. This text appears in both the image details and also when searching for repositories on the Amazon ECR Public Gallery.
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 system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures will appear as badges on the repository and are used as search filters.
Linux
Windows
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
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.
Linux
Windows
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
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 systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems will appear as badges on the repository and are used as search filters.
ARM
ARM 64
x86
x86-64
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
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.
ARM
ARM 64
x86
x86-64
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
public final SdkBytes logoImageBlob()
The base64-encoded repository logo payload.
The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
public final String aboutText()
A detailed description of the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.
public final String usageText()
Detailed information on how to use the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The usage text provides context, support information, and additional usage details for users of the repository. The text must be in markdown format.
public RepositoryCatalogDataInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RepositoryCatalogDataInput.Builder,RepositoryCatalogDataInput>public static RepositoryCatalogDataInput.Builder builder()
public static Class<? extends RepositoryCatalogDataInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.