7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/rds/model/PerformanceInsightsMetricQuery.h>
49 template<
typename PerformanceInsightsMetricQueryT = PerformanceInsightsMetricQuery>
50 void SetPerformanceInsightsMetricQuery(PerformanceInsightsMetricQueryT&& value) { m_performanceInsightsMetricQueryHasBeenSet =
true; m_performanceInsightsMetricQuery = std::forward<PerformanceInsightsMetricQueryT>(value); }
51 template<
typename PerformanceInsightsMetricQueryT = PerformanceInsightsMetricQuery>
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)
void SetPerformanceInsightsMetricQuery(PerformanceInsightsMetricQueryT &&value)
AWS_RDS_API MetricQuery()=default
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool PerformanceInsightsMetricQueryHasBeenSet() const
MetricQuery & WithPerformanceInsightsMetricQuery(PerformanceInsightsMetricQueryT &&value)
const PerformanceInsightsMetricQuery & GetPerformanceInsightsMetricQuery() const
AWS_RDS_API MetricQuery(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_ostream< char, std::char_traits< char > > OStream