Class UploadListElement
- java.lang.Object
-
- software.amazon.awssdk.services.glacier.model.UploadListElement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UploadListElement.Builder,UploadListElement>
@Generated("software.amazon.awssdk:codegen") public final class UploadListElement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UploadListElement.Builder,UploadListElement>
A list of in-progress multipart uploads for a vault.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUploadListElement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringarchiveDescription()The description of the archive that was specified in the Initiate Multipart Upload request.static UploadListElement.Builderbuilder()StringcreationDate()The UTC time at which the multipart upload was initiated.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmultipartUploadId()The ID of a multipart upload.LongpartSizeInBytes()The part size, in bytes, specified in the Initiate Multipart Upload request.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UploadListElement.Builder>serializableBuilderClass()UploadListElement.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvaultARN()The Amazon Resource Name (ARN) of the vault that contains the archive.-
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
-
multipartUploadId
public final String multipartUploadId()
The ID of a multipart upload.
- Returns:
- The ID of a multipart upload.
-
vaultARN
public final String vaultARN()
The Amazon Resource Name (ARN) of the vault that contains the archive.
- Returns:
- The Amazon Resource Name (ARN) of the vault that contains the archive.
-
archiveDescription
public final String archiveDescription()
The description of the archive that was specified in the Initiate Multipart Upload request.
- Returns:
- The description of the archive that was specified in the Initiate Multipart Upload request.
-
partSizeInBytes
public final Long partSizeInBytes()
The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.
- Returns:
- The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.
-
creationDate
public final String creationDate()
The UTC time at which the multipart upload was initiated.
- Returns:
- The UTC time at which the multipart upload was initiated.
-
toBuilder
public UploadListElement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UploadListElement.Builder,UploadListElement>
-
builder
public static UploadListElement.Builder builder()
-
serializableBuilderClass
public static Class<? extends UploadListElement.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
-
-