7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
19namespace ResilienceHub {
47 template <
typename EksClusterArnT = Aws::String>
49 m_eksClusterArnHasBeenSet =
true;
50 m_eksClusterArn = std::forward<EksClusterArnT>(value);
52 template <
typename EksClusterArnT = Aws::String>
66 template <
typename NamespaceT = Aws::String>
68 m_namespaceHasBeenSet =
true;
69 m_namespace = std::forward<NamespaceT>(value);
71 template <
typename NamespaceT = Aws::String>
81 bool m_eksClusterArnHasBeenSet =
false;
82 bool m_namespaceHasBeenSet =
false;
void SetNamespace(NamespaceT &&value)
AWS_RESILIENCEHUB_API EksSourceClusterNamespace()=default
const Aws::String & GetEksClusterArn() const
EksSourceClusterNamespace & WithNamespace(NamespaceT &&value)
bool EksClusterArnHasBeenSet() const
AWS_RESILIENCEHUB_API EksSourceClusterNamespace(Aws::Utils::Json::JsonView jsonValue)
bool NamespaceHasBeenSet() const
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEksClusterArn(EksClusterArnT &&value)
EksSourceClusterNamespace & WithEksClusterArn(EksClusterArnT &&value)
AWS_RESILIENCEHUB_API EksSourceClusterNamespace & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNamespace() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue