7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/rds/model/Metric.h>
92 inline void SetAnalysis(
const char* value) { m_analysisHasBeenSet =
true; m_analysis.assign(value); }
100 bool m_startTimeHasBeenSet =
false;
103 bool m_endTimeHasBeenSet =
false;
106 bool m_metricsHasBeenSet =
false;
109 bool m_analysisHasBeenSet =
false;
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