@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListArchiveExportsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response containing a list of archive export jobs and their statuses.
Constructor and Description |
---|
ListArchiveExportsResult() |
Modifier and Type | Method and Description |
---|---|
ListArchiveExportsResult |
clone() |
boolean |
equals(Object obj) |
List<ExportSummary> |
getExports()
The list of export job identifiers and statuses.
|
String |
getNextToken()
If present, use to retrieve the next page of results.
|
int |
hashCode() |
void |
setExports(Collection<ExportSummary> exports)
The list of export job identifiers and statuses.
|
void |
setNextToken(String nextToken)
If present, use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListArchiveExportsResult |
withExports(Collection<ExportSummary> exports)
The list of export job identifiers and statuses.
|
ListArchiveExportsResult |
withExports(ExportSummary... exports)
The list of export job identifiers and statuses.
|
ListArchiveExportsResult |
withNextToken(String nextToken)
If present, use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ExportSummary> getExports()
The list of export job identifiers and statuses.
public void setExports(Collection<ExportSummary> exports)
The list of export job identifiers and statuses.
exports
- The list of export job identifiers and statuses.public ListArchiveExportsResult withExports(ExportSummary... exports)
The list of export job identifiers and statuses.
NOTE: This method appends the values to the existing list (if any). Use
setExports(java.util.Collection)
or withExports(java.util.Collection)
if you want to override
the existing values.
exports
- The list of export job identifiers and statuses.public ListArchiveExportsResult withExports(Collection<ExportSummary> exports)
The list of export job identifiers and statuses.
exports
- The list of export job identifiers and statuses.public void setNextToken(String nextToken)
If present, use to retrieve the next page of results.
nextToken
- If present, use to retrieve the next page of results.public String getNextToken()
If present, use to retrieve the next page of results.
public ListArchiveExportsResult withNextToken(String nextToken)
If present, use to retrieve the next page of results.
nextToken
- If present, use to retrieve the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListArchiveExportsResult clone()