7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/forecast/model/Action.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/forecast/model/TimeSeriesCondition.h>
23namespace ForecastService
55 template<
typename ActionT = Action>
56 void SetAction(ActionT&& value) { m_actionHasBeenSet =
true; m_action = std::forward<ActionT>(value); }
57 template<
typename ActionT = Action>
68 template<
typename TimeSeriesConditionsT = Aws::Vector<TimeSeriesCondition>>
69 void SetTimeSeriesConditions(TimeSeriesConditionsT&& value) { m_timeSeriesConditionsHasBeenSet =
true; m_timeSeriesConditions = std::forward<TimeSeriesConditionsT>(value); }
70 template<
typename TimeSeriesConditionsT = Aws::Vector<TimeSeriesCondition>>
72 template<
typename TimeSeriesConditionsT = TimeSeriesCondition>
78 bool m_actionHasBeenSet =
false;
81 bool m_timeSeriesConditionsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue