public class DescribeExportConfigurationsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeExportConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeExportConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<ExportInfo> |
getExportsInfo()
Returns export details.
|
String |
getNextToken()
A token to get the next set of results.
|
int |
hashCode() |
void |
setExportsInfo(Collection<ExportInfo> exportsInfo)
Returns export details.
|
void |
setNextToken(String nextToken)
A token to get the next set of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExportConfigurationsResult |
withExportsInfo(Collection<ExportInfo> exportsInfo)
Returns export details.
|
DescribeExportConfigurationsResult |
withExportsInfo(ExportInfo... exportsInfo)
Returns export details.
|
DescribeExportConfigurationsResult |
withNextToken(String nextToken)
A token to get the next set of results.
|
public List<ExportInfo> getExportsInfo()
Returns export details. When the status is complete, 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)
Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
exportsInfo
- Returns export details. When the status is complete, the response
includes a URL for an Amazon S3 bucket where you can view the data
in a CSV file.public DescribeExportConfigurationsResult withExportsInfo(ExportInfo... exportsInfo)
Returns export details. When the status is complete, 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
- Returns export details. When the status is complete, the response
includes a URL for an Amazon S3 bucket where you can view the data
in a CSV file.public DescribeExportConfigurationsResult withExportsInfo(Collection<ExportInfo> exportsInfo)
Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
exportsInfo
- Returns export details. When the status is complete, 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)
A token to get the next set of results. For example, if you specified 100
IDs for DescribeConfigurationsRequest$configurationIds
but
set DescribeExportConfigurationsRequest$maxResults
to 10,
you will get results in a set of 10. Use the token in the query to get
the next set of 10.
nextToken
- A token to get the next set of results. For example, if you
specified 100 IDs for
DescribeConfigurationsRequest$configurationIds
but
set DescribeExportConfigurationsRequest$maxResults
to
10, you will get results in a set of 10. Use the token in the
query to get the next set of 10.public String getNextToken()
A token to get the next set of results. For example, if you specified 100
IDs for DescribeConfigurationsRequest$configurationIds
but
set DescribeExportConfigurationsRequest$maxResults
to 10,
you will get results in a set of 10. Use the token in the query to get
the next set of 10.
DescribeConfigurationsRequest$configurationIds
but
set DescribeExportConfigurationsRequest$maxResults
to 10, you will get results in a set of 10. Use the token in the
query to get the next set of 10.public DescribeExportConfigurationsResult withNextToken(String nextToken)
A token to get the next set of results. For example, if you specified 100
IDs for DescribeConfigurationsRequest$configurationIds
but
set DescribeExportConfigurationsRequest$maxResults
to 10,
you will get results in a set of 10. Use the token in the query to get
the next set of 10.
nextToken
- A token to get the next set of results. For example, if you
specified 100 IDs for
DescribeConfigurationsRequest$configurationIds
but
set DescribeExportConfigurationsRequest$maxResults
to
10, you will get results in a set of 10. Use the token in the
query to get the next set of 10.public String toString()
toString
in class Object
Object.toString()
public DescribeExportConfigurationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.