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>
83 inline void SetResourceLabel(
const char* value) { m_resourceLabelHasBeenSet =
true; m_resourceLabel.assign(value); }
91 bool m_predefinedMetricTypeHasBeenSet =
false;
94 bool m_resourceLabelHasBeenSet =
false;
void SetResourceLabel(const char *value)
PredictiveScalingPredefinedScalingMetric & WithResourceLabel(const Aws::String &value)
void SetPredefinedMetricType(PredefinedScalingMetricType &&value)
void SetPredefinedMetricType(const PredefinedScalingMetricType &value)
PredictiveScalingPredefinedScalingMetric & WithResourceLabel(Aws::String &&value)
AWS_AUTOSCALING_API PredictiveScalingPredefinedScalingMetric & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const PredefinedScalingMetricType & GetPredefinedMetricType() const
bool PredefinedMetricTypeHasBeenSet() const
bool ResourceLabelHasBeenSet() const
PredictiveScalingPredefinedScalingMetric & WithResourceLabel(const char *value)
const Aws::String & GetResourceLabel() const
AWS_AUTOSCALING_API PredictiveScalingPredefinedScalingMetric(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetResourceLabel(Aws::String &&value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
PredictiveScalingPredefinedScalingMetric & WithPredefinedMetricType(PredefinedScalingMetricType &&value)
AWS_AUTOSCALING_API PredictiveScalingPredefinedScalingMetric()
void SetResourceLabel(const Aws::String &value)
PredictiveScalingPredefinedScalingMetric & WithPredefinedMetricType(const PredefinedScalingMetricType &value)
PredefinedScalingMetricType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream