7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
9#include <aws/eks/model/InsightStatus.h>
42 template <
typename InsightStatusT = InsightStatus>
44 m_insightStatusHasBeenSet =
true;
45 m_insightStatus = std::forward<InsightStatusT>(value);
47 template <
typename InsightStatusT = InsightStatus>
60 template <
typename KubernetesResourceUriT = Aws::String>
62 m_kubernetesResourceUriHasBeenSet =
true;
63 m_kubernetesResourceUri = std::forward<KubernetesResourceUriT>(value);
65 template <
typename KubernetesResourceUriT = Aws::String>
78 template <
typename ArnT = Aws::String>
80 m_arnHasBeenSet =
true;
81 m_arn = std::forward<ArnT>(value);
83 template <
typename ArnT = Aws::String>
85 SetArn(std::forward<ArnT>(value));
95 bool m_insightStatusHasBeenSet =
false;
96 bool m_kubernetesResourceUriHasBeenSet =
false;
97 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