7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eks/EKS_EXPORTS.h>
10#include <aws/eks/model/Category.h>
11#include <aws/eks/model/InsightStatus.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
80 m_categoryHasBeenSet =
true;
95 template <
typename KubernetesVersionT = Aws::String>
97 m_kubernetesVersionHasBeenSet =
true;
98 m_kubernetesVersion = std::forward<KubernetesVersionT>(value);
100 template <
typename KubernetesVersionT = Aws::String>
114 template <
typename LastRefreshTimeT = Aws::Utils::DateTime>
116 m_lastRefreshTimeHasBeenSet =
true;
117 m_lastRefreshTime = std::forward<LastRefreshTimeT>(value);
119 template <
typename LastRefreshTimeT = Aws::Utils::DateTime>
132 template <
typename LastTransitionTimeT = Aws::Utils::DateTime>
134 m_lastTransitionTimeHasBeenSet =
true;
135 m_lastTransitionTime = std::forward<LastTransitionTimeT>(value);
137 template <
typename LastTransitionTimeT = Aws::Utils::DateTime>
151 template <
typename DescriptionT = Aws::String>
153 m_descriptionHasBeenSet =
true;
154 m_description = std::forward<DescriptionT>(value);
156 template <
typename DescriptionT = Aws::String>
169 template <
typename InsightStatusT = InsightStatus>
171 m_insightStatusHasBeenSet =
true;
172 m_insightStatus = std::forward<InsightStatusT>(value);
174 template <
typename InsightStatusT = InsightStatus>
195 InsightStatus m_insightStatus;
196 bool m_idHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
198 bool m_categoryHasBeenSet =
false;
199 bool m_kubernetesVersionHasBeenSet =
false;
200 bool m_lastRefreshTimeHasBeenSet =
false;
201 bool m_lastTransitionTimeHasBeenSet =
false;
202 bool m_descriptionHasBeenSet =
false;
203 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