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
46 template<
typename OrganizationConfigRuleNamesT = Aws::Vector<Aws::String>>
47 void SetOrganizationConfigRuleNames(OrganizationConfigRuleNamesT&& value) { m_organizationConfigRuleNamesHasBeenSet =
true; m_organizationConfigRuleNames = std::forward<OrganizationConfigRuleNamesT>(value); }
48 template<
typename OrganizationConfigRuleNamesT = Aws::Vector<Aws::String>>
50 template<
typename OrganizationConfigRuleNamesT = Aws::String>
59 inline int GetLimit()
const {
return m_limit; }
61 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
80 bool m_organizationConfigRuleNamesHasBeenSet =
false;
83 bool m_limitHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
bool NextTokenHasBeenSet() const
bool LimitHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::Vector< Aws::String > & GetOrganizationConfigRuleNames() const
DescribeOrganizationConfigRulesRequest & AddOrganizationConfigRuleNames(OrganizationConfigRuleNamesT &&value)
bool OrganizationConfigRuleNamesHasBeenSet() const
void SetOrganizationConfigRuleNames(OrganizationConfigRuleNamesT &&value)
DescribeOrganizationConfigRulesRequest & WithLimit(int value)
void SetNextToken(NextTokenT &&value)
DescribeOrganizationConfigRulesRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
DescribeOrganizationConfigRulesRequest & WithOrganizationConfigRuleNames(OrganizationConfigRuleNamesT &&value)
AWS_CONFIGSERVICE_API DescribeOrganizationConfigRulesRequest()=default
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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