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
48 inline void SetWhatIfAnalysisName(
const char* value) { m_whatIfAnalysisNameHasBeenSet =
true; m_whatIfAnalysisName.assign(value); }
62 inline void SetForecastArn(
const char* value) { m_forecastArnHasBeenSet =
true; m_forecastArn.assign(value); }
103 bool m_whatIfAnalysisNameHasBeenSet =
false;
106 bool m_forecastArnHasBeenSet =
false;
109 bool m_timeSeriesSelectorHasBeenSet =
false;
112 bool m_tagsHasBeenSet =
false;
CreateWhatIfAnalysisRequest & AddTags(Tag &&value)
void SetTags(const Aws::Vector< Tag > &value)
CreateWhatIfAnalysisRequest & WithWhatIfAnalysisName(const char *value)
CreateWhatIfAnalysisRequest & AddTags(const Tag &value)
void SetTags(Aws::Vector< Tag > &&value)
AWS_FORECASTSERVICE_API Aws::String SerializePayload() const override
void SetForecastArn(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_FORECASTSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTimeSeriesSelector(const TimeSeriesSelector &value)
CreateWhatIfAnalysisRequest & WithForecastArn(Aws::String &&value)
bool ForecastArnHasBeenSet() const
void SetForecastArn(const Aws::String &value)
void SetWhatIfAnalysisName(Aws::String &&value)
AWS_FORECASTSERVICE_API CreateWhatIfAnalysisRequest()
CreateWhatIfAnalysisRequest & WithTags(Aws::Vector< Tag > &&value)
bool TagsHasBeenSet() const
bool WhatIfAnalysisNameHasBeenSet() const
const Aws::String & GetWhatIfAnalysisName() const
void SetWhatIfAnalysisName(const Aws::String &value)
CreateWhatIfAnalysisRequest & WithWhatIfAnalysisName(const Aws::String &value)
const Aws::String & GetForecastArn() const
const TimeSeriesSelector & GetTimeSeriesSelector() const
CreateWhatIfAnalysisRequest & WithTags(const Aws::Vector< Tag > &value)
CreateWhatIfAnalysisRequest & WithTimeSeriesSelector(const TimeSeriesSelector &value)
void SetForecastArn(const char *value)
virtual const char * GetServiceRequestName() const override
CreateWhatIfAnalysisRequest & WithForecastArn(const char *value)
void SetTimeSeriesSelector(TimeSeriesSelector &&value)
CreateWhatIfAnalysisRequest & WithTimeSeriesSelector(TimeSeriesSelector &&value)
bool TimeSeriesSelectorHasBeenSet() const
CreateWhatIfAnalysisRequest & WithWhatIfAnalysisName(Aws::String &&value)
CreateWhatIfAnalysisRequest & WithForecastArn(const Aws::String &value)
void SetWhatIfAnalysisName(const char *value)
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