@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ForecastExportJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the forecast export job properties used in the ListForecastExportJobs operation. To get
the complete set of properties, call the DescribeForecastExportJob operation, and provide the listed
ForecastExportJobArn
.
Constructor and Description |
---|
ForecastExportJobSummary() |
Modifier and Type | Method and Description |
---|---|
ForecastExportJobSummary |
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 |
getForecastExportJobArn()
The Amazon Resource Name (ARN) of the forecast export job.
|
String |
getForecastExportJobName()
The name of the forecast export job.
|
Date |
getLastModificationTime()
The last time the resource was modified.
|
String |
getMessage()
If an error occurred, an informational message about the error.
|
String |
getStatus()
The status of the forecast export job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 |
setForecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the forecast export job.
|
void |
setForecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
|
void |
setLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
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.
|
ForecastExportJobSummary |
withCreationTime(Date creationTime)
When the forecast export job was created.
|
ForecastExportJobSummary |
withDestination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
ForecastExportJobSummary |
withForecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the forecast export job.
|
ForecastExportJobSummary |
withForecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
|
ForecastExportJobSummary |
withLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
ForecastExportJobSummary |
withMessage(String message)
If an error occurred, an informational message about the error.
|
ForecastExportJobSummary |
withStatus(String status)
The status of the forecast export job.
|
public void setForecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the forecast export job.
forecastExportJobArn
- The Amazon Resource Name (ARN) of the forecast export job.public String getForecastExportJobArn()
The Amazon Resource Name (ARN) of the forecast export job.
public ForecastExportJobSummary withForecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the forecast export job.
forecastExportJobArn
- The Amazon Resource Name (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 ForecastExportJobSummary withForecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
forecastExportJobName
- The name of the forecast export job.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 ForecastExportJobSummary 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 setStatus(String status)
The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
CREATE_STOPPING
, CREATE_STOPPED
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
CREATE_STOPPING
, CREATE_STOPPED
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
CREATE_STOPPING
, CREATE_STOPPED
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
CREATE_STOPPING
, CREATE_STOPPED
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 ForecastExportJobSummary withStatus(String status)
The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
CREATE_STOPPING
, CREATE_STOPPED
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
CREATE_STOPPING
, CREATE_STOPPED
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 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 ForecastExportJobSummary 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 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 ForecastExportJobSummary withCreationTime(Date creationTime)
When the forecast export job was created.
creationTime
- When the forecast 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 ForecastExportJobSummary 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 ForecastExportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.