Class DescribeExportConfigurationsResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanReturns export details.A token to get the next set of results.inthashCode()voidsetExportsInfo(Collection<ExportInfo> exportsInfo) Returns export details.voidsetNextToken(String nextToken) A token to get the next set of results.toString()Returns a string representation of this object; useful for testing and debugging.withExportsInfo(ExportInfo... exportsInfo) Returns export details.withExportsInfo(Collection<ExportInfo> exportsInfo) Returns export details.withNextToken(String nextToken) A token to get the next set of results.
-
Constructor Details
-
DescribeExportConfigurationsResult
public DescribeExportConfigurationsResult()
-
-
Method Details
-
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.
- Returns:
- 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.
-
setExportsInfo
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.
- Parameters:
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.
-
withExportsInfo
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)orwithExportsInfo(java.util.Collection)if you want to override the existing values.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withExportsInfo
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A token to get the next set of results. For example, if you specified 100 IDs for
DescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.- Parameters:
nextToken- A token to get the next set of results. For example, if you specified 100 IDs forDescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.
-
getNextToken
A token to get the next set of results. For example, if you specified 100 IDs for
DescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.- Returns:
- A token to get the next set of results. For example, if you
specified 100 IDs for
DescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.
-
withNextToken
A token to get the next set of results. For example, if you specified 100 IDs for
DescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.- Parameters:
nextToken- A token to get the next set of results. For example, if you specified 100 IDs forDescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-