@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredictorBacktestExportJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
 Provides a summary of the predictor backtest export job properties used in the ListPredictorBacktestExportJobs
 operation. To get a complete set of properties, call the DescribePredictorBacktestExportJob operation, and
 provide the listed PredictorBacktestExportJobArn.
 
| Constructor and Description | 
|---|
| PredictorBacktestExportJobSummary() | 
| Modifier and Type | Method and Description | 
|---|---|
| PredictorBacktestExportJobSummary | clone() | 
| boolean | equals(Object obj) | 
| Date | getCreationTime()
 When the predictor backtest export job was created. | 
| DataDestination | getDestination() | 
| Date | getLastModificationTime()
 The last time the resource was modified. | 
| String | getMessage()
 Information about any errors that may have occurred during the backtest export. | 
| String | getPredictorBacktestExportJobArn()
 The Amazon Resource Name (ARN) of the predictor backtest export job. | 
| String | getPredictorBacktestExportJobName()
 The name of the predictor backtest export job. | 
| String | getStatus()
 The status of the predictor backtest export job. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCreationTime(Date creationTime)
 When the predictor backtest export job was created. | 
| void | setDestination(DataDestination destination) | 
| void | setLastModificationTime(Date lastModificationTime)
 The last time the resource was modified. | 
| void | setMessage(String message)
 Information about any errors that may have occurred during the backtest export. | 
| void | setPredictorBacktestExportJobArn(String predictorBacktestExportJobArn)
 The Amazon Resource Name (ARN) of the predictor backtest export job. | 
| void | setPredictorBacktestExportJobName(String predictorBacktestExportJobName)
 The name of the predictor backtest export job. | 
| void | setStatus(String status)
 The status of the predictor backtest export job. | 
| String | toString()Returns a string representation of this object. | 
| PredictorBacktestExportJobSummary | withCreationTime(Date creationTime)
 When the predictor backtest export job was created. | 
| PredictorBacktestExportJobSummary | withDestination(DataDestination destination) | 
| PredictorBacktestExportJobSummary | withLastModificationTime(Date lastModificationTime)
 The last time the resource was modified. | 
| PredictorBacktestExportJobSummary | withMessage(String message)
 Information about any errors that may have occurred during the backtest export. | 
| PredictorBacktestExportJobSummary | withPredictorBacktestExportJobArn(String predictorBacktestExportJobArn)
 The Amazon Resource Name (ARN) of the predictor backtest export job. | 
| PredictorBacktestExportJobSummary | withPredictorBacktestExportJobName(String predictorBacktestExportJobName)
 The name of the predictor backtest export job. | 
| PredictorBacktestExportJobSummary | withStatus(String status)
 The status of the predictor backtest export job. | 
public void setPredictorBacktestExportJobArn(String predictorBacktestExportJobArn)
The Amazon Resource Name (ARN) of the predictor backtest export job.
predictorBacktestExportJobArn - The Amazon Resource Name (ARN) of the predictor backtest export job.public String getPredictorBacktestExportJobArn()
The Amazon Resource Name (ARN) of the predictor backtest export job.
public PredictorBacktestExportJobSummary withPredictorBacktestExportJobArn(String predictorBacktestExportJobArn)
The Amazon Resource Name (ARN) of the predictor backtest export job.
predictorBacktestExportJobArn - The Amazon Resource Name (ARN) of the predictor backtest export job.public void setPredictorBacktestExportJobName(String predictorBacktestExportJobName)
The name of the predictor backtest export job.
predictorBacktestExportJobName - The name of the predictor backtest export job.public String getPredictorBacktestExportJobName()
The name of the predictor backtest export job.
public PredictorBacktestExportJobSummary withPredictorBacktestExportJobName(String predictorBacktestExportJobName)
The name of the predictor backtest export job.
predictorBacktestExportJobName - The name of the predictor backtest export job.public void setDestination(DataDestination destination)
destination - public DataDestination getDestination()
public PredictorBacktestExportJobSummary withDestination(DataDestination destination)
destination - public void setStatus(String status)
The status of the predictor backtest export job. States include:
 ACTIVE
 
 CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
 
 CREATE_STOPPING, CREATE_STOPPED
 
 DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
 
