@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeForecastExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeForecastExportJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeForecastExportJobResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the forecast export job was created.
|
DataDestination |
getDestination()
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
String |
getForecastArn()
The Amazon Resource Name (ARN) of the exported forecast.
|
String |
getForecastExportJobArn()
The ARN of the forecast export job.
|
String |
getForecastExportJobName()
The name of the forecast export job.
|
Date |
getLastModificationTime()
When the last successful export job finished.
|
String |
getMessage()
If an error occurred, an informational message about the error.
|
String |
getStatus()
The status of the forecast export job.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
When the forecast export job was created.
|
void |
setDestination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
void |
setForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the exported forecast.
|
void |
setForecastExportJobArn(String forecastExportJobArn)
The ARN of the forecast export job.
|
void |
setForecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
|
void |
setLastModificationTime(Date lastModificationTime)
When the last successful export job finished.
|
void |
setMessage(String message)
If an error occurred, an informational message about the error.
|
void |
setStatus(String status)
The status of the forecast export job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeForecastExportJobResult |
withCreationTime(Date creationTime)
When the forecast export job was created.
|
DescribeForecastExportJobResult |
withDestination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
DescribeForecastExportJobResult |
withForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the exported forecast.
|
DescribeForecastExportJobResult |
withForecastExportJobArn(String forecastExportJobArn)
The ARN of the forecast export job.
|
DescribeForecastExportJobResult |
withForecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
|
DescribeForecastExportJobResult |
withLastModificationTime(Date lastModificationTime)
When the last successful export job finished.
|
DescribeForecastExportJobResult |
withMessage(String message)
If an error occurred, an informational message about the error.
|
DescribeForecastExportJobResult |
withStatus(String status)
The status of the forecast export job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setForecastExportJobArn(String forecastExportJobArn)
The ARN of the forecast export job.
forecastExportJobArn
- The ARN of the forecast export job.public String getForecastExportJobArn()
The ARN of the forecast export job.
public DescribeForecastExportJobResult withForecastExportJobArn(String forecastExportJobArn)
The ARN of the forecast export job.
forecastExportJobArn
- The ARN of the forecast export job.public void setForecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
forecastExportJobName
- The name of the forecast export job.public String getForecastExportJobName()
The name of the forecast export job.
public DescribeForecastExportJobResult withForecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
forecastExportJobName
- The name of the forecast export job.public void setForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the exported forecast.
forecastArn
- The Amazon Resource Name (ARN) of the exported forecast.public String getForecastArn()
The Amazon Resource Name (ARN) of the exported forecast.
public DescribeForecastExportJobResult withForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the exported forecast.
forecastArn
- The Amazon Resource Name (ARN) of the exported forecast.public void setDestination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
destination
- The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.public DataDestination getDestination()
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
public DescribeForecastExportJobResult withDestination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
destination
- The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.public void setMessage(String message)
If an error occurred, an informational message about the error.
message
- If an error occurred, an informational message about the error.public String getMessage()
If an error occurred, an informational message about the error.
public DescribeForecastExportJobResult withMessage(String message)
If an error occurred, an informational message about the error.
message
- If an error occurred, an informational message about the error.public void setStatus(String status)
The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
The Status
of the forecast export job must be ACTIVE
before you can access the forecast
in your S3 bucket.
status
- The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
The Status
of the forecast export job must be ACTIVE
before you can access the
forecast in your S3 bucket.
public String getStatus()
The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
The Status
of the forecast export job must be ACTIVE
before you can access the forecast
in your S3 bucket.
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
The Status
of the forecast export job must be ACTIVE
before you can access the
forecast in your S3 bucket.
public DescribeForecastExportJobResult withStatus(String status)
The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
The Status
of the forecast export job must be ACTIVE
before you can access the forecast
in your S3 bucket.
status
- The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
The Status
of the forecast export job must be ACTIVE
before you can access the
forecast in your S3 bucket.
public void setCreationTime(Date creationTime)
When the forecast export job was created.
creationTime
- When the forecast export job was created.public Date getCreationTime()
When the forecast export job was created.
public DescribeForecastExportJobResult withCreationTime(Date creationTime)
When the forecast export job was created.
creationTime
- When the forecast 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 DescribeForecastExportJobResult 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 DescribeForecastExportJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.