7#include <aws/config/ConfigServiceRequest.h>
8#include <aws/config/ConfigService_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace ConfigService {
42 template <
typename ConformancePackNamesT = Aws::Vector<Aws::String>>
44 m_conformancePackNamesHasBeenSet =
true;
45 m_conformancePackNames = std::forward<ConformancePackNamesT>(value);
47 template <
typename ConformancePackNamesT = Aws::Vector<Aws::String>>
52 template <
typename ConformancePackNamesT = Aws::String>
54 m_conformancePackNamesHasBeenSet =
true;
55 m_conformancePackNames.emplace_back(std::forward<ConformancePackNamesT>(value));
64 inline int GetLimit()
const {
return m_limit; }
67 m_limitHasBeenSet =
true;
83 template <
typename NextTokenT = Aws::String>
85 m_nextTokenHasBeenSet =
true;
86 m_nextToken = std::forward<NextTokenT>(value);
88 template <
typename NextTokenT = Aws::String>
100 bool m_conformancePackNamesHasBeenSet =
false;
101 bool m_limitHasBeenSet =
false;
102 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