status - The status of the predictor backtest export job. States include: 
        
        ACTIVE
        
        CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
        
        CREATE_STOPPING, CREATE_STOPPED
        
        DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
        
public String getStatus()
The status of the predictor backtest export job. States include:
 ACTIVE
 
 CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
 
 CREATE_STOPPING, CREATE_STOPPED
 
 DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
 
         ACTIVE
         
         CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
         
         CREATE_STOPPING, CREATE_STOPPED
         
         DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
         
public PredictorBacktestExportJobSummary withStatus(String status)
The status of the predictor backtest export job. States include:
 ACTIVE
 
 CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
 
 CREATE_STOPPING, CREATE_STOPPED
 
 DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
 
status - The status of the predictor backtest export job. States include: 
        
        ACTIVE
        
        CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
        
        CREATE_STOPPING, CREATE_STOPPED
        
        DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
        
public void setMessage(String message)
Information about any errors that may have occurred during the backtest export.
message - Information about any errors that may have occurred during the backtest export.public String getMessage()
Information about any errors that may have occurred during the backtest export.
public PredictorBacktestExportJobSummary withMessage(String message)
Information about any errors that may have occurred during the backtest export.
message - Information about any errors that may have occurred during the backtest export.public void setCreationTime(Date creationTime)
When the predictor backtest export job was created.
creationTime - When the predictor backtest export job was created.public Date getCreationTime()
When the predictor backtest export job was created.
public PredictorBacktestExportJobSummary withCreationTime(Date creationTime)
When the predictor backtest export job was created.
creationTime - When the predictor backtest export job was created.public void setLastModificationTime(Date lastModificationTime)
The last time the resource was modified. The timestamp depends on the status of the job:
 CREATE_PENDING - The CreationTime.
 
 CREATE_IN_PROGRESS - The current timestamp.
 
 CREATE_STOPPING - The current timestamp.
 
 CREATE_STOPPED - When the job stopped.
 
 ACTIVE or CREATE_FAILED - When the job finished or failed.
 
lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:
        
        CREATE_PENDING - The CreationTime.
        
        CREATE_IN_PROGRESS - The current timestamp.
        
        CREATE_STOPPING - The current timestamp.
        
        CREATE_STOPPED - When the job stopped.
        
        ACTIVE or CREATE_FAILED - When the job finished or failed.
        
public Date getLastModificationTime()
The last time the resource was modified. The timestamp depends on the status of the job:
 CREATE_PENDING - The CreationTime.
 
 CREATE_IN_PROGRESS - The current timestamp.
 
 CREATE_STOPPING - The current timestamp.
 
 CREATE_STOPPED - When the job stopped.
 
 ACTIVE or CREATE_FAILED - When the job finished or failed.
 
         CREATE_PENDING - The CreationTime.
         
         CREATE_IN_PROGRESS - The current timestamp.
         
         CREATE_STOPPING - The current timestamp.
         
         CREATE_STOPPED - When the job stopped.
         
         ACTIVE or CREATE_FAILED - When the job finished or failed.
         
public PredictorBacktestExportJobSummary withLastModificationTime(Date lastModificationTime)
The last time the resource was modified. The timestamp depends on the status of the job:
 CREATE_PENDING - The CreationTime.
 
 CREATE_IN_PROGRESS - The current timestamp.
 
 CREATE_STOPPING - The current timestamp.
 
 CREATE_STOPPED - When the job stopped.
 
 ACTIVE or CREATE_FAILED - When the job finished or failed.
 
lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:
        
        CREATE_PENDING - The CreationTime.
        
        CREATE_IN_PROGRESS - The current timestamp.
        
        CREATE_STOPPING - The current timestamp.
        
        CREATE_STOPPED - When the job stopped.
        
        ACTIVE or CREATE_FAILED - When the job finished or failed.
        
public String toString()
toString in class ObjectObject.toString()public PredictorBacktestExportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.