/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The health of the add-on.See Also:
AWS API
* Reference
An object representing the health issues for an add-on.
*/ inline const Aws::VectorAn object representing the health issues for an add-on.
*/ inline bool IssuesHasBeenSet() const { return m_issuesHasBeenSet; } /** *An object representing the health issues for an add-on.
*/ inline void SetIssues(const Aws::VectorAn object representing the health issues for an add-on.
*/ inline void SetIssues(Aws::VectorAn object representing the health issues for an add-on.
*/ inline AddonHealth& WithIssues(const Aws::VectorAn object representing the health issues for an add-on.
*/ inline AddonHealth& WithIssues(Aws::VectorAn object representing the health issues for an add-on.
*/ inline AddonHealth& AddIssues(const AddonIssue& value) { m_issuesHasBeenSet = true; m_issues.push_back(value); return *this; } /** *An object representing the health issues for an add-on.
*/ inline AddonHealth& AddIssues(AddonIssue&& value) { m_issuesHasBeenSet = true; m_issues.push_back(std::move(value)); return *this; } private: Aws::Vector