7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConfigService
44 template<
typename ConformancePackNamesT = Aws::Vector<Aws::String>>
45 void SetConformancePackNames(ConformancePackNamesT&& value) { m_conformancePackNamesHasBeenSet =
true; m_conformancePackNames = std::forward<ConformancePackNamesT>(value); }
46 template<
typename ConformancePackNamesT = Aws::Vector<Aws::String>>
48 template<
typename ConformancePackNamesT = Aws::String>
56 inline int GetLimit()
const {
return m_limit; }
58 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
77 bool m_conformancePackNamesHasBeenSet =
false;
80 bool m_limitHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector