Class ListPartsRequest (2.60.0)

public final class ListPartsRequest

Represents a request to list the parts of a multipart upload.

Inheritance

Object > ListPartsRequest

Static Methods

builder()

public static ListPartsRequest.Builder builder()

Returns a new builder for this class.

Returns
Type Description
ListPartsRequest.Builder

a new builder for this class.

Methods

bucket()

public String bucket()

Returns the bucket name.

Returns
Type Description
String

the bucket name.

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getMaxParts()

public Integer getMaxParts()

Returns the maximum number of parts to return.

Returns
Type Description
Integer

the maximum number of parts to return.

getPartNumberMarker()

public Integer getPartNumberMarker()

Returns the part number marker.

Returns
Type Description
Integer

the part number marker.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

key()

public String key()

Returns the object name.

Returns
Type Description
String

the object name.

toString()

public String toString()
Returns
Type Description
String
Overrides

uploadId()

public String uploadId()

Returns the upload ID.

Returns
Type Description
String

the upload ID.