@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()
The last time the resource was modified.
|
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)
The last time the resource was modified.
|
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)
The last time the resource was modified.
|
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
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 DescribePredictorBacktestExportJobResult 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 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)
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 DescribePredictorBacktestExportJobResult 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 Object
Object.toString()
public DescribePredictorBacktestExportJobResult clone()