@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExportsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListExportsResult() |
Modifier and Type | Method and Description |
---|---|
ListExportsResult |
clone() |
boolean |
equals(Object obj) |
List<ExportReference> |
getExports()
The details of the exports, including name and export status.
|
String |
getNextToken()
The token to retrieve the next set of results.
|
int |
hashCode() |
void |
setExports(Collection<ExportReference> exports)
The details of the exports, including name and export status.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListExportsResult |
withExports(Collection<ExportReference> exports)
The details of the exports, including name and export status.
|
ListExportsResult |
withExports(ExportReference... exports)
The details of the exports, including name and export status.
|
ListExportsResult |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ExportReference> getExports()
The details of the exports, including name and export status.
public void setExports(Collection<ExportReference> exports)
The details of the exports, including name and export status.
exports
- The details of the exports, including name and export status.public ListExportsResult withExports(ExportReference... exports)
The details of the exports, including name and export status.
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 details of the exports, including name and export status.public ListExportsResult withExports(Collection<ExportReference> exports)
The details of the exports, including name and export status.
exports
- The details of the exports, including name and export status.public void setNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.public String getNextToken()
The token to retrieve the next set of results.
public ListExportsResult withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListExportsResult clone()