7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/autoscaling/model/PredefinedMetricPairType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
81 template<
typename ResourceLabelT = Aws::String>
82 void SetResourceLabel(ResourceLabelT&& value) { m_resourceLabelHasBeenSet =
true; m_resourceLabel = std::forward<ResourceLabelT>(value); }
83 template<
typename ResourceLabelT = Aws::String>
89 bool m_predefinedMetricTypeHasBeenSet =
false;
92 bool m_resourceLabelHasBeenSet =
false;
PredictiveScalingPredefinedMetricPair & WithPredefinedMetricType(PredefinedMetricPairType value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
PredefinedMetricPairType GetPredefinedMetricType() const
bool PredefinedMetricTypeHasBeenSet() const
AWS_AUTOSCALING_API PredictiveScalingPredefinedMetricPair(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetResourceLabel(ResourceLabelT &&value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool ResourceLabelHasBeenSet() const
void SetPredefinedMetricType(PredefinedMetricPairType value)
AWS_AUTOSCALING_API PredictiveScalingPredefinedMetricPair & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
PredictiveScalingPredefinedMetricPair & WithResourceLabel(ResourceLabelT &&value)
const Aws::String & GetResourceLabel() const
AWS_AUTOSCALING_API PredictiveScalingPredefinedMetricPair()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream