Class UploadListElement

    • 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)