@Generated(value="software.amazon.awssdk:codegen") public final class PartListElement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PartListElement.Builder,PartListElement>
A list of the part sizes of the multipart upload.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PartListElement.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PartListElement.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
rangeInBytes()
The byte range of a part, inclusive of the upper value of the range.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PartListElement.Builder> |
serializableBuilderClass() |
String |
sha256TreeHash()
The SHA256 tree hash value that Amazon S3 Glacier calculated for the part.
|
PartListElement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String rangeInBytes()
The byte range of a part, inclusive of the upper value of the range.
public final String sha256TreeHash()
The SHA256 tree hash value that Amazon S3 Glacier calculated for the part. This field is never null.
null.public PartListElement.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PartListElement.Builder,PartListElement>public static PartListElement.Builder builder()
public static Class<? extends PartListElement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.