Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.glacier.model
Class ListMultipartUploadsResult

java.lang.Object
  extended by com.amazonaws.services.glacier.model.ListMultipartUploadsResult

public class ListMultipartUploadsResult
extends Object

Contains the Amazon Glacier response to your request.


Constructor Summary
ListMultipartUploadsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMarker()
          An opaque string that represents where to continue pagination of the results.
 List<UploadListElement> getUploadsList()
          A list of in-progress multipart uploads.
 int hashCode()
           
 void setMarker(String marker)
          An opaque string that represents where to continue pagination of the results.
 void setUploadsList(Collection<UploadListElement> uploadsList)
          A list of in-progress multipart uploads.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListMultipartUploadsResult withMarker(String marker)
          An opaque string that represents where to continue pagination of the results.
 ListMultipartUploadsResult withUploadsList(Collection<UploadListElement> uploadsList)
          A list of in-progress multipart uploads.
 ListMultipartUploadsResult withUploadsList(UploadListElement... uploadsList)
          A list of in-progress multipart uploads.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListMultipartUploadsResult

public ListMultipartUploadsResult()
Method Detail

getUploadsList

public List<UploadListElement> getUploadsList()
A list of in-progress multipart uploads.

Returns:
A list of in-progress multipart uploads.

setUploadsList

public void setUploadsList(Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.

Parameters:
uploadsList - A list of in-progress multipart uploads.

withUploadsList

public ListMultipartUploadsResult withUploadsList(UploadListElement... uploadsList)
A list of in-progress multipart uploads.

Returns a reference to this object so that method calls can be chained together.

Parameters:
uploadsList - A list of in-progress multipart uploads.
Returns:
A reference to this updated object so that method calls can be chained together.

withUploadsList

public ListMultipartUploadsResult withUploadsList(Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.

Returns a reference to this object so that method calls can be chained together.

Parameters:
uploadsList - A list of in-progress multipart uploads.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

Returns:
An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

setMarker

public void setMarker(String marker)
An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

Parameters:
marker - An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

withMarker

public ListMultipartUploadsResult withMarker(String marker)
An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

Returns a reference to this object so that method calls can be chained together.

Parameters:
marker - An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.