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;
const ResponseMetadata & GetResponseMetadata() const
GetPredictiveScalingForecastResult & AddLoadForecast(const LoadForecast &value)
GetPredictiveScalingForecastResult & WithUpdateTime(const Aws::Utils::DateTime &value)
GetPredictiveScalingForecastResult & WithUpdateTime(Aws::Utils::DateTime &&value)
const Aws::Vector< LoadForecast > & GetLoadForecast() const
void SetLoadForecast(const Aws::Vector< LoadForecast > &value)
AWS_AUTOSCALING_API GetPredictiveScalingForecastResult()
void SetUpdateTime(const Aws::Utils::DateTime &value)
GetPredictiveScalingForecastResult & WithResponseMetadata(ResponseMetadata &&value)
void SetCapacityForecast(const CapacityForecast &value)
const CapacityForecast & GetCapacityForecast() const
GetPredictiveScalingForecastResult & WithResponseMetadata(const ResponseMetadata &value)
GetPredictiveScalingForecastResult & WithCapacityForecast(const CapacityForecast &value)
GetPredictiveScalingForecastResult & WithLoadForecast(const Aws::Vector< LoadForecast > &value)
void SetResponseMetadata(const ResponseMetadata &value)
AWS_AUTOSCALING_API GetPredictiveScalingForecastResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetUpdateTime(Aws::Utils::DateTime &&value)
GetPredictiveScalingForecastResult & WithCapacityForecast(CapacityForecast &&value)
void SetLoadForecast(Aws::Vector< LoadForecast > &&value)
void SetCapacityForecast(CapacityForecast &&value)
GetPredictiveScalingForecastResult & AddLoadForecast(LoadForecast &&value)
AWS_AUTOSCALING_API GetPredictiveScalingForecastResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetResponseMetadata(ResponseMetadata &&value)
GetPredictiveScalingForecastResult & WithLoadForecast(Aws::Vector< LoadForecast > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument