7#include <aws/rds/RDS_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>
80 inline void SetGroup(
const char* value) { m_groupHasBeenSet =
true; m_group.assign(value); }
92 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
98 bool m_dimensionsHasBeenSet =
false;
101 bool m_groupHasBeenSet =
false;
104 bool m_limitHasBeenSet =
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