/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the Trusted Advisor checks returned by the
* DescribeTrustedAdvisorChecks operation.See Also:
AWS
* API Reference
Information about all available Trusted Advisor checks.
*/ inline const Aws::VectorInformation about all available Trusted Advisor checks.
*/ inline void SetChecks(const Aws::VectorInformation about all available Trusted Advisor checks.
*/ inline void SetChecks(Aws::VectorInformation about all available Trusted Advisor checks.
*/ inline DescribeTrustedAdvisorChecksResult& WithChecks(const Aws::VectorInformation about all available Trusted Advisor checks.
*/ inline DescribeTrustedAdvisorChecksResult& WithChecks(Aws::VectorInformation about all available Trusted Advisor checks.
*/ inline DescribeTrustedAdvisorChecksResult& AddChecks(const TrustedAdvisorCheckDescription& value) { m_checks.push_back(value); return *this; } /** *Information about all available Trusted Advisor checks.
*/ inline DescribeTrustedAdvisorChecksResult& AddChecks(TrustedAdvisorCheckDescription&& value) { m_checks.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 DescribeTrustedAdvisorChecksResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeTrustedAdvisorChecksResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeTrustedAdvisorChecksResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector