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/RemediationExceptionResourceKey.h>
16namespace ConfigService
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>
59 template<
typename ResourceKeysT = Aws::Vector<RemediationExceptionResourceKey>>
60 void SetResourceKeys(ResourceKeysT&& value) { m_resourceKeysHasBeenSet =
true; m_resourceKeys = std::forward<ResourceKeysT>(value); }
61 template<
typename ResourceKeysT = Aws::Vector<RemediationExceptionResourceKey>>
63 template<
typename ResourceKeysT = RemediationExceptionResourceKey>
72 inline int GetLimit()
const {
return m_limit; }
74 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
85 template<
typename NextTokenT = Aws::String>
86 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
87 template<
typename NextTokenT = Aws::String>
93 bool m_configRuleNameHasBeenSet =
false;
96 bool m_resourceKeysHasBeenSet =
false;
99 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