@Generated(value="software.amazon.awssdk:codegen") public final class UploadLayerPartRequest extends EcrRequest implements ToCopyableBuilder<UploadLayerPartRequest.Builder,UploadLayerPartRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UploadLayerPartRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UploadLayerPartRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SdkBytes |
layerPartBlob()
The base64-encoded layer part payload.
|
Long |
partFirstByte()
The position of the first byte of the layer part witin the overall image layer.
|
Long |
partLastByte()
The position of the last byte of the layer part within the overall image layer.
|
String |
registryId()
The Amazon Web Services account ID associated with the registry to which you are uploading layer parts.
|
String |
repositoryName()
The name of the repository to which you are uploading layer parts.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UploadLayerPartRequest.Builder> |
serializableBuilderClass() |
UploadLayerPartRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
uploadId()
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryId()
The Amazon Web Services account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.
public final String repositoryName()
The name of the repository to which you are uploading layer parts.
public final String uploadId()
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
public final Long partFirstByte()
The position of the first byte of the layer part witin the overall image layer.
public final Long partLastByte()
The position of the last byte of the layer part within the overall image layer.
public final SdkBytes layerPartBlob()
The base64-encoded layer part payload.
public UploadLayerPartRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UploadLayerPartRequest.Builder,UploadLayerPartRequest>toBuilder in class EcrRequestpublic static UploadLayerPartRequest.Builder builder()
public static Class<? extends UploadLayerPartRequest.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.