@Generated(value="software.amazon.awssdk:codegen") public final class ListPartsResponse extends S3Response implements ToCopyableBuilder<ListPartsResponse.Builder,ListPartsResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
ListPartsResponse.Builder |
Modifier and Type | Method and Description |
---|---|
Instant |
abortDate()
Date when multipart upload will become eligible for abort operation by lifecycle.
|
String |
abortRuleId()
Id of the lifecycle rule that makes a multipart upload eligible for abort operation.
|
String |
bucket()
Name of the bucket to which the multipart upload was initiated.
|
static ListPartsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Initiator |
initiator()
Identifies who initiated the multipart upload.
|
Boolean |
isTruncated()
Indicates whether the returned list of parts is truncated.
|
String |
key()
Object key for which the multipart upload was initiated.
|
Integer |
maxParts()
Maximum number of parts that were allowed in the response.
|
Integer |
nextPartNumberMarker()
When a list is truncated, this element specifies the last part in the list, as well as the value to use for the
part-number-marker request parameter in a subsequent request.
|
Owner |
owner()
Returns the value of the Owner property for this object.
|
Integer |
partNumberMarker()
Part number after which listing begins.
|
List<Part> |
parts()
Returns the value of the Parts property for this object.
|
RequestCharged |
requestCharged()
Returns the value of the RequestCharged property for this object.
|
String |
requestChargedAsString()
Returns the value of the RequestCharged property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPartsResponse.Builder> |
serializableBuilderClass() |
StorageClass |
storageClass()
The class of storage used to store the object.
|
String |
storageClassAsString()
The class of storage used to store the object.
|
ListPartsResponse.Builder |
toBuilder() |
String |
toString() |
String |
uploadId()
Upload ID identifying the multipart upload whose parts are being listed.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Instant abortDate()
Date when multipart upload will become eligible for abort operation by lifecycle.
public String abortRuleId()
Id of the lifecycle rule that makes a multipart upload eligible for abort operation.
public String bucket()
Name of the bucket to which the multipart upload was initiated.
public String key()
Object key for which the multipart upload was initiated.
public String uploadId()
Upload ID identifying the multipart upload whose parts are being listed.
public Integer partNumberMarker()
Part number after which listing begins.
public Integer nextPartNumberMarker()
When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.
public Integer maxParts()
Maximum number of parts that were allowed in the response.
public Boolean isTruncated()
Indicates whether the returned list of parts is truncated.
public List<Part> parts()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Initiator initiator()
Identifies who initiated the multipart upload.
public Owner owner()
public StorageClass storageClass()
The class of storage used to store the object.
If the service returns an enum value that is not available in the current SDK version, storageClass
will
return StorageClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
storageClassAsString()
.
StorageClass
public String storageClassAsString()
The class of storage used to store the object.
If the service returns an enum value that is not available in the current SDK version, storageClass
will
return StorageClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
storageClassAsString()
.
StorageClass
public RequestCharged requestCharged()
If the service returns an enum value that is not available in the current SDK version, requestCharged
will return RequestCharged.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from requestChargedAsString()
.
RequestCharged
public String requestChargedAsString()
If the service returns an enum value that is not available in the current SDK version, requestCharged
will return RequestCharged.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from requestChargedAsString()
.
RequestCharged
public ListPartsResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListPartsResponse.Builder,ListPartsResponse>
toBuilder
in class AwsResponse
public static ListPartsResponse.Builder builder()
public static Class<? extends ListPartsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.