public class DescribeExportConfigurationsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<ExportInfo> |
exportsInfo
Returns export details.
|
private java.lang.String |
nextToken
A token to get the next set of results.
|
Constructor and Description |
---|
DescribeExportConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeExportConfigurationsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ExportInfo> |
getExportsInfo()
Returns export details.
|
java.lang.String |
getNextToken()
A token to get the next set of results.
|
int |
hashCode() |
void |
setExportsInfo(java.util.Collection<ExportInfo> exportsInfo)
Returns export details.
|
void |
setNextToken(java.lang.String nextToken)
A token to get the next set of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExportConfigurationsResult |
withExportsInfo(java.util.Collection<ExportInfo> exportsInfo)
Returns export details.
|
DescribeExportConfigurationsResult |
withExportsInfo(ExportInfo... exportsInfo)
Returns export details.
|
DescribeExportConfigurationsResult |
withNextToken(java.lang.String nextToken)
A token to get the next set of results.
|
private java.util.List<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.
private java.lang.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.
public java.util.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(java.util.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(java.util.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeExportConfigurationsResult clone()
clone
in class java.lang.Object