7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/eks/model/FargateProfileIssue.h>
48 template<
typename IssuesT = Aws::Vector<FargateProfileIssue>>
49 void SetIssues(IssuesT&& value) { m_issuesHasBeenSet =
true; m_issues = std::forward<IssuesT>(value); }
50 template<
typename IssuesT = Aws::Vector<FargateProfileIssue>>
52 template<
typename IssuesT = FargateProfileIssue>
58 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