7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/monitoring/model/InsightRuleContributorDatapoint.h>
93 bool m_keysHasBeenSet =
false;
95 double m_approximateAggregateValue;
96 bool m_approximateAggregateValueHasBeenSet =
false;
99 bool m_datapointsHasBeenSet =
false;
double GetApproximateAggregateValue() const
bool DatapointsHasBeenSet() const
InsightRuleContributor & AddKeys(const Aws::String &value)
InsightRuleContributor & WithDatapoints(Aws::Vector< InsightRuleContributorDatapoint > &&value)
void SetApproximateAggregateValue(double value)
const Aws::Vector< InsightRuleContributorDatapoint > & GetDatapoints() const
void SetDatapoints(Aws::Vector< InsightRuleContributorDatapoint > &&value)
void SetKeys(Aws::Vector< Aws::String > &&value)
AWS_CLOUDWATCH_API InsightRuleContributor & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
InsightRuleContributor & WithKeys(Aws::Vector< Aws::String > &&value)
void SetDatapoints(const Aws::Vector< InsightRuleContributorDatapoint > &value)
InsightRuleContributor & AddDatapoints(const InsightRuleContributorDatapoint &value)
const Aws::Vector< Aws::String > & GetKeys() const
InsightRuleContributor & WithApproximateAggregateValue(double value)
bool KeysHasBeenSet() const
InsightRuleContributor & WithDatapoints(const Aws::Vector< InsightRuleContributorDatapoint > &value)
InsightRuleContributor & WithKeys(const Aws::Vector< Aws::String > &value)
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetKeys(const Aws::Vector< Aws::String > &value)
AWS_CLOUDWATCH_API InsightRuleContributor()
InsightRuleContributor & AddKeys(Aws::String &&value)
AWS_CLOUDWATCH_API InsightRuleContributor(const Aws::Utils::Xml::XmlNode &xmlNode)
InsightRuleContributor & AddDatapoints(InsightRuleContributorDatapoint &&value)
bool ApproximateAggregateValueHasBeenSet() const
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
InsightRuleContributor & AddKeys(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream