@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePredictorBacktestExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePredictorBacktestExportJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribePredictorBacktestExportJobResult |
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 |
getPredictorArn()
The Amazon Resource Name (ARN) of the predictor.
|
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 |
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 |
setPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor.
|
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.
|
DescribePredictorBacktestExportJobResult |
withCreationTime(Date creationTime)
When the predictor backtest export job was created.
|
DescribePredictorBacktestExportJobResult |
withDestination(DataDestination destination) |
DescribePredictorBacktestExportJobResult |
withLastModificationTime(Date lastModificationTime)
When the last successful export job finished.
|
DescribePredictorBacktestExportJobResult |
withMessage(String message)
Information about any errors that may have occurred during the backtest export.
|
DescribePredictorBacktestExportJobResult |
withPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor.
|
DescribePredictorBacktestExportJobResult |
withPredictorBacktestExportJobArn(String predictorBacktestExportJobArn)
The Amazon Resource Name (ARN) of the predictor backtest export job.
|
DescribePredictorBacktestExportJobResult |
withPredictorBacktestExportJobName(String predictorBacktestExportJobName)
The name of the predictor backtest export job.
|
DescribePredictorBacktestExportJobResult |
withStatus(String status)
The status of the predictor backtest export job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribePredictorBacktestExportJobResult()
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 DescribePredictorBacktestExportJobResult 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 DescribePredictorBacktestExportJobResult withPredictorBacktestExportJobName(String predictorBacktestExportJobName)
The name of the predictor backtest export job.
predictorBacktestExportJobName
- The name of the predictor backtest export job.public void setPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor.
predictorArn
- The Amazon Resource Name (ARN) of the predictor.public String getPredictorArn()
The Amazon Resource Name (ARN) of the predictor.
public DescribePredictorBacktestExportJobResult withPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor.
predictorArn
- The Amazon Resource Name (ARN) of the predictor.public void setDestination(DataDestination destination)
destination
- public DataDestination getDestination()
public DescribePredictorBacktestExportJobResult withDestination(DataDestination destination)
destination
- 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 DescribePredictorBacktestExportJobResult 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 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 DescribePredictorBacktestExportJobResult 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 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 DescribePredictorBacktestExportJobResult 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 DescribePredictorBacktestExportJobResult 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 DescribePredictorBacktestExportJobResult clone()