7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eks/model/Category.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/eks/model/InsightStatus.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
83 template<
typename KubernetesVersionT = Aws::String>
84 void SetKubernetesVersion(KubernetesVersionT&& value) { m_kubernetesVersionHasBeenSet =
true; m_kubernetesVersion = std::forward<KubernetesVersionT>(value); }
85 template<
typename KubernetesVersionT = Aws::String>
96 template<
typename LastRefreshTimeT = Aws::Utils::DateTime>
97 void SetLastRefreshTime(LastRefreshTimeT&& value) { m_lastRefreshTimeHasBeenSet =
true; m_lastRefreshTime = std::forward<LastRefreshTimeT>(value); }
98 template<
typename LastRefreshTimeT = Aws::Utils::DateTime>
108 template<
typename LastTransitionTimeT = Aws::Utils::DateTime>
109 void SetLastTransitionTime(LastTransitionTimeT&& value) { m_lastTransitionTimeHasBeenSet =
true; m_lastTransitionTime = std::forward<LastTransitionTimeT>(value); }
110 template<
typename LastTransitionTimeT = Aws::Utils::DateTime>
121 template<
typename DescriptionT = Aws::String>
122 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
123 template<
typename DescriptionT = Aws::String>
133 template<
typename InsightStatusT = InsightStatus>
134 void SetInsightStatus(InsightStatusT&& value) { m_insightStatusHasBeenSet =
true; m_insightStatus = std::forward<InsightStatusT>(value); }
135 template<
typename InsightStatusT = InsightStatus>
141 bool m_idHasBeenSet =
false;
144 bool m_nameHasBeenSet =
false;
147 bool m_categoryHasBeenSet =
false;
150 bool m_kubernetesVersionHasBeenSet =
false;
153 bool m_lastRefreshTimeHasBeenSet =
false;
156 bool m_lastTransitionTimeHasBeenSet =
false;
159 bool m_descriptionHasBeenSet =
false;
161 InsightStatus m_insightStatus;
162 bool m_insightStatusHasBeenSet =
false;
bool LastTransitionTimeHasBeenSet() const
const InsightStatus & GetInsightStatus() const
void SetDescription(DescriptionT &&value)
InsightSummary & WithLastTransitionTime(LastTransitionTimeT &&value)
const Aws::String & GetId() const
AWS_EKS_API InsightSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KubernetesVersionHasBeenSet() const
bool IdHasBeenSet() const
InsightSummary & WithDescription(DescriptionT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
void SetLastRefreshTime(LastRefreshTimeT &&value)
void SetKubernetesVersion(KubernetesVersionT &&value)
bool LastRefreshTimeHasBeenSet() const
const Aws::String & GetKubernetesVersion() const
InsightSummary & WithLastRefreshTime(LastRefreshTimeT &&value)
bool InsightStatusHasBeenSet() const
Category GetCategory() const
const Aws::Utils::DateTime & GetLastTransitionTime() const
const Aws::String & GetDescription() const
InsightSummary & WithName(NameT &&value)
InsightSummary & WithInsightStatus(InsightStatusT &&value)
InsightSummary & WithId(IdT &&value)
InsightSummary & WithKubernetesVersion(KubernetesVersionT &&value)
void SetName(NameT &&value)
AWS_EKS_API InsightSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCategory(Category value)
bool CategoryHasBeenSet() const
void SetInsightStatus(InsightStatusT &&value)
bool NameHasBeenSet() const
InsightSummary & WithCategory(Category value)
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetLastRefreshTime() const
AWS_EKS_API InsightSummary()=default
void SetLastTransitionTime(LastTransitionTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue