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