7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
20namespace ResilienceHub {
48 template <
typename EksClusterArnT = Aws::String>
50 m_eksClusterArnHasBeenSet =
true;
51 m_eksClusterArn = std::forward<EksClusterArnT>(value);
53 template <
typename EksClusterArnT = Aws::String>
67 template <
typename NamespacesT = Aws::Vector<Aws::String>>
69 m_namespacesHasBeenSet =
true;
70 m_namespaces = std::forward<NamespacesT>(value);
72 template <
typename NamespacesT = Aws::Vector<Aws::String>>
77 template <
typename NamespacesT = Aws::String>
79 m_namespacesHasBeenSet =
true;
80 m_namespaces.emplace_back(std::forward<NamespacesT>(value));
88 bool m_eksClusterArnHasBeenSet =
false;
89 bool m_namespacesHasBeenSet =
false;
EksSource & AddNamespaces(NamespacesT &&value)
bool EksClusterArnHasBeenSet() const
const Aws::Vector< Aws::String > & GetNamespaces() const
AWS_RESILIENCEHUB_API EksSource(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUB_API EksSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNamespaces(NamespacesT &&value)
EksSource & WithEksClusterArn(EksClusterArnT &&value)
EksSource & WithNamespaces(NamespacesT &&value)
const Aws::String & GetEksClusterArn() const
void SetEksClusterArn(EksClusterArnT &&value)
bool NamespacesHasBeenSet() const
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_RESILIENCEHUB_API EksSource()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue