7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename ServiceAccountT = Aws::String>
52 void SetServiceAccount(ServiceAccountT&& value) { m_serviceAccountHasBeenSet =
true; m_serviceAccount = std::forward<ServiceAccountT>(value); }
53 template<
typename ServiceAccountT = Aws::String>
63 template<
typename RoleArnT = Aws::String>
64 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
65 template<
typename RoleArnT = Aws::String>
71 bool m_serviceAccountHasBeenSet =
false;
74 bool m_roleArnHasBeenSet =
false;
const Aws::String & GetServiceAccount() const
AWS_EKS_API AddonPodIdentityAssociations & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
AddonPodIdentityAssociations & WithRoleArn(RoleArnT &&value)
bool ServiceAccountHasBeenSet() const
AddonPodIdentityAssociations & WithServiceAccount(ServiceAccountT &&value)
bool RoleArnHasBeenSet() const
void SetServiceAccount(ServiceAccountT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EKS_API AddonPodIdentityAssociations()=default
const Aws::String & GetRoleArn() const
AWS_EKS_API AddonPodIdentityAssociations(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue