7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename EksClusterArnT = Aws::String>
46 m_eksClusterArnHasBeenSet =
true;
47 m_eksClusterArn = std::forward<EksClusterArnT>(value);
49 template <
typename EksClusterArnT = Aws::String>
68 template <
typename KubernetesNamespaceT = Aws::String>
70 m_kubernetesNamespaceHasBeenSet =
true;
71 m_kubernetesNamespace = std::forward<KubernetesNamespaceT>(value);
73 template <
typename KubernetesNamespaceT = Aws::String>
83 bool m_eksClusterArnHasBeenSet =
false;
84 bool m_kubernetesNamespaceHasBeenSet =
false;
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKubernetesNamespace() const
EksConfiguration & WithKubernetesNamespace(KubernetesNamespaceT &&value)
void SetEksClusterArn(EksClusterArnT &&value)
AWS_BATCH_API EksConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EksClusterArnHasBeenSet() const
void SetKubernetesNamespace(KubernetesNamespaceT &&value)
AWS_BATCH_API EksConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEksClusterArn() const
EksConfiguration & WithEksClusterArn(EksClusterArnT &&value)
AWS_BATCH_API EksConfiguration()=default
bool KubernetesNamespaceHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue