7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/forecast/ForecastServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/forecast/model/TimeSeriesSelector.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/forecast/model/Tag.h>
17namespace ForecastService
46 template<
typename WhatIfAnalysisNameT = Aws::String>
47 void SetWhatIfAnalysisName(WhatIfAnalysisNameT&& value) { m_whatIfAnalysisNameHasBeenSet =
true; m_whatIfAnalysisName = std::forward<WhatIfAnalysisNameT>(value); }
48 template<
typename WhatIfAnalysisNameT = Aws::String>
58 template<
typename ForecastArnT = Aws::String>
59 void SetForecastArn(ForecastArnT&& value) { m_forecastArnHasBeenSet =
true; m_forecastArn = std::forward<ForecastArnT>(value); }
60 template<
typename ForecastArnT = Aws::String>
75 template<
typename TimeSeriesSelectorT = TimeSeriesSelector>
76 void SetTimeSeriesSelector(TimeSeriesSelectorT&& value) { m_timeSeriesSelectorHasBeenSet =
true; m_timeSeriesSelector = std::forward<TimeSeriesSelectorT>(value); }
77 template<
typename TimeSeriesSelectorT = TimeSeriesSelector>
89 template<
typename TagsT = Aws::Vector<Tag>>
90 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
91 template<
typename TagsT = Aws::Vector<Tag>>
93 template<
typename TagsT = Tag>
99 bool m_whatIfAnalysisNameHasBeenSet =
false;
102 bool m_forecastArnHasBeenSet =
false;
105 bool m_timeSeriesSelectorHasBeenSet =
false;
108 bool m_tagsHasBeenSet =
false;
CreateWhatIfAnalysisRequest & WithForecastArn(ForecastArnT &&value)
AWS_FORECASTSERVICE_API Aws::String SerializePayload() const override
const Aws::Vector< Tag > & GetTags() const
AWS_FORECASTSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ForecastArnHasBeenSet() const
bool TagsHasBeenSet() const
CreateWhatIfAnalysisRequest & WithTags(TagsT &&value)
bool WhatIfAnalysisNameHasBeenSet() const
void SetWhatIfAnalysisName(WhatIfAnalysisNameT &&value)
void SetTimeSeriesSelector(TimeSeriesSelectorT &&value)
CreateWhatIfAnalysisRequest & WithTimeSeriesSelector(TimeSeriesSelectorT &&value)
void SetForecastArn(ForecastArnT &&value)
AWS_FORECASTSERVICE_API CreateWhatIfAnalysisRequest()=default
void SetTags(TagsT &&value)
const Aws::String & GetWhatIfAnalysisName() const
const Aws::String & GetForecastArn() const
const TimeSeriesSelector & GetTimeSeriesSelector() const
CreateWhatIfAnalysisRequest & WithWhatIfAnalysisName(WhatIfAnalysisNameT &&value)
virtual const char * GetServiceRequestName() const override
CreateWhatIfAnalysisRequest & AddTags(TagsT &&value)
bool TimeSeriesSelectorHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector