7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/autoscaling/model/CapacityForecast.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/autoscaling/model/ResponseMetadata.h>
12#include <aws/autoscaling/model/LoadForecast.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
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 ResponseMetadataT = ResponseMetadata>
78 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
79 template<
typename ResponseMetadataT = ResponseMetadata>
85 bool m_loadForecastHasBeenSet =
false;
88 bool m_capacityForecastHasBeenSet =
false;
91 bool m_updateTimeHasBeenSet =
false;
93 ResponseMetadata m_responseMetadata;
94 bool m_responseMetadataHasBeenSet =
false;
const ResponseMetadata & GetResponseMetadata() const
GetPredictiveScalingForecastResult & WithCapacityForecast(CapacityForecastT &&value)
void SetUpdateTime(UpdateTimeT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< LoadForecast > & GetLoadForecast() const
GetPredictiveScalingForecastResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetLoadForecast(LoadForecastT &&value)
GetPredictiveScalingForecastResult & WithUpdateTime(UpdateTimeT &&value)
const CapacityForecast & GetCapacityForecast() const
AWS_AUTOSCALING_API GetPredictiveScalingForecastResult()=default
AWS_AUTOSCALING_API GetPredictiveScalingForecastResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetCapacityForecast(CapacityForecastT &&value)
GetPredictiveScalingForecastResult & WithLoadForecast(LoadForecastT &&value)
AWS_AUTOSCALING_API GetPredictiveScalingForecastResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Utils::DateTime & GetUpdateTime() const
GetPredictiveScalingForecastResult & AddLoadForecast(LoadForecastT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument