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"; }
46 inline void SetConformancePackName(
const char* value) { m_conformancePackNameHasBeenSet =
true; m_conformancePackName.assign(value); }
71 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
84 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
92 bool m_conformancePackNameHasBeenSet =
false;
95 bool m_filtersHasBeenSet =
false;
98 bool m_limitHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String