@Generated(value="software.amazon.awssdk:codegen") public final class UploadLayerPartRequest extends EcrPublicRequest 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 AWS 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 String registryId()
The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default public registry is assumed.
public String repositoryName()
The name of the repository to which you are uploading layer parts.
public String uploadId()
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
public Long partFirstByte()
The position of the first byte of the layer part witin the overall image layer.
public Long partLastByte()
The position of the last byte of the layer part within the overall image layer.
public SdkBytes layerPartBlob()
The base64-encoded layer part payload.
public UploadLayerPartRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UploadLayerPartRequest.Builder,UploadLayerPartRequest>toBuilder in class EcrPublicRequestpublic static UploadLayerPartRequest.Builder builder()
public static Class<? extends UploadLayerPartRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.