7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/autoscaling/model/PredefinedLoadMetricType.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 SetPredefinedMetricType(PredefinedLoadMetricType &&value)
void SetResourceLabel(const Aws::String &value)
void SetResourceLabel(Aws::String &&value)
AWS_AUTOSCALING_API PredictiveScalingPredefinedLoadMetric()
PredictiveScalingPredefinedLoadMetric & WithResourceLabel(const char *value)
const PredefinedLoadMetricType & GetPredefinedMetricType() const
bool PredefinedMetricTypeHasBeenSet() const
void SetPredefinedMetricType(const PredefinedLoadMetricType &value)
bool ResourceLabelHasBeenSet() const
PredictiveScalingPredefinedLoadMetric & WithResourceLabel(const Aws::String &value)
void SetResourceLabel(const char *value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_AUTOSCALING_API PredictiveScalingPredefinedLoadMetric & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_AUTOSCALING_API PredictiveScalingPredefinedLoadMetric(const Aws::Utils::Xml::XmlNode &xmlNode)
PredictiveScalingPredefinedLoadMetric & WithPredefinedMetricType(PredefinedLoadMetricType &&value)
PredictiveScalingPredefinedLoadMetric & WithPredefinedMetricType(const PredefinedLoadMetricType &value)
const Aws::String & GetResourceLabel() const
PredictiveScalingPredefinedLoadMetric & WithResourceLabel(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream