@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMultipartReadSetUploadsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMultipartReadSetUploadsResult() |
Modifier and Type | Method and Description |
---|---|
ListMultipartReadSetUploadsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Next token returned in the response of a previous ListMultipartReadSetUploads call.
|
List<MultipartReadSetUploadListItem> |
getUploads()
An array of multipart uploads.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Next token returned in the response of a previous ListMultipartReadSetUploads call.
|
void |
setUploads(Collection<MultipartReadSetUploadListItem> uploads)
An array of multipart uploads.
|
String |
toString()
Returns a string representation of this object.
|
ListMultipartReadSetUploadsResult |
withNextToken(String nextToken)
Next token returned in the response of a previous ListMultipartReadSetUploads call.
|
ListMultipartReadSetUploadsResult |
withUploads(Collection<MultipartReadSetUploadListItem> uploads)
An array of multipart uploads.
|
ListMultipartReadSetUploadsResult |
withUploads(MultipartReadSetUploadListItem... uploads)
An array of multipart uploads.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
nextToken
- Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next
page of results.public String getNextToken()
Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
public ListMultipartReadSetUploadsResult withNextToken(String nextToken)
Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
nextToken
- Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next
page of results.public List<MultipartReadSetUploadListItem> getUploads()
An array of multipart uploads.
public void setUploads(Collection<MultipartReadSetUploadListItem> uploads)
An array of multipart uploads.
uploads
- An array of multipart uploads.public ListMultipartReadSetUploadsResult withUploads(MultipartReadSetUploadListItem... uploads)
An array of multipart uploads.
NOTE: This method appends the values to the existing list (if any). Use
setUploads(java.util.Collection)
or withUploads(java.util.Collection)
if you want to override
the existing values.
uploads
- An array of multipart uploads.public ListMultipartReadSetUploadsResult withUploads(Collection<MultipartReadSetUploadListItem> uploads)
An array of multipart uploads.
uploads
- An array of multipart uploads.public String toString()
toString
in class Object
Object.toString()
public ListMultipartReadSetUploadsResult clone()