Class ForecastExportJobSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<ForecastExportJobSummary.Builder,- ForecastExportJobSummary> 
 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.
 
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final InstantWhen the forecast export job was created.final DataDestinationThe path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe Amazon Resource Name (ARN) of the forecast export job.final StringThe name of the forecast export job.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe last time the resource was modified.final Stringmessage()If an error occurred, an informational message about the error.static Class<? extends ForecastExportJobSummary.Builder> final Stringstatus()The status of the forecast export job.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
forecastExportJobArnThe Amazon Resource Name (ARN) of the forecast export job. - Returns:
- The Amazon Resource Name (ARN) of the forecast export job.
 
- 
forecastExportJobNameThe name of the forecast export job. - Returns:
- The name of the forecast export job.
 
- 
destinationThe path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported. - Returns:
- The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
 
- 
statusThe 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 Statusof the forecast export job must beACTIVEbefore you can access the forecast in your S3 bucket.- Returns:
- 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 Statusof the forecast export job must beACTIVEbefore you can access the forecast in your S3 bucket.
- 
         
 
- 
 
- 
messageIf an error occurred, an informational message about the error. - Returns:
- If an error occurred, an informational message about the error.
 
- 
creationTimeWhen the forecast export job was created. - Returns:
- When the forecast export job was created.
 
- 
lastModificationTimeThe last time the resource was modified. The timestamp depends on the status of the job: - 
 CREATE_PENDING- TheCreationTime.
- 
 CREATE_IN_PROGRESS- The current timestamp.
- 
 CREATE_STOPPING- The current timestamp.
- 
 CREATE_STOPPED- When the job stopped.
- 
 ACTIVEorCREATE_FAILED- When the job finished or failed.
 - Returns:
- The last time the resource was modified. The timestamp depends on the status of the job:
         - 
         CREATE_PENDING- TheCreationTime.
- 
         CREATE_IN_PROGRESS- The current timestamp.
- 
         CREATE_STOPPING- The current timestamp.
- 
         CREATE_STOPPED- When the job stopped.
- 
         ACTIVEorCREATE_FAILED- When the job finished or failed.
 
- 
         
 
- 
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<ForecastExportJobSummary.Builder,- ForecastExportJobSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-