7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/DateTime.h>
65 inline void SetApproximateValue(
double value) { m_approximateValueHasBeenSet =
true; m_approximateValue = value; }
71 bool m_timestampHasBeenSet =
false;
73 double m_approximateValue;
74 bool m_approximateValueHasBeenSet =
false;
AWS_CLOUDWATCH_API InsightRuleContributorDatapoint & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetTimestamp(Aws::Utils::DateTime &&value)
bool ApproximateValueHasBeenSet() const
AWS_CLOUDWATCH_API InsightRuleContributorDatapoint()
void SetApproximateValue(double value)
InsightRuleContributorDatapoint & WithApproximateValue(double value)
const Aws::Utils::DateTime & GetTimestamp() const
bool TimestampHasBeenSet() const
double GetApproximateValue() const
void SetTimestamp(const Aws::Utils::DateTime &value)
InsightRuleContributorDatapoint & WithTimestamp(Aws::Utils::DateTime &&value)
AWS_CLOUDWATCH_API InsightRuleContributorDatapoint(const Aws::Utils::Xml::XmlNode &xmlNode)
InsightRuleContributorDatapoint & WithTimestamp(const Aws::Utils::DateTime &value)
std::basic_ostream< char, std::char_traits< char > > OStream