7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/rds/model/PerformanceInsightsMetricQuery.h>
57 bool m_performanceInsightsMetricQueryHasBeenSet =
false;
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_RDS_API MetricQuery & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
MetricQuery & WithPerformanceInsightsMetricQuery(PerformanceInsightsMetricQuery &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool PerformanceInsightsMetricQueryHasBeenSet() const
void SetPerformanceInsightsMetricQuery(PerformanceInsightsMetricQuery &&value)
const PerformanceInsightsMetricQuery & GetPerformanceInsightsMetricQuery() const
void SetPerformanceInsightsMetricQuery(const PerformanceInsightsMetricQuery &value)
MetricQuery & WithPerformanceInsightsMetricQuery(const PerformanceInsightsMetricQuery &value)
AWS_RDS_API MetricQuery()
AWS_RDS_API MetricQuery(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_ostream< char, std::char_traits< char > > OStream