Struct aws_sdk_forecast::input::CreateWhatIfAnalysisInput
source · #[non_exhaustive]pub struct CreateWhatIfAnalysisInput { /* private fields */ }Implementations§
source§impl CreateWhatIfAnalysisInput
impl CreateWhatIfAnalysisInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateWhatIfAnalysis, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateWhatIfAnalysis, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateWhatIfAnalysis>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateWhatIfAnalysisInput.
source§impl CreateWhatIfAnalysisInput
impl CreateWhatIfAnalysisInput
sourcepub fn what_if_analysis_name(&self) -> Option<&str>
pub fn what_if_analysis_name(&self) -> Option<&str>
The name of the what-if analysis. Each name must be unique.
sourcepub fn forecast_arn(&self) -> Option<&str>
pub fn forecast_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the baseline forecast.
sourcepub fn time_series_selector(&self) -> Option<&TimeSeriesSelector>
pub fn time_series_selector(&self) -> Option<&TimeSeriesSelector>
Defines the set of time series that are used in the what-if analysis with a TimeSeriesIdentifiers object. What-if analyses are performed only for the time series in this object.
The TimeSeriesIdentifiers object needs the following information:
-
DataSource -
Format -
Schema
A list of tags to apply to the what if forecast.
Trait Implementations§
source§impl Clone for CreateWhatIfAnalysisInput
impl Clone for CreateWhatIfAnalysisInput
source§fn clone(&self) -> CreateWhatIfAnalysisInput
fn clone(&self) -> CreateWhatIfAnalysisInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreateWhatIfAnalysisInput
impl Debug for CreateWhatIfAnalysisInput
source§impl PartialEq<CreateWhatIfAnalysisInput> for CreateWhatIfAnalysisInput
impl PartialEq<CreateWhatIfAnalysisInput> for CreateWhatIfAnalysisInput
source§fn eq(&self, other: &CreateWhatIfAnalysisInput) -> bool
fn eq(&self, other: &CreateWhatIfAnalysisInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.