Class PartListElement
- java.lang.Object
-
- software.amazon.awssdk.services.glacier.model.PartListElement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PartListElement.Builder,PartListElement>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePartListElement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartListElement.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrangeInBytes()The byte range of a part, inclusive of the upper value of the range.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PartListElement.Builder>serializableBuilderClass()Stringsha256TreeHash()The SHA256 tree hash value that Amazon S3 Glacier calculated for the part.PartListElement.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
rangeInBytes
public final String rangeInBytes()
The byte range of a part, inclusive of the upper value of the range.
- Returns:
- The byte range of a part, inclusive of the upper value of the range.
-
sha256TreeHash
public final String sha256TreeHash()
The SHA256 tree hash value that Amazon S3 Glacier calculated for the part. This field is never
null.- Returns:
- The SHA256 tree hash value that Amazon S3 Glacier calculated for the part. This field is never
null.
-
toBuilder
public PartListElement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PartListElement.Builder,PartListElement>
-
builder
public static PartListElement.Builder builder()
-
serializableBuilderClass
public static Class<? extends PartListElement.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-