@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SdkBytes |
layerPartBlob()
The base64-encoded layer part payload.
|
Long |
partFirstByte()
The integer value of the first byte of the layer part.
|
Long |
partLastByte()
The integer value of the last byte of the layer part.
|
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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 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 integer value of the first byte of the layer part.
public Long partLastByte()
The integer value of the last byte of the layer part.
public SdkBytes layerPartBlob()
The base64-encoded layer part payload.
public UploadLayerPartRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UploadLayerPartRequest.Builder,UploadLayerPartRequest>
toBuilder
in class EcrRequest
public static UploadLayerPartRequest.Builder builder()
public static Class<? extends UploadLayerPartRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.