@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<ExportSummary> |
getExportSummaries()
A list of
ExportSummary objects. |
String |
getNextToken()
If this value is returned, there are additional results to be displayed.
|
int |
hashCode() |
void |
setExportSummaries(Collection<ExportSummary> exportSummaries)
A list of
ExportSummary objects. |
void |
setNextToken(String nextToken)
If this value is returned, there are additional results to be displayed.
|
String |
toString()
Returns a string representation of this object.
|
ListExportsResult |
withExportSummaries(Collection<ExportSummary> exportSummaries)
A list of
ExportSummary objects. |
ListExportsResult |
withExportSummaries(ExportSummary... exportSummaries)
A list of
ExportSummary objects. |
ListExportsResult |
withNextToken(String nextToken)
If this value is returned, there are additional results to be displayed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ExportSummary> getExportSummaries()
A list of ExportSummary
objects.
ExportSummary
objects.public void setExportSummaries(Collection<ExportSummary> exportSummaries)
A list of ExportSummary
objects.
exportSummaries
- A list of ExportSummary
objects.public ListExportsResult withExportSummaries(ExportSummary... exportSummaries)
A list of ExportSummary
objects.
NOTE: This method appends the values to the existing list (if any). Use
setExportSummaries(java.util.Collection)
or withExportSummaries(java.util.Collection)
if you
want to override the existing values.
exportSummaries
- A list of ExportSummary
objects.public ListExportsResult withExportSummaries(Collection<ExportSummary> exportSummaries)
A list of ExportSummary
objects.
exportSummaries
- A list of ExportSummary
objects.public void setNextToken(String nextToken)
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListExports
again, with NextToken
set to this value.
nextToken
- If this value is returned, there are additional results to be displayed. To retrieve them, call
ListExports
again, with NextToken
set to this value.public String getNextToken()
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListExports
again, with NextToken
set to this value.
ListExports
again, with NextToken
set to this value.public ListExportsResult withNextToken(String nextToken)
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListExports
again, with NextToken
set to this value.
nextToken
- If this value is returned, there are additional results to be displayed. To retrieve them, call
ListExports
again, with NextToken
set to this value.public String toString()
toString
in class Object
Object.toString()
public ListExportsResult clone()