@Generated(value="software.amazon.awssdk:codegen") public final class GetDownloadUrlForLayerRequest extends EcrRequest implements ToCopyableBuilder<GetDownloadUrlForLayerRequest.Builder,GetDownloadUrlForLayerRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDownloadUrlForLayerRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDownloadUrlForLayerRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
layerDigest()
The digest of the image layer to download.
|
String |
registryId()
The Amazon Web Services account ID associated with the registry that contains the image layer to download.
|
String |
repositoryName()
The name of the repository that is associated with the image layer to download.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDownloadUrlForLayerRequest.Builder> |
serializableBuilderClass() |
GetDownloadUrlForLayerRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryId()
The Amazon Web Services account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.
public final String repositoryName()
The name of the repository that is associated with the image layer to download.
public final String layerDigest()
The digest of the image layer to download.
public GetDownloadUrlForLayerRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDownloadUrlForLayerRequest.Builder,GetDownloadUrlForLayerRequest>toBuilder in class EcrRequestpublic static GetDownloadUrlForLayerRequest.Builder builder()
public static Class<? extends GetDownloadUrlForLayerRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.