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