@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Constructor and Description |
---|
GetExportJobResult() |
Modifier and Type | Method and Description |
---|---|
GetExportJobResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletedTimestamp()
The timestamp of when the export job was completed.
|
Date |
getCreatedTimestamp()
The timestamp of when the export job was created.
|
ExportDataSource |
getExportDataSource()
The data source of the export job.
|
ExportDestination |
getExportDestination()
The destination of the export job.
|
String |
getExportSourceType()
The type of source of the export job.
|
FailureInfo |
getFailureInfo()
The failure details about an export job.
|
String |
getJobId()
The export job ID.
|
String |
getJobStatus()
The status of the export job.
|
ExportStatistics |
getStatistics()
The statistics about the export job.
|
int |
hashCode() |
void |
setCompletedTimestamp(Date completedTimestamp)
The timestamp of when the export job was completed.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The timestamp of when the export job was created.
|
void |
setExportDataSource(ExportDataSource exportDataSource)
The data source of the export job.
|
void |
setExportDestination(ExportDestination exportDestination)
The destination of the export job.
|
void |
setExportSourceType(String exportSourceType)
The type of source of the export job.
|
void |
setFailureInfo(FailureInfo failureInfo)
The failure details about an export job.
|
void |
setJobId(String jobId)
The export job ID.
|
void |
setJobStatus(String jobStatus)
The status of the export job.
|
void |
setStatistics(ExportStatistics statistics)
The statistics about the export job.
|
String |
toString()
Returns a string representation of this object.
|
GetExportJobResult |
withCompletedTimestamp(Date completedTimestamp)
The timestamp of when the export job was completed.
|
GetExportJobResult |
withCreatedTimestamp(Date createdTimestamp)
The timestamp of when the export job was created.
|
GetExportJobResult |
withExportDataSource(ExportDataSource exportDataSource)
The data source of the export job.
|
GetExportJobResult |
withExportDestination(ExportDestination exportDestination)
The destination of the export job.
|
GetExportJobResult |
withExportSourceType(ExportSourceType exportSourceType)
The type of source of the export job.
|
GetExportJobResult |
withExportSourceType(String exportSourceType)
The type of source of the export job.
|
GetExportJobResult |
withFailureInfo(FailureInfo failureInfo)
The failure details about an export job.
|
GetExportJobResult |
withJobId(String jobId)
The export job ID.
|
GetExportJobResult |
withJobStatus(JobStatus jobStatus)
The status of the export job.
|
GetExportJobResult |
withJobStatus(String jobStatus)
The status of the export job.
|
GetExportJobResult |
withStatistics(ExportStatistics statistics)
The statistics about the export job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
The export job ID.
jobId
- The export job ID.public String getJobId()
The export job ID.
public GetExportJobResult withJobId(String jobId)
The export job ID.
jobId
- The export job ID.public void setExportSourceType(String exportSourceType)
The type of source of the export job.
exportSourceType
- The type of source of the export job.ExportSourceType
public String getExportSourceType()
The type of source of the export job.
ExportSourceType
public GetExportJobResult withExportSourceType(String exportSourceType)
The type of source of the export job.
exportSourceType
- The type of source of the export job.ExportSourceType
public GetExportJobResult withExportSourceType(ExportSourceType exportSourceType)
The type of source of the export job.
exportSourceType
- The type of source of the export job.ExportSourceType
public void setJobStatus(String jobStatus)
The status of the export job.
jobStatus
- The status of the export job.JobStatus
public String getJobStatus()
The status of the export job.
JobStatus
public GetExportJobResult withJobStatus(String jobStatus)
The status of the export job.
jobStatus
- The status of the export job.JobStatus
public GetExportJobResult withJobStatus(JobStatus jobStatus)
The status of the export job.
jobStatus
- The status of the export job.JobStatus
public void setExportDestination(ExportDestination exportDestination)
The destination of the export job.
exportDestination
- The destination of the export job.public ExportDestination getExportDestination()
The destination of the export job.
public GetExportJobResult withExportDestination(ExportDestination exportDestination)
The destination of the export job.
exportDestination
- The destination of the export job.public void setExportDataSource(ExportDataSource exportDataSource)
The data source of the export job.
exportDataSource
- The data source of the export job.public ExportDataSource getExportDataSource()
The data source of the export job.
public GetExportJobResult withExportDataSource(ExportDataSource exportDataSource)
The data source of the export job.
exportDataSource
- The data source of the export job.public void setCreatedTimestamp(Date createdTimestamp)
The timestamp of when the export job was created.
createdTimestamp
- The timestamp of when the export job was created.public Date getCreatedTimestamp()
The timestamp of when the export job was created.
public GetExportJobResult withCreatedTimestamp(Date createdTimestamp)
The timestamp of when the export job was created.
createdTimestamp
- The timestamp of when the export job was created.public void setCompletedTimestamp(Date completedTimestamp)
The timestamp of when the export job was completed.
completedTimestamp
- The timestamp of when the export job was completed.public Date getCompletedTimestamp()
The timestamp of when the export job was completed.
public GetExportJobResult withCompletedTimestamp(Date completedTimestamp)
The timestamp of when the export job was completed.
completedTimestamp
- The timestamp of when the export job was completed.public void setFailureInfo(FailureInfo failureInfo)
The failure details about an export job.
failureInfo
- The failure details about an export job.public FailureInfo getFailureInfo()
The failure details about an export job.
public GetExportJobResult withFailureInfo(FailureInfo failureInfo)
The failure details about an export job.
failureInfo
- The failure details about an export job.public void setStatistics(ExportStatistics statistics)
The statistics about the export job.
statistics
- The statistics about the export job.public ExportStatistics getStatistics()
The statistics about the export job.
public GetExportJobResult withStatistics(ExportStatistics statistics)
The statistics about the export job.
statistics
- The statistics about the export job.public String toString()
toString
in class Object
Object.toString()
public GetExportJobResult clone()