ToCopyableBuilder<ListMultipartUploadsResponse.Builder,ListMultipartUploadsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListMultipartUploadsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListMultipartUploadsResponse.Builder,ListMultipartUploadsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListMultipartUploadsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
bucket() |
Name of the bucket to which the multipart upload was initiated.
|
static ListMultipartUploadsResponse.Builder |
builder() |
|
List<CommonPrefix> |
commonPrefixes() |
|
String |
delimiter() |
|
String |
encodingType() |
Encoding type used by Amazon S3 to encode object keys in the response.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
isTruncated() |
Indicates whether the returned list of multipart uploads is truncated.
|
String |
keyMarker() |
The key at or after which the listing began.
|
Integer |
maxUploads() |
Maximum number of multipart uploads that could have been included in the response.
|
String |
nextKeyMarker() |
When a list is truncated, this element specifies the value that should be used for the key-marker request
parameter in a subsequent request.
|
String |
nextUploadIdMarker() |
When a list is truncated, this element specifies the value that should be used for the upload-id-marker request
parameter in a subsequent request.
|
String |
prefix() |
When a prefix is provided in the request, this field contains the specified prefix.
|
static Class<? extends ListMultipartUploadsResponse.Builder> |
serializableBuilderClass() |
|
ListMultipartUploadsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
uploadIdMarker() |
Upload ID after which listing began.
|
List<MultipartUpload> |
uploads() |
setSdkHttpMetadata, setSdkResponseMetadata
public String bucket()
public String keyMarker()
public String uploadIdMarker()
public String nextKeyMarker()
public String prefix()
public String delimiter()
public String nextUploadIdMarker()
public Integer maxUploads()
public Boolean isTruncated()
public List<MultipartUpload> uploads()
public List<CommonPrefix> commonPrefixes()
public String encodingType()
EncodingType
public ListMultipartUploadsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListMultipartUploadsResponse.Builder,ListMultipartUploadsResponse>
public static ListMultipartUploadsResponse.Builder builder()
public static Class<? extends ListMultipartUploadsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.