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