7#include <aws/config/ConfigServiceRequest.h>
8#include <aws/config/ConfigService_EXPORTS.h>
9#include <aws/config/model/RemediationExceptionResourceKey.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace ConfigService {
41 template <
typename ConfigRuleNameT = Aws::String>
43 m_configRuleNameHasBeenSet =
true;
44 m_configRuleName = std::forward<ConfigRuleNameT>(value);
46 template <
typename ConfigRuleNameT = Aws::String>
61 template <
typename ResourceKeysT = Aws::Vector<RemediationExceptionResourceKey>>
63 m_resourceKeysHasBeenSet =
true;
64 m_resourceKeys = std::forward<ResourceKeysT>(value);
66 template <
typename ResourceKeysT = Aws::Vector<RemediationExceptionResourceKey>>
71 template <
typename ResourceKeysT = RemediationExceptionResourceKey>
73 m_resourceKeysHasBeenSet =
true;
74 m_resourceKeys.emplace_back(std::forward<ResourceKeysT>(value));
84 inline int GetLimit()
const {
return m_limit; }
87 m_limitHasBeenSet =
true;
103 template <
typename NextTokenT = Aws::String>
105 m_nextTokenHasBeenSet =
true;
106 m_nextToken = std::forward<NextTokenT>(value);
108 template <
typename NextTokenT = Aws::String>
122 bool m_configRuleNameHasBeenSet =
false;
123 bool m_resourceKeysHasBeenSet =
false;
124 bool m_limitHasBeenSet =
false;
125 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