/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object representing the health status of the node group.See
* Also:
AWS
* API Reference
Any issues that are associated with the node group.
*/ inline const Aws::VectorAny issues that are associated with the node group.
*/ inline bool IssuesHasBeenSet() const { return m_issuesHasBeenSet; } /** *Any issues that are associated with the node group.
*/ inline void SetIssues(const Aws::VectorAny issues that are associated with the node group.
*/ inline void SetIssues(Aws::VectorAny issues that are associated with the node group.
*/ inline NodegroupHealth& WithIssues(const Aws::VectorAny issues that are associated with the node group.
*/ inline NodegroupHealth& WithIssues(Aws::VectorAny issues that are associated with the node group.
*/ inline NodegroupHealth& AddIssues(const Issue& value) { m_issuesHasBeenSet = true; m_issues.push_back(value); return *this; } /** *Any issues that are associated with the node group.
*/ inline NodegroupHealth& AddIssues(Issue&& value) { m_issuesHasBeenSet = true; m_issues.push_back(std::move(value)); return *this; } private: Aws::Vector