@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExportTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeExportTasksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeExportTasksResult |
clone() |
boolean |
equals(Object obj) |
List<ExportInfo> |
getExportsInfo()
Contains one or more sets of export request details.
|
String |
getNextToken()
The
nextToken value to include in a future DescribeExportTasks request. |
int |
hashCode() |
void |
setExportsInfo(Collection<ExportInfo> exportsInfo)
Contains one or more sets of export request details.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future DescribeExportTasks request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeExportTasksResult |
withExportsInfo(Collection<ExportInfo> exportsInfo)
Contains one or more sets of export request details.
|
DescribeExportTasksResult |
withExportsInfo(ExportInfo... exportsInfo)
Contains one or more sets of export request details.
|
DescribeExportTasksResult |
withNextToken(String nextToken)
The
nextToken value to include in a future DescribeExportTasks request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ExportInfo> getExportsInfo()
Contains one or more sets of export request details. When the status of a request is SUCCEEDED
, the
response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
SUCCEEDED
, the response includes a URL for an Amazon S3 bucket where you can view the data
in a CSV file.public void setExportsInfo(Collection<ExportInfo> exportsInfo)
Contains one or more sets of export request details. When the status of a request is SUCCEEDED
, the
response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
exportsInfo
- Contains one or more sets of export request details. When the status of a request is
SUCCEEDED
, the response includes a URL for an Amazon S3 bucket where you can view the data in
a CSV file.public DescribeExportTasksResult withExportsInfo(ExportInfo... exportsInfo)
Contains one or more sets of export request details. When the status of a request is SUCCEEDED
, the
response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
NOTE: This method appends the values to the existing list (if any). Use
setExportsInfo(java.util.Collection)
or withExportsInfo(java.util.Collection)
if you want to
override the existing values.
exportsInfo
- Contains one or more sets of export request details. When the status of a request is
SUCCEEDED
, the response includes a URL for an Amazon S3 bucket where you can view the data in
a CSV file.public DescribeExportTasksResult withExportsInfo(Collection<ExportInfo> exportsInfo)
Contains one or more sets of export request details. When the status of a request is SUCCEEDED
, the
response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
exportsInfo
- Contains one or more sets of export request details. When the status of a request is
SUCCEEDED
, the response includes a URL for an Amazon S3 bucket where you can view the data in
a CSV file.public void setNextToken(String nextToken)
The nextToken
value to include in a future DescribeExportTasks
request. When the
results of a DescribeExportTasks
request exceed maxResults
, this value can be used to
retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The nextToken
value to include in a future DescribeExportTasks
request. When the
results of a DescribeExportTasks
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null when there are no more results to return.public String getNextToken()
The nextToken
value to include in a future DescribeExportTasks
request. When the
results of a DescribeExportTasks
request exceed maxResults
, this value can be used to
retrieve the next page of results. This value is null when there are no more results to return.
nextToken
value to include in a future DescribeExportTasks
request. When
the results of a DescribeExportTasks
request exceed maxResults
, this value can
be used to retrieve the next page of results. This value is null when there are no more results to
return.public DescribeExportTasksResult withNextToken(String nextToken)
The nextToken
value to include in a future DescribeExportTasks
request. When the
results of a DescribeExportTasks
request exceed maxResults
, this value can be used to
retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The nextToken
value to include in a future DescribeExportTasks
request. When the
results of a DescribeExportTasks
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null when there are no more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeExportTasksResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.