/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The output for the DescribeConfigurationRecorderStatus action, in JSON
* format.See Also:
AWS
* API Reference
A list that contains status of the specified recorders.
*/ inline const Aws::VectorA list that contains status of the specified recorders.
*/ inline void SetConfigurationRecordersStatus(const Aws::VectorA list that contains status of the specified recorders.
*/ inline void SetConfigurationRecordersStatus(Aws::VectorA list that contains status of the specified recorders.
*/ inline DescribeConfigurationRecorderStatusResult& WithConfigurationRecordersStatus(const Aws::VectorA list that contains status of the specified recorders.
*/ inline DescribeConfigurationRecorderStatusResult& WithConfigurationRecordersStatus(Aws::VectorA list that contains status of the specified recorders.
*/ inline DescribeConfigurationRecorderStatusResult& AddConfigurationRecordersStatus(const ConfigurationRecorderStatus& value) { m_configurationRecordersStatus.push_back(value); return *this; } /** *A list that contains status of the specified recorders.
*/ inline DescribeConfigurationRecorderStatusResult& AddConfigurationRecordersStatus(ConfigurationRecorderStatus&& value) { m_configurationRecordersStatus.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeConfigurationRecorderStatusResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeConfigurationRecorderStatusResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeConfigurationRecorderStatusResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector