/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
The names of the Config rules for which you want details. If you do not * specify any names, Config returns details for all your rules.
*/ inline const Aws::VectorThe names of the Config rules for which you want details. If you do not * specify any names, Config returns details for all your rules.
*/ inline bool ConfigRuleNamesHasBeenSet() const { return m_configRuleNamesHasBeenSet; } /** *The names of the Config rules for which you want details. If you do not * specify any names, Config returns details for all your rules.
*/ inline void SetConfigRuleNames(const Aws::VectorThe names of the Config rules for which you want details. If you do not * specify any names, Config returns details for all your rules.
*/ inline void SetConfigRuleNames(Aws::VectorThe names of the Config rules for which you want details. If you do not * specify any names, Config returns details for all your rules.
*/ inline DescribeConfigRulesRequest& WithConfigRuleNames(const Aws::VectorThe names of the Config rules for which you want details. If you do not * specify any names, Config returns details for all your rules.
*/ inline DescribeConfigRulesRequest& WithConfigRuleNames(Aws::VectorThe names of the Config rules for which you want details. If you do not * specify any names, Config returns details for all your rules.
*/ inline DescribeConfigRulesRequest& AddConfigRuleNames(const Aws::String& value) { m_configRuleNamesHasBeenSet = true; m_configRuleNames.push_back(value); return *this; } /** *The names of the Config rules for which you want details. If you do not * specify any names, Config returns details for all your rules.
*/ inline DescribeConfigRulesRequest& AddConfigRuleNames(Aws::String&& value) { m_configRuleNamesHasBeenSet = true; m_configRuleNames.push_back(std::move(value)); return *this; } /** *The names of the Config rules for which you want details. If you do not * specify any names, Config returns details for all your rules.
*/ inline DescribeConfigRulesRequest& AddConfigRuleNames(const char* value) { m_configRuleNamesHasBeenSet = true; m_configRuleNames.push_back(value); return *this; } /** *The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
Returns a list of Detective or Proactive Config rules. By default, this API * returns an unfiltered list. For more information on Detective or Proactive * Config rules, see * Evaluation Mode in the Config Developer Guide.
*/ inline const DescribeConfigRulesFilters& GetFilters() const{ return m_filters; } /** *Returns a list of Detective or Proactive Config rules. By default, this API * returns an unfiltered list. For more information on Detective or Proactive * Config rules, see * Evaluation Mode in the Config Developer Guide.
*/ inline bool FiltersHasBeenSet() const { return m_filtersHasBeenSet; } /** *Returns a list of Detective or Proactive Config rules. By default, this API * returns an unfiltered list. For more information on Detective or Proactive * Config rules, see * Evaluation Mode in the Config Developer Guide.
*/ inline void SetFilters(const DescribeConfigRulesFilters& value) { m_filtersHasBeenSet = true; m_filters = value; } /** *Returns a list of Detective or Proactive Config rules. By default, this API * returns an unfiltered list. For more information on Detective or Proactive * Config rules, see * Evaluation Mode in the Config Developer Guide.
*/ inline void SetFilters(DescribeConfigRulesFilters&& value) { m_filtersHasBeenSet = true; m_filters = std::move(value); } /** *Returns a list of Detective or Proactive Config rules. By default, this API * returns an unfiltered list. For more information on Detective or Proactive * Config rules, see * Evaluation Mode in the Config Developer Guide.
*/ inline DescribeConfigRulesRequest& WithFilters(const DescribeConfigRulesFilters& value) { SetFilters(value); return *this;} /** *Returns a list of Detective or Proactive Config rules. By default, this API * returns an unfiltered list. For more information on Detective or Proactive * Config rules, see * Evaluation Mode in the Config Developer Guide.
*/ inline DescribeConfigRulesRequest& WithFilters(DescribeConfigRulesFilters&& value) { SetFilters(std::move(value)); return *this;} private: Aws::Vector