/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object representing the health of your local Amazon EKS cluster on an
* Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster
* on the Amazon Web Services cloud. See Also:
AWS
* API Reference
An object representing the health issues of your local Amazon EKS cluster on * an Amazon Web Services Outpost.
*/ inline const Aws::VectorAn object representing the health issues of your local Amazon EKS cluster on * an Amazon Web Services Outpost.
*/ inline bool IssuesHasBeenSet() const { return m_issuesHasBeenSet; } /** *An object representing the health issues of your local Amazon EKS cluster on * an Amazon Web Services Outpost.
*/ inline void SetIssues(const Aws::VectorAn object representing the health issues of your local Amazon EKS cluster on * an Amazon Web Services Outpost.
*/ inline void SetIssues(Aws::VectorAn object representing the health issues of your local Amazon EKS cluster on * an Amazon Web Services Outpost.
*/ inline ClusterHealth& WithIssues(const Aws::VectorAn object representing the health issues of your local Amazon EKS cluster on * an Amazon Web Services Outpost.
*/ inline ClusterHealth& WithIssues(Aws::VectorAn object representing the health issues of your local Amazon EKS cluster on * an Amazon Web Services Outpost.
*/ inline ClusterHealth& AddIssues(const ClusterIssue& value) { m_issuesHasBeenSet = true; m_issues.push_back(value); return *this; } /** *An object representing the health issues of your local Amazon EKS cluster on * an Amazon Web Services Outpost.
*/ inline ClusterHealth& AddIssues(ClusterIssue&& value) { m_issuesHasBeenSet = true; m_issues.push_back(std::move(value)); return *this; } private: Aws::Vector