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/core/utils/memory/stl/AWSVector.h>
11#include <aws/forecast/model/TimeSeriesSelector.h>
12#include <aws/forecast/model/Tag.h>
17namespace ForecastService
46 template<
typename ForecastNameT = Aws::String>
47 void SetForecastName(ForecastNameT&& value) { m_forecastNameHasBeenSet =
true; m_forecastName = std::forward<ForecastNameT>(value); }
48 template<
typename ForecastNameT = Aws::String>
59 template<
typename PredictorArnT = Aws::String>
60 void SetPredictorArn(PredictorArnT&& value) { m_predictorArnHasBeenSet =
true; m_predictorArn = std::forward<PredictorArnT>(value); }
61 template<
typename PredictorArnT = Aws::String>
78 template<
typename ForecastTypesT = Aws::Vector<Aws::String>>
79 void SetForecastTypes(ForecastTypesT&& value) { m_forecastTypesHasBeenSet =
true; m_forecastTypes = std::forward<ForecastTypesT>(value); }
80 template<
typename ForecastTypesT = Aws::Vector<Aws::String>>
82 template<
typename ForecastTypesT = Aws::String>
110 template<
typename TagsT = Aws::Vector<Tag>>
111 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
112 template<
typename TagsT = Aws::Vector<Tag>>
114 template<
typename TagsT = Tag>
128 template<
typename TimeSeriesSelectorT = TimeSeriesSelector>
129 void SetTimeSeriesSelector(TimeSeriesSelectorT&& value) { m_timeSeriesSelectorHasBeenSet =
true; m_timeSeriesSelector = std::forward<TimeSeriesSelectorT>(value); }
130 template<
typename TimeSeriesSelectorT = TimeSeriesSelector>
136 bool m_forecastNameHasBeenSet =
false;
139 bool m_predictorArnHasBeenSet =
false;
142 bool m_forecastTypesHasBeenSet =
false;
145 bool m_tagsHasBeenSet =
false;
148 bool m_timeSeriesSelectorHasBeenSet =
false;
CreateForecastRequest & WithTimeSeriesSelector(TimeSeriesSelectorT &&value)
AWS_FORECASTSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetForecastName(ForecastNameT &&value)
bool PredictorArnHasBeenSet() const
void SetPredictorArn(PredictorArnT &&value)
CreateForecastRequest & WithPredictorArn(PredictorArnT &&value)
AWS_FORECASTSERVICE_API CreateForecastRequest()=default
bool ForecastTypesHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::String & GetPredictorArn() const
void SetTimeSeriesSelector(TimeSeriesSelectorT &&value)
CreateForecastRequest & WithForecastName(ForecastNameT &&value)
void SetForecastTypes(ForecastTypesT &&value)
const Aws::Vector< Aws::String > & GetForecastTypes() const
void SetTags(TagsT &&value)
CreateForecastRequest & AddTags(TagsT &&value)
AWS_FORECASTSERVICE_API Aws::String SerializePayload() const override
bool TimeSeriesSelectorHasBeenSet() const
CreateForecastRequest & WithForecastTypes(ForecastTypesT &&value)
const Aws::Vector< Tag > & GetTags() const
CreateForecastRequest & AddForecastTypes(ForecastTypesT &&value)
const TimeSeriesSelector & GetTimeSeriesSelector() const
CreateForecastRequest & WithTags(TagsT &&value)
bool ForecastNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetForecastName() 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