StructuredPojo, ToCopyableBuilder<PartListElement.Builder,PartListElement>@Generated("software.amazon.awssdk:codegen") public class PartListElement extends Object implements StructuredPojo, ToCopyableBuilder<PartListElement.Builder,PartListElement>
A list of the part sizes of the multipart upload.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
PartListElement.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static PartListElement.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
rangeInBytes() |
The byte range of a part, inclusive of the upper value of the range.
|
static Class<? extends PartListElement.Builder> |
serializableBuilderClass() |
|
String |
sha256TreeHash() |
The SHA256 tree hash value that Amazon Glacier calculated for the part.
|
PartListElement.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String rangeInBytes()
The byte range of a part, inclusive of the upper value of the range.
public String sha256TreeHash()
The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.
null.public PartListElement.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<PartListElement.Builder,PartListElement>public static PartListElement.Builder builder()
public static Class<? extends PartListElement.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.