@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportInfo extends Object implements Serializable, Cloneable
Information regarding the export status of the discovered data. The value is an array of objects.
Constructor and Description |
---|
ExportInfo() |
Modifier and Type | Method and Description |
---|---|
ExportInfo |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationsDownloadUrl()
A URL for an Amazon S3 bucket where you can review the configuration data.
|
String |
getExportId()
A unique identifier that you can use to query the export.
|
Date |
getExportRequestTime()
The time the configuration data export was initiated.
|
String |
getExportStatus()
The status of the configuration data export.
|
String |
getStatusMessage()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExportInfo |
withConfigurationsDownloadUrl(String configurationsDownloadUrl)
A URL for an Amazon S3 bucket where you can review the configuration data.
|
ExportInfo |
withExportId(String exportId)
A unique identifier that you can use to query the export.
|
ExportInfo |
withExportRequestTime(Date exportRequestTime)
The time the configuration data export was initiated.
|
ExportInfo |
withExportStatus(ExportStatus exportStatus)
The status of the configuration data export.
|
ExportInfo |
withExportStatus(String exportStatus)
The status of the configuration data export.
|
ExportInfo |
withStatusMessage(String statusMessage)
Helpful status messages for API callers.
|
public void setExportId(String exportId)
A unique identifier that you can use to query the export.
exportId
- A unique identifier that you can use to query the export.public String getExportId()
A unique identifier that you can use to query the export.
public ExportInfo withExportId(String exportId)
A unique identifier that you can use to query the export.
exportId
- A unique identifier that you can use to query the export.public void setExportStatus(String exportStatus)
The status of the configuration data export. The status can succeed, fail, or be in-progress.
exportStatus
- The status of the configuration data export. The status can succeed, fail, or be in-progress.ExportStatus
public String getExportStatus()
The status of the configuration data export. The status can succeed, fail, or be in-progress.
ExportStatus
public ExportInfo withExportStatus(String exportStatus)
The status of the configuration data export. The status can succeed, fail, or be in-progress.
exportStatus
- The status of the configuration data export. The status can succeed, fail, or be in-progress.ExportStatus
public void setExportStatus(ExportStatus exportStatus)
The status of the configuration data export. The status can succeed, fail, or be in-progress.
exportStatus
- The status of the configuration data export. The status can succeed, fail, or be in-progress.ExportStatus
public ExportInfo withExportStatus(ExportStatus exportStatus)
The status of the configuration data export. The status can succeed, fail, or be in-progress.
exportStatus
- The status of the configuration data export. The status can succeed, fail, or be in-progress.ExportStatus
public void setStatusMessage(String statusMessage)
Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.
statusMessage
- Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in
progress. Export was successful.public String getStatusMessage()
Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.
public ExportInfo withStatusMessage(String statusMessage)
Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.
statusMessage
- Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in
progress. Export was successful.public void setConfigurationsDownloadUrl(String configurationsDownloadUrl)
A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.
configurationsDownloadUrl
- A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if
the export succeeded.public String getConfigurationsDownloadUrl()
A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.
public ExportInfo withConfigurationsDownloadUrl(String configurationsDownloadUrl)
A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.
configurationsDownloadUrl
- A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if
the export succeeded.public void setExportRequestTime(Date exportRequestTime)
The time the configuration data export was initiated.
exportRequestTime
- The time the configuration data export was initiated.public Date getExportRequestTime()
The time the configuration data export was initiated.
public ExportInfo withExportRequestTime(Date exportRequestTime)
The time the configuration data export was initiated.
exportRequestTime
- The time the configuration data export was initiated.public String toString()
toString
in class Object
Object.toString()
public ExportInfo clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.