/**
* 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 name of the Config managed rules for which you want status information. * If you do not specify any names, Config returns status information for all * Config managed rules that you use.
*/ inline const Aws::VectorThe name of the Config managed rules for which you want status information. * If you do not specify any names, Config returns status information for all * Config managed rules that you use.
*/ inline bool ConfigRuleNamesHasBeenSet() const { return m_configRuleNamesHasBeenSet; } /** *The name of the Config managed rules for which you want status information. * If you do not specify any names, Config returns status information for all * Config managed rules that you use.
*/ inline void SetConfigRuleNames(const Aws::VectorThe name of the Config managed rules for which you want status information. * If you do not specify any names, Config returns status information for all * Config managed rules that you use.
*/ inline void SetConfigRuleNames(Aws::VectorThe name of the Config managed rules for which you want status information. * If you do not specify any names, Config returns status information for all * Config managed rules that you use.
*/ inline DescribeConfigRuleEvaluationStatusRequest& WithConfigRuleNames(const Aws::VectorThe name of the Config managed rules for which you want status information. * If you do not specify any names, Config returns status information for all * Config managed rules that you use.
*/ inline DescribeConfigRuleEvaluationStatusRequest& WithConfigRuleNames(Aws::VectorThe name of the Config managed rules for which you want status information. * If you do not specify any names, Config returns status information for all * Config managed rules that you use.
*/ inline DescribeConfigRuleEvaluationStatusRequest& AddConfigRuleNames(const Aws::String& value) { m_configRuleNamesHasBeenSet = true; m_configRuleNames.push_back(value); return *this; } /** *The name of the Config managed rules for which you want status information. * If you do not specify any names, Config returns status information for all * Config managed rules that you use.
*/ inline DescribeConfigRuleEvaluationStatusRequest& AddConfigRuleNames(Aws::String&& value) { m_configRuleNamesHasBeenSet = true; m_configRuleNames.push_back(std::move(value)); return *this; } /** *The name of the Config managed rules for which you want status information. * If you do not specify any names, Config returns status information for all * Config managed rules that you use.
*/ inline DescribeConfigRuleEvaluationStatusRequest& 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.
The number of rule evaluation results that you want returned.
This * parameter is required if the rule limit for your account is more than the * default of 150 rules.
For information about requesting a rule limit * increase, see Config * Limits in the Amazon Web Services General Reference Guide.
*/ inline int GetLimit() const{ return m_limit; } /** *The number of rule evaluation results that you want returned.
This * parameter is required if the rule limit for your account is more than the * default of 150 rules.
For information about requesting a rule limit * increase, see Config * Limits in the Amazon Web Services General Reference Guide.
*/ inline bool LimitHasBeenSet() const { return m_limitHasBeenSet; } /** *The number of rule evaluation results that you want returned.
This * parameter is required if the rule limit for your account is more than the * default of 150 rules.
For information about requesting a rule limit * increase, see Config * Limits in the Amazon Web Services General Reference Guide.
*/ inline void SetLimit(int value) { m_limitHasBeenSet = true; m_limit = value; } /** *The number of rule evaluation results that you want returned.
This * parameter is required if the rule limit for your account is more than the * default of 150 rules.
For information about requesting a rule limit * increase, see Config * Limits in the Amazon Web Services General Reference Guide.
*/ inline DescribeConfigRuleEvaluationStatusRequest& WithLimit(int value) { SetLimit(value); return *this;} private: Aws::Vector