ToCopyableBuilder<UploadArchiveResponse.Builder,UploadArchiveResponse>
@Generated("software.amazon.awssdk:codegen") public class UploadArchiveResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UploadArchiveResponse.Builder,UploadArchiveResponse>
Contains the Amazon Glacier response to your request.
For information about the underlying REST API, see Upload Archive. For conceptual information, see Working with Archives in Amazon Glacier.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UploadArchiveResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
archiveId() |
The ID of the archive.
|
static UploadArchiveResponse.Builder |
builder() |
|
String |
checksum() |
The checksum of the archive computed by Amazon Glacier.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
location() |
The relative URI path of the newly added archive resource.
|
static Class<? extends UploadArchiveResponse.Builder> |
serializableBuilderClass() |
|
UploadArchiveResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String location()
The relative URI path of the newly added archive resource.
public String checksum()
The checksum of the archive computed by Amazon Glacier.
public String archiveId()
The ID of the archive. This value is also included as part of the location.
public UploadArchiveResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UploadArchiveResponse.Builder,UploadArchiveResponse>
public static UploadArchiveResponse.Builder builder()
public static Class<? extends UploadArchiveResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.