7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/eks/EKS_EXPORTS.h>
9#include <aws/eks/model/FargateProfileIssue.h>
42 template <
typename IssuesT = Aws::Vector<FargateProfileIssue>>
44 m_issuesHasBeenSet =
true;
45 m_issues = std::forward<IssuesT>(value);
47 template <
typename IssuesT = Aws::Vector<FargateProfileIssue>>
52 template <
typename IssuesT = FargateProfileIssue>
54 m_issuesHasBeenSet =
true;
55 m_issues.emplace_back(std::forward<IssuesT>(value));
61 bool m_issuesHasBeenSet =
false;
const Aws::Vector< FargateProfileIssue > & GetIssues() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIssues(IssuesT &&value)
AWS_EKS_API FargateProfileHealth & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API FargateProfileHealth()=default
bool IssuesHasBeenSet() const
FargateProfileHealth & AddIssues(IssuesT &&value)
FargateProfileHealth & WithIssues(IssuesT &&value)
AWS_EKS_API FargateProfileHealth(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue