7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/forecast/model/PredictorExecution.h>
22namespace ForecastService
52 template<
typename PredictorExecutionsT = Aws::Vector<PredictorExecution>>
53 void SetPredictorExecutions(PredictorExecutionsT&& value) { m_predictorExecutionsHasBeenSet =
true; m_predictorExecutions = std::forward<PredictorExecutionsT>(value); }
54 template<
typename PredictorExecutionsT = Aws::Vector<PredictorExecution>>
56 template<
typename PredictorExecutionsT = PredictorExecution>
62 bool m_predictorExecutionsHasBeenSet =
false;
bool PredictorExecutionsHasBeenSet() const
PredictorExecutionDetails & WithPredictorExecutions(PredictorExecutionsT &&value)
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
PredictorExecutionDetails & AddPredictorExecutions(PredictorExecutionsT &&value)
void SetPredictorExecutions(PredictorExecutionsT &&value)
const Aws::Vector< PredictorExecution > & GetPredictorExecutions() const
AWS_FORECASTSERVICE_API PredictorExecutionDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_FORECASTSERVICE_API PredictorExecutionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FORECASTSERVICE_API PredictorExecutionDetails()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue