/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The input for the DescribeConfigurationRecorders action.See
* Also:
AWS
* API Reference
A list of configuration recorder names.
*/ inline const Aws::VectorA list of configuration recorder names.
*/ inline bool ConfigurationRecorderNamesHasBeenSet() const { return m_configurationRecorderNamesHasBeenSet; } /** *A list of configuration recorder names.
*/ inline void SetConfigurationRecorderNames(const Aws::VectorA list of configuration recorder names.
*/ inline void SetConfigurationRecorderNames(Aws::VectorA list of configuration recorder names.
*/ inline DescribeConfigurationRecordersRequest& WithConfigurationRecorderNames(const Aws::VectorA list of configuration recorder names.
*/ inline DescribeConfigurationRecordersRequest& WithConfigurationRecorderNames(Aws::VectorA list of configuration recorder names.
*/ inline DescribeConfigurationRecordersRequest& AddConfigurationRecorderNames(const Aws::String& value) { m_configurationRecorderNamesHasBeenSet = true; m_configurationRecorderNames.push_back(value); return *this; } /** *A list of configuration recorder names.
*/ inline DescribeConfigurationRecordersRequest& AddConfigurationRecorderNames(Aws::String&& value) { m_configurationRecorderNamesHasBeenSet = true; m_configurationRecorderNames.push_back(std::move(value)); return *this; } /** *A list of configuration recorder names.
*/ inline DescribeConfigurationRecordersRequest& AddConfigurationRecorderNames(const char* value) { m_configurationRecorderNamesHasBeenSet = true; m_configurationRecorderNames.push_back(value); return *this; } private: Aws::Vector