7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/autoscaling/model/PredefinedScalingMetricType.h>
9#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
20namespace AutoScaling {
47 m_predefinedMetricTypeHasBeenSet =
true;
48 m_predefinedMetricType = value;
79 template <
typename ResourceLabelT = Aws::String>
81 m_resourceLabelHasBeenSet =
true;
82 m_resourceLabel = std::forward<ResourceLabelT>(value);
84 template <
typename ResourceLabelT = Aws::String>
94 bool m_predefinedMetricTypeHasBeenSet =
false;
95 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