7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/config/model/ConformancePackComplianceFilters.h>
15namespace ConfigService
31 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeConformancePackCompliance"; }
44 template<
typename ConformancePackNameT = Aws::String>
45 void SetConformancePackName(ConformancePackNameT&& value) { m_conformancePackNameHasBeenSet =
true; m_conformancePackName = std::forward<ConformancePackNameT>(value); }
46 template<
typename ConformancePackNameT = Aws::String>
56 template<
typename FiltersT = ConformancePackComplianceFilters>
57 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
58 template<
typename FiltersT = ConformancePackComplianceFilters>
67 inline int GetLimit()
const {
return m_limit; }
69 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
80 template<
typename NextTokenT = Aws::String>
81 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
82 template<
typename NextTokenT = Aws::String>
88 bool m_conformancePackNameHasBeenSet =
false;
91 bool m_filtersHasBeenSet =
false;
94 bool m_limitHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String