7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/eks/model/ResolveConflicts.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/eks/model/AddonPodIdentityAssociations.h>
14#include <aws/core/utils/UUID.h>
45 template<
typename ClusterNameT = Aws::String>
46 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
47 template<
typename ClusterNameT = Aws::String>
59 template<
typename AddonNameT = Aws::String>
60 void SetAddonName(AddonNameT&& value) { m_addonNameHasBeenSet =
true; m_addonName = std::forward<AddonNameT>(value); }
61 template<
typename AddonNameT = Aws::String>
74 template<
typename AddonVersionT = Aws::String>
75 void SetAddonVersion(AddonVersionT&& value) { m_addonVersionHasBeenSet =
true; m_addonVersion = std::forward<AddonVersionT>(value); }
76 template<
typename AddonVersionT = Aws::String>
96 template<
typename ServiceAccountRoleArnT = Aws::String>
97 void SetServiceAccountRoleArn(ServiceAccountRoleArnT&& value) { m_serviceAccountRoleArnHasBeenSet =
true; m_serviceAccountRoleArn = std::forward<ServiceAccountRoleArnT>(value); }
98 template<
typename ServiceAccountRoleArnT = Aws::String>
127 template<
typename ClientRequestTokenT = Aws::String>
128 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
129 template<
typename ClientRequestTokenT = Aws::String>
141 template<
typename ConfigurationValuesT = Aws::String>
142 void SetConfigurationValues(ConfigurationValuesT&& value) { m_configurationValuesHasBeenSet =
true; m_configurationValues = std::forward<ConfigurationValuesT>(value); }
143 template<
typename ConfigurationValuesT = Aws::String>
159 template<
typename PodIdentityAssociationsT = Aws::Vector<AddonPodIdentityAssociations>>
160 void SetPodIdentityAssociations(PodIdentityAssociationsT&& value) { m_podIdentityAssociationsHasBeenSet =
true; m_podIdentityAssociations = std::forward<PodIdentityAssociationsT>(value); }
161 template<
typename PodIdentityAssociationsT = Aws::Vector<AddonPodIdentityAssociations>>
163 template<
typename PodIdentityAssociationsT = AddonPodIdentityAssociations>
169 bool m_clusterNameHasBeenSet =
false;
172 bool m_addonNameHasBeenSet =
false;
175 bool m_addonVersionHasBeenSet =
false;
178 bool m_serviceAccountRoleArnHasBeenSet =
false;
181 bool m_resolveConflictsHasBeenSet =
false;
184 bool m_clientRequestTokenHasBeenSet =
true;
187 bool m_configurationValuesHasBeenSet =
false;
190 bool m_podIdentityAssociationsHasBeenSet =
false;
ResolveConflicts GetResolveConflicts() const
UpdateAddonRequest & WithAddonName(AddonNameT &&value)
bool ClusterNameHasBeenSet() const
const Aws::String & GetClusterName() const
UpdateAddonRequest & WithPodIdentityAssociations(PodIdentityAssociationsT &&value)
const Aws::String & GetClientRequestToken() const
bool ServiceAccountRoleArnHasBeenSet() const
void SetAddonVersion(AddonVersionT &&value)
UpdateAddonRequest & WithAddonVersion(AddonVersionT &&value)
AWS_EKS_API UpdateAddonRequest()=default
bool PodIdentityAssociationsHasBeenSet() const
UpdateAddonRequest & WithClusterName(ClusterNameT &&value)
void SetAddonName(AddonNameT &&value)
void SetConfigurationValues(ConfigurationValuesT &&value)
const Aws::String & GetAddonVersion() const
AWS_EKS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetConfigurationValues() const
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetServiceAccountRoleArn() const
UpdateAddonRequest & WithServiceAccountRoleArn(ServiceAccountRoleArnT &&value)
bool AddonVersionHasBeenSet() const
const Aws::String & GetAddonName() const
bool ResolveConflictsHasBeenSet() const
void SetResolveConflicts(ResolveConflicts value)
UpdateAddonRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool AddonNameHasBeenSet() const
UpdateAddonRequest & WithConfigurationValues(ConfigurationValuesT &&value)
void SetPodIdentityAssociations(PodIdentityAssociationsT &&value)
bool ConfigurationValuesHasBeenSet() const
void SetClusterName(ClusterNameT &&value)
UpdateAddonRequest & WithResolveConflicts(ResolveConflicts value)
void SetServiceAccountRoleArn(ServiceAccountRoleArnT &&value)
UpdateAddonRequest & AddPodIdentityAssociations(PodIdentityAssociationsT &&value)
const Aws::Vector< AddonPodIdentityAssociations > & GetPodIdentityAssociations() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector