7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/model/InsightStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename InsightStatusT = InsightStatus>
49 void SetInsightStatus(InsightStatusT&& value) { m_insightStatusHasBeenSet =
true; m_insightStatus = std::forward<InsightStatusT>(value); }
50 template<
typename InsightStatusT = InsightStatus>
60 template<
typename KubernetesResourceUriT = Aws::String>
61 void SetKubernetesResourceUri(KubernetesResourceUriT&& value) { m_kubernetesResourceUriHasBeenSet =
true; m_kubernetesResourceUri = std::forward<KubernetesResourceUriT>(value); }
62 template<
typename KubernetesResourceUriT = Aws::String>
72 template<
typename ArnT = Aws::String>
73 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
74 template<
typename ArnT = Aws::String>
80 bool m_insightStatusHasBeenSet =
false;
83 bool m_kubernetesResourceUriHasBeenSet =
false;
86 bool m_arnHasBeenSet =
false;
void SetKubernetesResourceUri(KubernetesResourceUriT &&value)
AWS_EKS_API InsightResourceDetail()=default
bool InsightStatusHasBeenSet() const
void SetArn(ArnT &&value)
void SetInsightStatus(InsightStatusT &&value)
const InsightStatus & GetInsightStatus() const
bool ArnHasBeenSet() const
InsightResourceDetail & WithKubernetesResourceUri(KubernetesResourceUriT &&value)
AWS_EKS_API InsightResourceDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
InsightResourceDetail & WithInsightStatus(InsightStatusT &&value)
AWS_EKS_API InsightResourceDetail(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKubernetesResourceUri() const
InsightResourceDetail & WithArn(ArnT &&value)
bool KubernetesResourceUriHasBeenSet() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue