7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/eks/EKS_EXPORTS.h>
12#include <aws/eks/model/AddonHealth.h>
13#include <aws/eks/model/AddonNamespaceConfigResponse.h>
14#include <aws/eks/model/AddonStatus.h>
15#include <aws/eks/model/MarketplaceInformation.h>
49 template <
typename AddonNameT = Aws::String>
51 m_addonNameHasBeenSet =
true;
52 m_addonName = std::forward<AddonNameT>(value);
54 template <
typename AddonNameT = Aws::String>
67 template <
typename ClusterNameT = Aws::String>
69 m_clusterNameHasBeenSet =
true;
70 m_clusterName = std::forward<ClusterNameT>(value);
72 template <
typename ClusterNameT = Aws::String>
86 m_statusHasBeenSet =
true;
101 template <
typename AddonVersionT = Aws::String>
103 m_addonVersionHasBeenSet =
true;
104 m_addonVersion = std::forward<AddonVersionT>(value);
106 template <
typename AddonVersionT = Aws::String>
119 template <
typename HealthT = AddonHealth>
121 m_healthHasBeenSet =
true;
122 m_health = std::forward<HealthT>(value);
124 template <
typename HealthT = AddonHealth>
137 template <
typename AddonArnT = Aws::String>
139 m_addonArnHasBeenSet =
true;
140 m_addonArn = std::forward<AddonArnT>(value);
142 template <
typename AddonArnT = Aws::String>
155 template <
typename CreatedAtT = Aws::Utils::DateTime>
157 m_createdAtHasBeenSet =
true;
158 m_createdAt = std::forward<CreatedAtT>(value);
160 template <
typename CreatedAtT = Aws::Utils::DateTime>
173 template <
typename ModifiedAtT = Aws::Utils::DateTime>
175 m_modifiedAtHasBeenSet =
true;
176 m_modifiedAt = std::forward<ModifiedAtT>(value);
178 template <
typename ModifiedAtT = Aws::Utils::DateTime>
192 template <
typename ServiceAccountRoleArnT = Aws::String>
194 m_serviceAccountRoleArnHasBeenSet =
true;
195 m_serviceAccountRoleArn = std::forward<ServiceAccountRoleArnT>(value);
197 template <
typename ServiceAccountRoleArnT = Aws::String>
212 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
214 m_tagsHasBeenSet =
true;
215 m_tags = std::forward<TagsT>(value);
217 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
219 SetTags(std::forward<TagsT>(value));
222 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
224 m_tagsHasBeenSet =
true;
225 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
236 template <
typename PublisherT = Aws::String>
238 m_publisherHasBeenSet =
true;
239 m_publisher = std::forward<PublisherT>(value);
241 template <
typename PublisherT = Aws::String>
254 template <
typename OwnerT = Aws::String>
256 m_ownerHasBeenSet =
true;
257 m_owner = std::forward<OwnerT>(value);
259 template <
typename OwnerT = Aws::String>
261 SetOwner(std::forward<OwnerT>(value));
273 template <
typename MarketplaceInformationT = MarketplaceInformation>
275 m_marketplaceInformationHasBeenSet =
true;
276 m_marketplaceInformation = std::forward<MarketplaceInformationT>(value);
278 template <
typename MarketplaceInformationT = MarketplaceInformation>
291 template <
typename ConfigurationValuesT = Aws::String>
293 m_configurationValuesHasBeenSet =
true;
294 m_configurationValues = std::forward<ConfigurationValuesT>(value);
296 template <
typename ConfigurationValuesT = Aws::String>
314 template <
typename PodIdentityAssociationsT = Aws::Vector<Aws::String>>
316 m_podIdentityAssociationsHasBeenSet =
true;
317 m_podIdentityAssociations = std::forward<PodIdentityAssociationsT>(value);
319 template <
typename PodIdentityAssociationsT = Aws::Vector<Aws::String>>
324 template <
typename PodIdentityAssociationsT = Aws::String>
326 m_podIdentityAssociationsHasBeenSet =
true;
327 m_podIdentityAssociations.emplace_back(std::forward<PodIdentityAssociationsT>(value));
339 template <
typename NamespaceConfigT = AddonNamespaceConfigResponse>
341 m_namespaceConfigHasBeenSet =
true;
342 m_namespaceConfig = std::forward<NamespaceConfigT>(value);
344 template <
typename NamespaceConfigT = AddonNamespaceConfigResponse>
359 AddonHealth m_health;
375 MarketplaceInformation m_marketplaceInformation;
381 AddonNamespaceConfigResponse m_namespaceConfig;
382 bool m_addonNameHasBeenSet =
false;
383 bool m_clusterNameHasBeenSet =
false;
384 bool m_statusHasBeenSet =
false;
385 bool m_addonVersionHasBeenSet =
false;
386 bool m_healthHasBeenSet =
false;
387 bool m_addonArnHasBeenSet =
false;
388 bool m_createdAtHasBeenSet =
false;
389 bool m_modifiedAtHasBeenSet =
false;
390 bool m_serviceAccountRoleArnHasBeenSet =
false;
391 bool m_tagsHasBeenSet =
false;
392 bool m_publisherHasBeenSet =
false;
393 bool m_ownerHasBeenSet =
false;
394 bool m_marketplaceInformationHasBeenSet =
false;
395 bool m_configurationValuesHasBeenSet =
false;
396 bool m_podIdentityAssociationsHasBeenSet =
false;
397 bool m_namespaceConfigHasBeenSet =
false;
void SetTags(TagsT &&value)
Addon & WithAddonName(AddonNameT &&value)
bool AddonVersionHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_EKS_API Addon & operator=(Aws::Utils::Json::JsonView jsonValue)
Addon & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetAddonName() const
const Aws::String & GetOwner() const
const AddonHealth & GetHealth() const
Addon & WithPublisher(PublisherT &&value)
Addon & WithOwner(OwnerT &&value)
void SetModifiedAt(ModifiedAtT &&value)
bool OwnerHasBeenSet() const
const AddonNamespaceConfigResponse & GetNamespaceConfig() const
Addon & WithCreatedAt(CreatedAtT &&value)
Addon & AddPodIdentityAssociations(PodIdentityAssociationsT &&value)
bool PodIdentityAssociationsHasBeenSet() const
const Aws::String & GetClusterName() const
AddonStatus GetStatus() const
void SetAddonVersion(AddonVersionT &&value)
void SetClusterName(ClusterNameT &&value)
bool HealthHasBeenSet() const
Addon & WithStatus(AddonStatus value)
void SetCreatedAt(CreatedAtT &&value)
Addon & WithConfigurationValues(ConfigurationValuesT &&value)
void SetServiceAccountRoleArn(ServiceAccountRoleArnT &&value)
bool AddonNameHasBeenSet() const
Addon & WithServiceAccountRoleArn(ServiceAccountRoleArnT &&value)
void SetAddonArn(AddonArnT &&value)
Addon & WithTags(TagsT &&value)
bool StatusHasBeenSet() const
void SetPublisher(PublisherT &&value)
Addon & WithModifiedAt(ModifiedAtT &&value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetAddonArn() const
const Aws::String & GetServiceAccountRoleArn() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetStatus(AddonStatus value)
Addon & WithNamespaceConfig(NamespaceConfigT &&value)
bool MarketplaceInformationHasBeenSet() const
bool PublisherHasBeenSet() const
void SetAddonName(AddonNameT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetAddonVersion() const
Addon & WithAddonArn(AddonArnT &&value)
bool ConfigurationValuesHasBeenSet() const
const MarketplaceInformation & GetMarketplaceInformation() const
void SetNamespaceConfig(NamespaceConfigT &&value)
bool ModifiedAtHasBeenSet() const
bool ServiceAccountRoleArnHasBeenSet() const
void SetMarketplaceInformation(MarketplaceInformationT &&value)
bool NamespaceConfigHasBeenSet() const
AWS_EKS_API Addon()=default
const Aws::Vector< Aws::String > & GetPodIdentityAssociations() const
void SetPodIdentityAssociations(PodIdentityAssociationsT &&value)
const Aws::String & GetPublisher() const
void SetHealth(HealthT &&value)
void SetConfigurationValues(ConfigurationValuesT &&value)
bool ClusterNameHasBeenSet() const
AWS_EKS_API Addon(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetConfigurationValues() const
Addon & WithHealth(HealthT &&value)
Addon & WithClusterName(ClusterNameT &&value)
const Aws::Utils::DateTime & GetModifiedAt() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
Addon & WithPodIdentityAssociations(PodIdentityAssociationsT &&value)
Addon & WithMarketplaceInformation(MarketplaceInformationT &&value)
void SetOwner(OwnerT &&value)
Addon & WithAddonVersion(AddonVersionT &&value)
bool AddonArnHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue