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/core/utils/memory/stl/AWSVector.h>
11#include <aws/config/model/ResourceKey.h>
16namespace ConfigService
32 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeRemediationExecutionStatus"; }
47 inline void SetConfigRuleName(
const char* value) { m_configRuleNameHasBeenSet =
true; m_configRuleName.assign(value); }
75 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
88 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
96 bool m_configRuleNameHasBeenSet =
false;
99 bool m_resourceKeysHasBeenSet =
false;
102 bool m_limitHasBeenSet =
false;
105 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