@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()
When the last successful export job finished.
|
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)
When the last successful export job finished.
|
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)
When the last successful export job finished.
|
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
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
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
DELETE_PENDING
DELETE_IN_PROGRESS
DELETE_FAILED
ACTIVE
CREATE_PENDING
CREATE_IN_PROGRESS
CREATE_FAILED
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
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
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)
When the last successful export job finished.
lastModificationTime
- When the last successful export job finished.public Date getLastModificationTime()
When the last successful export job finished.
public PredictorBacktestExportJobSummary withLastModificationTime(Date lastModificationTime)
When the last successful export job finished.
lastModificationTime
- When the last successful export job finished.public String toString()
toString
in class Object
Object.toString()
public PredictorBacktestExportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.