@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information regarding the export status of 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 exported data. 
 | 
String | 
getExportId()
 A unique identifier used to query an export. 
 | 
Date | 
getExportRequestTime()
 The time that the data export was initiated. 
 | 
String | 
getExportStatus()
 The status of the data export job. 
 | 
Boolean | 
getIsTruncated()
 If true, the export of agent information exceeded the size limit for a single export and the exported data is
 incomplete for the requested time range. 
 | 
Date | 
getRequestedEndTime()
 The  
endTime used in the StartExportTask request. | 
Date | 
getRequestedStartTime()
 The value of  
startTime parameter in the StartExportTask request. | 
String | 
getStatusMessage()
 A status message provided for API callers. 
 | 
int | 
hashCode()  | 
Boolean | 
isTruncated()
 If true, the export of agent information exceeded the size limit for a single export and the exported data is
 incomplete for the requested time range. 
 | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setConfigurationsDownloadUrl(String configurationsDownloadUrl)
 A URL for an Amazon S3 bucket where you can review the exported data. 
 | 
void | 
setExportId(String exportId)
 A unique identifier used to query an export. 
 | 
void | 
setExportRequestTime(Date exportRequestTime)
 The time that the data export was initiated. 
 | 
void | 
setExportStatus(ExportStatus exportStatus)
 The status of the data export job. 
 | 
void | 
setExportStatus(String exportStatus)
 The status of the data export job. 
 | 
void | 
setIsTruncated(Boolean isTruncated)
 If true, the export of agent information exceeded the size limit for a single export and the exported data is
 incomplete for the requested time range. 
 | 
void | 
setRequestedEndTime(Date requestedEndTime)
 The  
endTime used in the StartExportTask request. | 
void | 
setRequestedStartTime(Date requestedStartTime)
 The value of  
startTime parameter in the StartExportTask request. | 
void | 
setStatusMessage(String statusMessage)
 A status message provided 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 exported data. 
 | 
ExportInfo | 
withExportId(String exportId)
 A unique identifier used to query an export. 
 | 
ExportInfo | 
withExportRequestTime(Date exportRequestTime)
 The time that the data export was initiated. 
 | 
ExportInfo | 
withExportStatus(ExportStatus exportStatus)
 The status of the data export job. 
 | 
ExportInfo | 
withExportStatus(String exportStatus)
 The status of the data export job. 
 | 
ExportInfo | 
withIsTruncated(Boolean isTruncated)
 If true, the export of agent information exceeded the size limit for a single export and the exported data is
 incomplete for the requested time range. 
 | 
ExportInfo | 
withRequestedEndTime(Date requestedEndTime)
 The  
endTime used in the StartExportTask request. | 
ExportInfo | 
withRequestedStartTime(Date requestedStartTime)
 The value of  
startTime parameter in the StartExportTask request. | 
ExportInfo | 
withStatusMessage(String statusMessage)
 A status message provided for API callers. 
 | 
public void setExportId(String exportId)
A unique identifier used to query an export.
exportId - A unique identifier used to query an export.public String getExportId()
A unique identifier used to query an export.
public ExportInfo withExportId(String exportId)
A unique identifier used to query an export.
exportId - A unique identifier used to query an export.public void setExportStatus(String exportStatus)
The status of the data export job.
exportStatus - The status of the data export job.ExportStatuspublic String getExportStatus()
The status of the data export job.
ExportStatuspublic ExportInfo withExportStatus(String exportStatus)
The status of the data export job.
exportStatus - The status of the data export job.ExportStatuspublic void setExportStatus(ExportStatus exportStatus)
The status of the data export job.
exportStatus - The status of the data export job.ExportStatuspublic ExportInfo withExportStatus(ExportStatus exportStatus)
The status of the data export job.
exportStatus - The status of the data export job.ExportStatuspublic void setStatusMessage(String statusMessage)
A status message provided for API callers.
statusMessage - A status message provided for API callers.public String getStatusMessage()
A status message provided for API callers.
public ExportInfo withStatusMessage(String statusMessage)
A status message provided for API callers.
statusMessage - A status message provided for API callers.public void setConfigurationsDownloadUrl(String configurationsDownloadUrl)
A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.
configurationsDownloadUrl - A URL for an Amazon S3 bucket where you can review the exported 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 exported 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 exported data. The URL is displayed only if the export succeeded.
configurationsDownloadUrl - A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the
        export succeeded.public void setExportRequestTime(Date exportRequestTime)
