public class UploadListElement extends Object implements Serializable, Cloneable
A list of in-progress multipart uploads for a vault.
Constructor and Description |
---|
UploadListElement() |
Modifier and Type | Method and Description |
---|---|
UploadListElement |
clone() |
boolean |
equals(Object obj) |
String |
getArchiveDescription()
The description of the archive that was specified in the Initiate
Multipart Upload request.
|
String |
getCreationDate()
The UTC time at which the multipart upload was initiated.
|
String |
getMultipartUploadId()
The ID of a multipart upload.
|
Long |
getPartSizeInBytes()
The part size, in bytes, specified in the Initiate Multipart Upload
request.
|
String |
getVaultARN()
The Amazon Resource Name (ARN) of the vault that contains the archive.
|
int |
hashCode() |
void |
setArchiveDescription(String archiveDescription)
The description of the archive that was specified in the Initiate
Multipart Upload request.
|
void |
setCreationDate(String creationDate)
The UTC time at which the multipart upload was initiated.
|
void |
setMultipartUploadId(String multipartUploadId)
The ID of a multipart upload.
|
void |
setPartSizeInBytes(Long partSizeInBytes)
The part size, in bytes, specified in the Initiate Multipart Upload
request.
|
void |
setVaultARN(String vaultARN)
The Amazon Resource Name (ARN) of the vault that contains the archive.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UploadListElement |
withArchiveDescription(String archiveDescription)
The description of the archive that was specified in the Initiate
Multipart Upload request.
|
UploadListElement |
withCreationDate(String creationDate)
The UTC time at which the multipart upload was initiated.
|
UploadListElement |
withMultipartUploadId(String multipartUploadId)
The ID of a multipart upload.
|
UploadListElement |
withPartSizeInBytes(Long partSizeInBytes)
The part size, in bytes, specified in the Initiate Multipart Upload
request.
|
UploadListElement |
withVaultARN(String vaultARN)
The Amazon Resource Name (ARN) of the vault that contains the archive.
|
public void setMultipartUploadId(String multipartUploadId)
The ID of a multipart upload.
multipartUploadId
- The ID of a multipart upload.public String getMultipartUploadId()
The ID of a multipart upload.
public UploadListElement withMultipartUploadId(String multipartUploadId)
The ID of a multipart upload.
multipartUploadId
- The ID of a multipart upload.public void setVaultARN(String vaultARN)
The Amazon Resource Name (ARN) of the vault that contains the archive.
vaultARN
- The Amazon Resource Name (ARN) of the vault that contains the
archive.public String getVaultARN()
The Amazon Resource Name (ARN) of the vault that contains the archive.
public UploadListElement withVaultARN(String vaultARN)
The Amazon Resource Name (ARN) of the vault that contains the archive.
vaultARN
- The Amazon Resource Name (ARN) of the vault that contains the
archive.public void setArchiveDescription(String archiveDescription)
The description of the archive that was specified in the Initiate Multipart Upload request.
archiveDescription
- The description of the archive that was specified in the Initiate
Multipart Upload request.public String getArchiveDescription()
The description of the archive that was specified in the Initiate Multipart Upload request.
public UploadListElement withArchiveDescription(String archiveDescription)
The description of the archive that was specified in the Initiate Multipart Upload request.
archiveDescription
- The description of the archive that was specified in the Initiate
Multipart Upload request.public void setPartSizeInBytes(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.
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.public Long getPartSizeInBytes()
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.
public UploadListElement withPartSizeInBytes(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.
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.public void setCreationDate(String creationDate)
The UTC time at which the multipart upload was initiated.
creationDate
- The UTC time at which the multipart upload was initiated.public String getCreationDate()
The UTC time at which the multipart upload was initiated.
public UploadListElement withCreationDate(String creationDate)
The UTC time at which the multipart upload was initiated.
creationDate
- The UTC time at which the multipart upload was initiated.public String toString()
toString
in class Object
Object.toString()
public UploadListElement clone()
Copyright © 2018. All rights reserved.