Home
last modified time | relevance | path

Searched refs:m_maxContributorValue (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-monitoring/source/model/
H A DInsightRuleMetricDatapoint.cpp27 m_maxContributorValue(0.0), in InsightRuleMetricDatapoint()
46 m_maxContributorValue(0.0), in InsightRuleMetricDatapoint()
83m_maxContributorValue = StringUtils::ConvertToDouble(StringUtils::Trim(Aws::Utils::Xml::DecodeEsca… in operator =()
135 …< locationValue << ".MaxContributorValue=" << StringUtils::URLEncode(m_maxContributorValue) << "&"; in OutputToStream()
177 …eam << location << ".MaxContributorValue=" << StringUtils::URLEncode(m_maxContributorValue) << "&"; in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-monitoring/include/aws/monitoring/model/
H A DInsightRuleMetricDatapoint.h111 inline double GetMaxContributorValue() const{ return m_maxContributorValue; } in GetMaxContributorValue()
127 …butorValue(double value) { m_maxContributorValueHasBeenSet = true; m_maxContributorValue = value; } in SetMaxContributorValue()
294 double m_maxContributorValue; variable