7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/application-autoscaling/model/CapacityForecast.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/application-autoscaling/model/LoadForecast.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace ApplicationAutoScaling
44 template<
typename LoadForecastT = Aws::Vector<LoadForecast>>
45 void SetLoadForecast(LoadForecastT&& value) { m_loadForecastHasBeenSet =
true; m_loadForecast = std::forward<LoadForecastT>(value); }
46 template<
typename LoadForecastT = Aws::Vector<LoadForecast>>
48 template<
typename LoadForecastT = LoadForecast>
57 template<
typename CapacityForecastT = CapacityForecast>
58 void SetCapacityForecast(CapacityForecastT&& value) { m_capacityForecastHasBeenSet =
true; m_capacityForecast = std::forward<CapacityForecastT>(value); }
59 template<
typename CapacityForecastT = CapacityForecast>
68 template<
typename UpdateTimeT = Aws::Utils::DateTime>
69 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
70 template<
typename UpdateTimeT = Aws::Utils::DateTime>
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_loadForecastHasBeenSet =
false;
88 bool m_capacityForecastHasBeenSet =
false;
91 bool m_updateTimeHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdateTime() const
AWS_APPLICATIONAUTOSCALING_API GetPredictiveScalingForecastResult()=default
const Aws::String & GetRequestId() const
GetPredictiveScalingForecastResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
GetPredictiveScalingForecastResult & WithLoadForecast(LoadForecastT &&value)
GetPredictiveScalingForecastResult & WithCapacityForecast(CapacityForecastT &&value)
AWS_APPLICATIONAUTOSCALING_API GetPredictiveScalingForecastResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLoadForecast(LoadForecastT &&value)
const Aws::Vector< LoadForecast > & GetLoadForecast() const
const CapacityForecast & GetCapacityForecast() const
void SetCapacityForecast(CapacityForecastT &&value)
GetPredictiveScalingForecastResult & AddLoadForecast(LoadForecastT &&value)
AWS_APPLICATIONAUTOSCALING_API GetPredictiveScalingForecastResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUpdateTime(UpdateTimeT &&value)
GetPredictiveScalingForecastResult & WithUpdateTime(UpdateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue