Class ExportInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Information regarding the export status of the discovered data. The value is an array of objects.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A URL for an Amazon S3 bucket where you can review the configuration data.A unique identifier that you can use to query the export.The time the configuration data export was initiated.The status of the configuration data export.Helpful status messages for API callers.int
hashCode()
void
setConfigurationsDownloadUrl
(String configurationsDownloadUrl) A URL for an Amazon S3 bucket where you can review the configuration data.void
setExportId
(String exportId) A unique identifier that you can use to query the export.void
setExportRequestTime
(Date exportRequestTime) The time the configuration data export was initiated.void
setExportStatus
(ExportStatus exportStatus) The status of the configuration data export.void
setExportStatus
(String exportStatus) The status of the configuration data export.void
setStatusMessage
(String statusMessage) Helpful status messages for API callers.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigurationsDownloadUrl
(String configurationsDownloadUrl) A URL for an Amazon S3 bucket where you can review the configuration data.withExportId
(String exportId) A unique identifier that you can use to query the export.withExportRequestTime
(Date exportRequestTime) The time the configuration data export was initiated.withExportStatus
(ExportStatus exportStatus) The status of the configuration data export.withExportStatus
(String exportStatus) The status of the configuration data export.withStatusMessage
(String statusMessage) Helpful status messages for API callers.
-
Constructor Details
-
ExportInfo
public ExportInfo()
-
-
Method Details
-
setExportId
A unique identifier that you can use to query the export.
- Parameters:
exportId
- A unique identifier that you can use to query the export.
-
getExportId
A unique identifier that you can use to query the export.
- Returns:
- A unique identifier that you can use to query the export.
-
withExportId
A unique identifier that you can use to query the export.
- Parameters:
exportId
- A unique identifier that you can use to query the export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExportStatus
The status of the configuration data export. The status can succeed, fail, or be in-progress.
- Parameters:
exportStatus
- The status of the configuration data export. The status can succeed, fail, or be in-progress.- See Also:
-
getExportStatus
The status of the configuration data export. The status can succeed, fail, or be in-progress.
- Returns:
- The status of the configuration data export. The status can succeed, fail, or be in-progress.
- See Also:
-
withExportStatus
The status of the configuration data export. The status can succeed, fail, or be in-progress.
- Parameters:
exportStatus
- The status of the configuration data export. The status can succeed, fail, or be in-progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setExportStatus
The status of the configuration data export. The status can succeed, fail, or be in-progress.
- Parameters:
exportStatus
- The status of the configuration data export. The status can succeed, fail, or be in-progress.- See Also:
-
withExportStatus
The status of the configuration data export. The status can succeed, fail, or be in-progress.
- Parameters:
exportStatus
- The status of the configuration data export. The status can succeed, fail, or be in-progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatusMessage
Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.
- Parameters:
statusMessage
- Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.
-
getStatusMessage
Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.
- Returns:
- Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.
-
withStatusMessage
Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.
- Parameters:
statusMessage
- Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConfigurationsDownloadUrl
A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.
- Parameters:
configurationsDownloadUrl
- A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.
-
getConfigurationsDownloadUrl
A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.
- Returns:
- A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.
-
withConfigurationsDownloadUrl
A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.
- Parameters:
configurationsDownloadUrl
- A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExportRequestTime
The time the configuration data export was initiated.
- Parameters:
exportRequestTime
- The time the configuration data export was initiated.
-
getExportRequestTime
The time the configuration data export was initiated.
- Returns:
- The time the configuration data export was initiated.
-
withExportRequestTime
The time the configuration data export was initiated.
- Parameters:
exportRequestTime
- The time the configuration data export was initiated.- 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
-