/**
* 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 list of names of Config rules that you want to run evaluations for.
*/ inline const Aws::VectorThe list of names of Config rules that you want to run evaluations for.
*/ inline bool ConfigRuleNamesHasBeenSet() const { return m_configRuleNamesHasBeenSet; } /** *The list of names of Config rules that you want to run evaluations for.
*/ inline void SetConfigRuleNames(const Aws::VectorThe list of names of Config rules that you want to run evaluations for.
*/ inline void SetConfigRuleNames(Aws::VectorThe list of names of Config rules that you want to run evaluations for.
*/ inline StartConfigRulesEvaluationRequest& WithConfigRuleNames(const Aws::VectorThe list of names of Config rules that you want to run evaluations for.
*/ inline StartConfigRulesEvaluationRequest& WithConfigRuleNames(Aws::VectorThe list of names of Config rules that you want to run evaluations for.
*/ inline StartConfigRulesEvaluationRequest& AddConfigRuleNames(const Aws::String& value) { m_configRuleNamesHasBeenSet = true; m_configRuleNames.push_back(value); return *this; } /** *The list of names of Config rules that you want to run evaluations for.
*/ inline StartConfigRulesEvaluationRequest& AddConfigRuleNames(Aws::String&& value) { m_configRuleNamesHasBeenSet = true; m_configRuleNames.push_back(std::move(value)); return *this; } /** *The list of names of Config rules that you want to run evaluations for.
*/ inline StartConfigRulesEvaluationRequest& AddConfigRuleNames(const char* value) { m_configRuleNamesHasBeenSet = true; m_configRuleNames.push_back(value); return *this; } private: Aws::Vector