The time that the data export was initiated.
exportRequestTime - The time that the data export was initiated.public Date getExportRequestTime()
The time that the data export was initiated.
public ExportInfo withExportRequestTime(Date exportRequestTime)
The time that the data export was initiated.
exportRequestTime - The time that the data export was initiated.public void setIsTruncated(Boolean isTruncated)
 If true, the export of agent information exceeded the size limit for a single export and the exported data is
 incomplete for the requested time range. To address this, select a smaller time range for the export by using
 startDate and endDate.
 
isTruncated - If true, the export of agent information exceeded the size limit for a single export and the exported data
        is incomplete for the requested time range. To address this, select a smaller time range for the export by
        using startDate and endDate.public Boolean getIsTruncated()
 If true, the export of agent information exceeded the size limit for a single export and the exported data is
 incomplete for the requested time range. To address this, select a smaller time range for the export by using
 startDate and endDate.
 
startDate and endDate.public ExportInfo withIsTruncated(Boolean isTruncated)
 If true, the export of agent information exceeded the size limit for a single export and the exported data is
 incomplete for the requested time range. To address this, select a smaller time range for the export by using
 startDate and endDate.
 
isTruncated - If true, the export of agent information exceeded the size limit for a single export and the exported data
        is incomplete for the requested time range. To address this, select a smaller time range for the export by
        using startDate and endDate.public Boolean isTruncated()
 If true, the export of agent information exceeded the size limit for a single export and the exported data is
 incomplete for the requested time range. To address this, select a smaller time range for the export by using
 startDate and endDate.
 
startDate and endDate.public void setRequestedStartTime(Date requestedStartTime)
 The value of startTime parameter in the StartExportTask request. If no
 startTime was requested, this result does not appear in ExportInfo.
 
requestedStartTime - The value of startTime parameter in the StartExportTask request. If no
        startTime was requested, this result does not appear in ExportInfo.public Date getRequestedStartTime()
 The value of startTime parameter in the StartExportTask request. If no
 startTime was requested, this result does not appear in ExportInfo.
 
startTime parameter in the StartExportTask request. If no
         startTime was requested, this result does not appear in ExportInfo.public ExportInfo withRequestedStartTime(Date requestedStartTime)
 The value of startTime parameter in the StartExportTask request. If no
 startTime was requested, this result does not appear in ExportInfo.
 
requestedStartTime - The value of startTime parameter in the StartExportTask request. If no
        startTime was requested, this result does not appear in ExportInfo.public void setRequestedEndTime(Date requestedEndTime)
 The endTime used in the StartExportTask request. If no endTime was
 requested, this result does not appear in ExportInfo.
 
requestedEndTime - The endTime used in the StartExportTask request. If no endTime was
        requested, this result does not appear in ExportInfo.public Date getRequestedEndTime()
 The endTime used in the StartExportTask request. If no endTime was
 requested, this result does not appear in ExportInfo.
 
endTime used in the StartExportTask request. If no endTime was
         requested, this result does not appear in ExportInfo.public ExportInfo withRequestedEndTime(Date requestedEndTime)
 The endTime used in the StartExportTask request. If no endTime was
 requested, this result does not appear in ExportInfo.
 
requestedEndTime - The endTime used in the StartExportTask request. If no endTime was
        requested, this result does not appear in ExportInfo.public String toString()
toString in class ObjectObject.toString()public ExportInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.