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"; }
45 template<
typename ConfigRuleNameT = Aws::String>
46 void SetConfigRuleName(ConfigRuleNameT&& value) { m_configRuleNameHasBeenSet =
true; m_configRuleName = std::forward<ConfigRuleNameT>(value); }
47 template<
typename ConfigRuleNameT = Aws::String>
58 template<
typename ResourceKeysT = Aws::Vector<ResourceKey>>
59 void SetResourceKeys(ResourceKeysT&& value) { m_resourceKeysHasBeenSet =
true; m_resourceKeys = std::forward<ResourceKeysT>(value); }
60 template<
typename ResourceKeysT = Aws::Vector<ResourceKey>>
62 template<
typename ResourceKeysT = ResourceKey>
71 inline int GetLimit()
const {
return m_limit; }
73 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
84 template<
typename NextTokenT = Aws::String>
85 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
86 template<
typename NextTokenT = Aws::String>
92 bool m_configRuleNameHasBeenSet =
false;
95 bool m_resourceKeysHasBeenSet =
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
std::vector< T, Aws::Allocator< T > > Vector