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
46 template<
typename ConformancePackNamesT = Aws::Vector<Aws::String>>
47 void SetConformancePackNames(ConformancePackNamesT&& value) { m_conformancePackNamesHasBeenSet =
true; m_conformancePackNames = std::forward<ConformancePackNamesT>(value); }
48 template<
typename ConformancePackNamesT = Aws::Vector<Aws::String>>
50 template<
typename ConformancePackNamesT = Aws::String>
58 inline int GetLimit()
const {
return m_limit; }
60 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
79 bool m_conformancePackNamesHasBeenSet =
false;
82 bool m_limitHasBeenSet =
false;
85 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