7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ConfigRule.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ConfigService {
41 template <
typename ConfigRulesT = Aws::Vector<ConfigRule>>
43 m_configRulesHasBeenSet =
true;
44 m_configRules = std::forward<ConfigRulesT>(value);
46 template <
typename ConfigRulesT = Aws::Vector<ConfigRule>>
51 template <
typename ConfigRulesT = ConfigRule>
53 m_configRulesHasBeenSet =
true;
54 m_configRules.emplace_back(std::forward<ConfigRulesT>(value));
65 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
97 bool m_configRulesHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
DescribeConfigRulesResult & WithConfigRules(ConfigRulesT &&value)
AWS_CONFIGSERVICE_API DescribeConfigRulesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONFIGSERVICE_API DescribeConfigRulesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeConfigRulesResult & WithRequestId(RequestIdT &&value)
AWS_CONFIGSERVICE_API DescribeConfigRulesResult()=default
void SetRequestId(RequestIdT &&value)
DescribeConfigRulesResult & AddConfigRules(ConfigRulesT &&value)
const Aws::String & GetNextToken() const
const Aws::Vector< ConfigRule > & GetConfigRules() const
void SetConfigRules(ConfigRulesT &&value)
DescribeConfigRulesResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue