ToCopyableBuilder<ListPartsResponse.Builder,ListPartsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListPartsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListPartsResponse.Builder,ListPartsResponse>
Contains the Amazon Glacier response to your request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPartsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
archiveDescription() |
The description of the archive that was specified in the Initiate Multipart Upload request.
|
static ListPartsResponse.Builder |
builder() |
|
String |
creationDate() |
The UTC time at which the multipart upload was initiated.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
An opaque string that represents where to continue pagination of the results.
|
String |
multipartUploadId() |
The ID of the upload to which the parts are associated.
|
List<PartListElement> |
parts() |
A list of the part sizes of the multipart upload.
|
Long |
partSizeInBytes() |
The part size in bytes.
|
static Class<? extends ListPartsResponse.Builder> |
serializableBuilderClass() |
|
ListPartsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vaultARN() |
The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String multipartUploadId()
The ID of the upload to which the parts are associated.
public String vaultARN()
The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.
public String archiveDescription()
The description of the archive that was specified in the Initiate Multipart Upload request.
public Long partSizeInBytes()
The part size in bytes. This is the same value that you specified in the Initiate Multipart Upload request.
public String creationDate()
The UTC time at which the multipart upload was initiated.
public List<PartListElement> parts()
A list of the part sizes of the multipart upload. Each object in the array contains a RangeBytes
and
sha256-tree-hash
name/value pair.
RangeBytes
and sha256-tree-hash
name/value pair.public String marker()
An opaque string that represents where to continue pagination of the results. You use the marker in a new List
Parts request to obtain more jobs in the list. If there are no more parts, this value is null
.
null
.public ListPartsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPartsResponse.Builder,ListPartsResponse>
public static ListPartsResponse.Builder builder()
public static Class<? extends ListPartsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.