/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The input for the DescribeConfigurationRecorderStatus
* action.See Also:
AWS
* API Reference
The name(s) of the configuration recorder. If the name is not specified, the * action returns the current status of all the configuration recorders associated * with the account.
*/ inline const Aws::VectorThe name(s) of the configuration recorder. If the name is not specified, the * action returns the current status of all the configuration recorders associated * with the account.
*/ inline bool ConfigurationRecorderNamesHasBeenSet() const { return m_configurationRecorderNamesHasBeenSet; } /** *The name(s) of the configuration recorder. If the name is not specified, the * action returns the current status of all the configuration recorders associated * with the account.
*/ inline void SetConfigurationRecorderNames(const Aws::VectorThe name(s) of the configuration recorder. If the name is not specified, the * action returns the current status of all the configuration recorders associated * with the account.
*/ inline void SetConfigurationRecorderNames(Aws::VectorThe name(s) of the configuration recorder. If the name is not specified, the * action returns the current status of all the configuration recorders associated * with the account.
*/ inline DescribeConfigurationRecorderStatusRequest& WithConfigurationRecorderNames(const Aws::VectorThe name(s) of the configuration recorder. If the name is not specified, the * action returns the current status of all the configuration recorders associated * with the account.
*/ inline DescribeConfigurationRecorderStatusRequest& WithConfigurationRecorderNames(Aws::VectorThe name(s) of the configuration recorder. If the name is not specified, the * action returns the current status of all the configuration recorders associated * with the account.
*/ inline DescribeConfigurationRecorderStatusRequest& AddConfigurationRecorderNames(const Aws::String& value) { m_configurationRecorderNamesHasBeenSet = true; m_configurationRecorderNames.push_back(value); return *this; } /** *The name(s) of the configuration recorder. If the name is not specified, the * action returns the current status of all the configuration recorders associated * with the account.
*/ inline DescribeConfigurationRecorderStatusRequest& AddConfigurationRecorderNames(Aws::String&& value) { m_configurationRecorderNamesHasBeenSet = true; m_configurationRecorderNames.push_back(std::move(value)); return *this; } /** *The name(s) of the configuration recorder. If the name is not specified, the * action returns the current status of all the configuration recorders associated * with the account.
*/ inline DescribeConfigurationRecorderStatusRequest& AddConfigurationRecorderNames(const char* value) { m_configurationRecorderNamesHasBeenSet = true; m_configurationRecorderNames.push_back(value); return *this; } private: Aws::Vector