/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The statuses of the Trusted Advisor checks returned by the
* DescribeTrustedAdvisorCheckRefreshStatuses operation.See
* Also:
AWS
* API Reference
The refresh status of the specified Trusted Advisor checks.
*/ inline const Aws::VectorThe refresh status of the specified Trusted Advisor checks.
*/ inline void SetStatuses(const Aws::VectorThe refresh status of the specified Trusted Advisor checks.
*/ inline void SetStatuses(Aws::VectorThe refresh status of the specified Trusted Advisor checks.
*/ inline DescribeTrustedAdvisorCheckRefreshStatusesResult& WithStatuses(const Aws::VectorThe refresh status of the specified Trusted Advisor checks.
*/ inline DescribeTrustedAdvisorCheckRefreshStatusesResult& WithStatuses(Aws::VectorThe refresh status of the specified Trusted Advisor checks.
*/ inline DescribeTrustedAdvisorCheckRefreshStatusesResult& AddStatuses(const TrustedAdvisorCheckRefreshStatus& value) { m_statuses.push_back(value); return *this; } /** *The refresh status of the specified Trusted Advisor checks.
*/ inline DescribeTrustedAdvisorCheckRefreshStatusesResult& AddStatuses(TrustedAdvisorCheckRefreshStatus&& value) { m_statuses.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 DescribeTrustedAdvisorCheckRefreshStatusesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeTrustedAdvisorCheckRefreshStatusesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeTrustedAdvisorCheckRefreshStatusesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector