@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWhatIfForecastResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWhatIfForecastResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWhatIfForecastResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the what-if forecast was created.
|
Long |
getEstimatedTimeRemainingInMinutes()
The approximate time remaining to complete the what-if forecast, in minutes.
|
List<String> |
getForecastTypes()
The quantiles at which probabilistic forecasts are generated.
|
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 what-if forecast.
|
TimeSeriesReplacementsDataSource |
getTimeSeriesReplacementsDataSource()
An array of
S3Config , Schema , and Format elements that describe the
replacement time series. |
List<TimeSeriesTransformation> |
getTimeSeriesTransformations()
An array of
Action and TimeSeriesConditions elements that describe what transformations
were applied to which time series. |
String |
getWhatIfAnalysisArn()
The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.
|
String |
getWhatIfForecastArn()
The Amazon Resource Name (ARN) of the what-if forecast.
|
String |
getWhatIfForecastName()
The name of the what-if forecast.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
When the what-if forecast was created.
|
void |
setEstimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if forecast, in minutes.
|
void |
setForecastTypes(Collection<String> forecastTypes)
The quantiles at which probabilistic forecasts are generated.
|
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 what-if forecast.
|
void |
setTimeSeriesReplacementsDataSource(TimeSeriesReplacementsDataSource timeSeriesReplacementsDataSource)
An array of
S3Config , Schema , and Format elements that describe the
replacement time series. |
void |
setTimeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)
An array of
Action and TimeSeriesConditions elements that describe what transformations
were applied to which time series. |
void |
setWhatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.
|
void |
setWhatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
|
void |
setWhatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWhatIfForecastResult |
withCreationTime(Date creationTime)
When the what-if forecast was created.
|
DescribeWhatIfForecastResult |
withEstimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if forecast, in minutes.
|
DescribeWhatIfForecastResult |
withForecastTypes(Collection<String> forecastTypes)
The quantiles at which probabilistic forecasts are generated.
|
DescribeWhatIfForecastResult |
withForecastTypes(String... forecastTypes)
The quantiles at which probabilistic forecasts are generated.
|
DescribeWhatIfForecastResult |
withLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
DescribeWhatIfForecastResult |
withMessage(String message)
If an error occurred, an informational message about the error.
|
DescribeWhatIfForecastResult |
withStatus(String status)
The status of the what-if forecast.
|
DescribeWhatIfForecastResult |
withTimeSeriesReplacementsDataSource(TimeSeriesReplacementsDataSource timeSeriesReplacementsDataSource)
An array of
S3Config , Schema , and Format elements that describe the
replacement time series. |
DescribeWhatIfForecastResult |
withTimeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)
An array of
Action and TimeSeriesConditions elements that describe what transformations
were applied to which time series. |
DescribeWhatIfForecastResult |
withTimeSeriesTransformations(TimeSeriesTransformation... timeSeriesTransformations)
An array of
Action and TimeSeriesConditions elements that describe what transformations
were applied to which time series. |
DescribeWhatIfForecastResult |
withWhatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.
|
DescribeWhatIfForecastResult |
withWhatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
|
DescribeWhatIfForecastResult |
withWhatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWhatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
whatIfForecastName
- The name of the what-if forecast.public String getWhatIfForecastName()
The name of the what-if forecast.
public DescribeWhatIfForecastResult withWhatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
whatIfForecastName
- The name of the what-if forecast.public void setWhatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
whatIfForecastArn
- The Amazon Resource Name (ARN) of the what-if forecast.public String getWhatIfForecastArn()
The Amazon Resource Name (ARN) of the what-if forecast.
public DescribeWhatIfForecastResult withWhatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
whatIfForecastArn
- The Amazon Resource Name (ARN) of the what-if forecast.public void setWhatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.
whatIfAnalysisArn
- The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.public String getWhatIfAnalysisArn()
The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.
public DescribeWhatIfForecastResult withWhatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.
whatIfAnalysisArn
- The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.public void setEstimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if forecast, in minutes.
estimatedTimeRemainingInMinutes
- The approximate time remaining to complete the what-if forecast, in minutes.public Long getEstimatedTimeRemainingInMinutes()
The approximate time remaining to complete the what-if forecast, in minutes.
public DescribeWhatIfForecastResult withEstimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if forecast, in minutes.
estimatedTimeRemainingInMinutes
- The approximate time remaining to complete the what-if forecast, in minutes.public void setStatus(String status)
The status of the what-if forecast. 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 what-if forecast must be ACTIVE
before you can access the forecast.
status
- The status of the what-if forecast. 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 what-if forecast must be ACTIVE
before you can access the
forecast.
public String getStatus()
The status of the what-if forecast. 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 what-if forecast must be ACTIVE
before you can access the forecast.
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
CREATE_STOPPING
, CREATE_STOPPED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
The Status
of the what-if forecast must be ACTIVE
before you can access the
forecast.
public DescribeWhatIfForecastResult withStatus(String status)
The status of the what-if forecast. 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 what-if forecast must be ACTIVE
before you can access the forecast.
status
- The status of the what-if forecast. 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 what-if forecast must be ACTIVE
before you can access the
forecast.
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 DescribeWhatIfForecastResult 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 what-if forecast was created.
creationTime
- When the what-if forecast was created.public Date getCreationTime()
When the what-if forecast was created.
public DescribeWhatIfForecastResult withCreationTime(Date creationTime)
When the what-if forecast was created.
creationTime
- When the what-if forecast 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 DescribeWhatIfForecastResult 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 List<TimeSeriesTransformation> getTimeSeriesTransformations()
An array of Action
and TimeSeriesConditions
elements that describe what transformations
were applied to which time series.
Action
and TimeSeriesConditions
elements that describe what
transformations were applied to which time series.public void setTimeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)
An array of Action
and TimeSeriesConditions
elements that describe what transformations
were applied to which time series.
timeSeriesTransformations
- An array of Action
and TimeSeriesConditions
elements that describe what
transformations were applied to which time series.public DescribeWhatIfForecastResult withTimeSeriesTransformations(TimeSeriesTransformation... timeSeriesTransformations)
An array of Action
and TimeSeriesConditions
elements that describe what transformations
were applied to which time series.
NOTE: This method appends the values to the existing list (if any). Use
setTimeSeriesTransformations(java.util.Collection)
or
withTimeSeriesTransformations(java.util.Collection)
if you want to override the existing values.
timeSeriesTransformations
- An array of Action
and TimeSeriesConditions
elements that describe what
transformations were applied to which time series.public DescribeWhatIfForecastResult withTimeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)
An array of Action
and TimeSeriesConditions
elements that describe what transformations
were applied to which time series.
timeSeriesTransformations
- An array of Action
and TimeSeriesConditions
elements that describe what
transformations were applied to which time series.public void setTimeSeriesReplacementsDataSource(TimeSeriesReplacementsDataSource timeSeriesReplacementsDataSource)
An array of S3Config
, Schema
, and Format
elements that describe the
replacement time series.
timeSeriesReplacementsDataSource
- An array of S3Config
, Schema
, and Format
elements that describe the
replacement time series.public TimeSeriesReplacementsDataSource getTimeSeriesReplacementsDataSource()
An array of S3Config
, Schema
, and Format
elements that describe the
replacement time series.
S3Config
, Schema
, and Format
elements that describe
the replacement time series.public DescribeWhatIfForecastResult withTimeSeriesReplacementsDataSource(TimeSeriesReplacementsDataSource timeSeriesReplacementsDataSource)
An array of S3Config
, Schema
, and Format
elements that describe the
replacement time series.
timeSeriesReplacementsDataSource
- An array of S3Config
, Schema
, and Format
elements that describe the
replacement time series.public List<String> getForecastTypes()
The quantiles at which probabilistic forecasts are generated. You can specify up to five quantiles per what-if
forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the default values are
["0.1", "0.5", "0.9"]
.
["0.1", "0.5", "0.9"]
.public void setForecastTypes(Collection<String> forecastTypes)
The quantiles at which probabilistic forecasts are generated. You can specify up to five quantiles per what-if
forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the default values are
["0.1", "0.5", "0.9"]
.
forecastTypes
- The quantiles at which probabilistic forecasts are generated. You can specify up to five quantiles per
what-if forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the
default values are ["0.1", "0.5", "0.9"]
.public DescribeWhatIfForecastResult withForecastTypes(String... forecastTypes)
The quantiles at which probabilistic forecasts are generated. You can specify up to five quantiles per what-if
forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the default values are
["0.1", "0.5", "0.9"]
.
NOTE: This method appends the values to the existing list (if any). Use
setForecastTypes(java.util.Collection)
or withForecastTypes(java.util.Collection)
if you want
to override the existing values.
forecastTypes
- The quantiles at which probabilistic forecasts are generated. You can specify up to five quantiles per
what-if forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the
default values are ["0.1", "0.5", "0.9"]
.public DescribeWhatIfForecastResult withForecastTypes(Collection<String> forecastTypes)
The quantiles at which probabilistic forecasts are generated. You can specify up to five quantiles per what-if
forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the default values are
["0.1", "0.5", "0.9"]
.
forecastTypes
- The quantiles at which probabilistic forecasts are generated. You can specify up to five quantiles per
what-if forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the
default values are ["0.1", "0.5", "0.9"]
.public String toString()
toString
in class Object
Object.toString()
public DescribeWhatIfForecastResult clone()