7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConfigService
34 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeConfigRuleEvaluationStatus"; }
49 template<
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
50 void SetConfigRuleNames(ConfigRuleNamesT&& value) { m_configRuleNamesHasBeenSet =
true; m_configRuleNames = std::forward<ConfigRuleNamesT>(value); }
51 template<
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
53 template<
typename ConfigRuleNamesT = Aws::String>
64 template<
typename NextTokenT = Aws::String>
65 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
66 template<
typename NextTokenT = Aws::String>
79 inline int GetLimit()
const {
return m_limit; }
81 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
87 bool m_configRuleNamesHasBeenSet =
false;
90 bool m_nextTokenHasBeenSet =
false;
93 bool m_limitHasBeenSet =
false;
void SetConfigRuleNames(ConfigRuleNamesT &&value)
const Aws::String & GetNextToken() const
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeConfigRuleEvaluationStatusRequest & WithNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetConfigRuleNames() const
AWS_CONFIGSERVICE_API DescribeConfigRuleEvaluationStatusRequest()=default
DescribeConfigRuleEvaluationStatusRequest & AddConfigRuleNames(ConfigRuleNamesT &&value)
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DescribeConfigRuleEvaluationStatusRequest & WithLimit(int value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
DescribeConfigRuleEvaluationStatusRequest & WithConfigRuleNames(ConfigRuleNamesT &&value)
bool LimitHasBeenSet() const
bool ConfigRuleNamesHasBeenSet() const
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