Class DescribeExportConfigurationsResult
- java.lang.Object
-
- com.amazonaws.services.applicationdiscovery.model.DescribeExportConfigurationsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeExportConfigurationsResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeExportConfigurationsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeExportConfigurationsResultclone()booleanequals(Object obj)List<ExportInfo>getExportsInfo()Returns export details.StringgetNextToken()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.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeExportConfigurationsResultwithExportsInfo(ExportInfo... exportsInfo)Returns export details.DescribeExportConfigurationsResultwithExportsInfo(Collection<ExportInfo> exportsInfo)Returns export details.DescribeExportConfigurationsResultwithNextToken(String nextToken)A token to get the next set of results.
-
-
-
Method Detail
-
getExportsInfo
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.
- 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
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.
- 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
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)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
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.
- 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
public void setNextToken(String nextToken)
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
public String 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
public DescribeExportConfigurationsResult withNextToken(String nextToken)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeExportConfigurationsResult clone()
-
-